Home
last modified time | relevance | path

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

/fs/hfsplus/
Dattributes.c21 sizeof(hfsplus_attr_entry), 0, in hfsplus_create_attr_tree_cache()
82 hfsplus_attr_entry *hfsplus_alloc_attr_entry(void) in hfsplus_alloc_attr_entry()
87 void hfsplus_destroy_attr_entry(hfsplus_attr_entry *entry) in hfsplus_destroy_attr_entry()
95 static int hfsplus_attr_build_record(hfsplus_attr_entry *entry, int record_type, in hfsplus_attr_build_record()
199 hfsplus_attr_entry *entry_ptr; in hfsplus_create_attr()
Dposix_acl.c49 hfsplus_destroy_attr_entry((hfsplus_attr_entry *)value); in hfsplus_get_posix_acl()
94 hfsplus_destroy_attr_entry((hfsplus_attr_entry *)value); in __hfsplus_set_posix_acl()
Dhfsplus_fs.h377 hfsplus_attr_entry *hfsplus_alloc_attr_entry(void);
378 void hfsplus_destroy_attr_entry(hfsplus_attr_entry *entry);
Dhfsplus_raw.h397 } __packed hfsplus_attr_entry; typedef
Dxattr.c499 hfsplus_attr_entry *entry; in __hfsplus_getxattr()