Searched refs:cat_entry_type (Results 1 – 1 of 1) sorted by relevance
276 u16 cat_entry_flags, cat_entry_type; in __hfsplus_setxattr() local373 cat_entry_type = hfs_bnode_read_u16(cat_fd.bnode, cat_fd.entryoffset); in __hfsplus_setxattr()374 if (cat_entry_type == HFSPLUS_FOLDER) { in __hfsplus_setxattr()385 } else if (cat_entry_type == HFSPLUS_FILE) { in __hfsplus_setxattr()818 u16 cat_entry_type; in hfsplus_removexattr() local853 cat_entry_type = hfs_bnode_read_u16(cat_fd.bnode, cat_fd.entryoffset); in hfsplus_removexattr()855 if (cat_entry_type == HFSPLUS_FOLDER) { in hfsplus_removexattr()866 } else if (cat_entry_type == HFSPLUS_FILE) { in hfsplus_removexattr()