cat_entry_type    264 fs/hfsplus/xattr.c 	u16 cat_entry_flags, cat_entry_type;
cat_entry_type    360 fs/hfsplus/xattr.c 	cat_entry_type = hfs_bnode_read_u16(cat_fd.bnode, cat_fd.entryoffset);
cat_entry_type    361 fs/hfsplus/xattr.c 	if (cat_entry_type == HFSPLUS_FOLDER) {
cat_entry_type    372 fs/hfsplus/xattr.c 	} else if (cat_entry_type == HFSPLUS_FILE) {
cat_entry_type    773 fs/hfsplus/xattr.c 	u16 cat_entry_type;
cat_entry_type    805 fs/hfsplus/xattr.c 	cat_entry_type = hfs_bnode_read_u16(cat_fd.bnode, cat_fd.entryoffset);
cat_entry_type    807 fs/hfsplus/xattr.c 	if (cat_entry_type == HFSPLUS_FOLDER) {
cat_entry_type    818 fs/hfsplus/xattr.c 	} else if (cat_entry_type == HFSPLUS_FILE) {