Home
last modified time | relevance | path

Searched refs:hfsplus_attr_entry (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/fs/hfsplus/
Dattributes.c22 sizeof(hfsplus_attr_entry), 0, in hfsplus_create_attr_tree_cache()
83 hfsplus_attr_entry *hfsplus_alloc_attr_entry(void) in hfsplus_alloc_attr_entry()
88 void hfsplus_destroy_attr_entry(hfsplus_attr_entry *entry) in hfsplus_destroy_attr_entry()
96 static int hfsplus_attr_build_record(hfsplus_attr_entry *entry, int record_type, in hfsplus_attr_build_record()
200 hfsplus_attr_entry *entry_ptr; in hfsplus_create_attr()
Dhfsplus_fs.h370 hfsplus_attr_entry *hfsplus_alloc_attr_entry(void);
371 void hfsplus_destroy_attr_entry(hfsplus_attr_entry *entry);
Dhfsplus_raw.h402 } __packed hfsplus_attr_entry; typedef
Dxattr.c491 hfsplus_attr_entry *entry; in __hfsplus_getxattr()