Home
last modified time | relevance | path

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

/openbmc/linux/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()