Searched refs:cat_entry_type (Results 1 – 1 of 1) sorted by relevance
264 u16 cat_entry_flags, cat_entry_type; in __hfsplus_setxattr() local360 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() local805 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()