Home
last modified time | relevance | path

Searched refs:cat_entry_type (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/hfsplus/
H A Dxattr.c264 u16 cat_entry_flags, cat_entry_type; in __hfsplus_setxattr() local
360 cat_entry_type = hfs_bnode_read_u16(cat_fd.bnode, cat_fd.entryoffset); in __hfsplus_setxattr()
361 if (cat_entry_type == HFSPLUS_FOLDER) { in __hfsplus_setxattr()
372 } else if (cat_entry_type == HFSPLUS_FILE) { in __hfsplus_setxattr()
773 u16 cat_entry_type; in hfsplus_removexattr() local
805 cat_entry_type = hfs_bnode_read_u16(cat_fd.bnode, cat_fd.entryoffset); in hfsplus_removexattr()
807 if (cat_entry_type == HFSPLUS_FOLDER) { in hfsplus_removexattr()
818 } else if (cat_entry_type == HFSPLUS_FILE) { in hfsplus_removexattr()
/kernel/linux/linux-6.6/fs/hfsplus/
H A Dxattr.c263 u16 cat_entry_flags, cat_entry_type; in __hfsplus_setxattr() local
359 cat_entry_type = hfs_bnode_read_u16(cat_fd.bnode, cat_fd.entryoffset); in __hfsplus_setxattr()
360 if (cat_entry_type == HFSPLUS_FOLDER) { in __hfsplus_setxattr()
371 } else if (cat_entry_type == HFSPLUS_FILE) { in __hfsplus_setxattr()
772 u16 cat_entry_type; in hfsplus_removexattr() local
804 cat_entry_type = hfs_bnode_read_u16(cat_fd.bnode, cat_fd.entryoffset); in hfsplus_removexattr()
806 if (cat_entry_type == HFSPLUS_FOLDER) { in hfsplus_removexattr()
817 } else if (cat_entry_type == HFSPLUS_FILE) { in hfsplus_removexattr()

Completed in 2 milliseconds