Searched refs:hfsplus_attr_build_key (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/fs/hfsplus/ |
D | attributes.c | 50 int hfsplus_attr_build_key(struct super_block *sb, hfsplus_btree_key *key, in hfsplus_attr_build_key() function 150 err = hfsplus_attr_build_key(sb, fd->search_key, cnid, name); in hfsplus_find_attr() 157 err = hfsplus_attr_build_key(sb, fd->search_key, cnid, NULL); in hfsplus_find_attr() 226 err = hfsplus_attr_build_key(sb, fd.search_key, in hfsplus_create_attr() 331 err = hfsplus_attr_build_key(sb, fd.search_key, in hfsplus_delete_attr()
|
D | hfsplus_fs.h | 365 int hfsplus_attr_build_key(struct super_block *sb, hfsplus_btree_key *key,
|