Searched refs:cat_key (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/hfs/
H A Dattr.c36 fd.search_key->cat = HFS_I(inode)->cat_key;
83 fd.search_key->cat = HFS_I(inode)->cat_key;
H A Dinode.c193 hfs_cat_build_key(sb, (btree_key *)&HFS_I(inode)->cat_key, dir->i_ino, name);
247 if (HFS_I(inode)->cat_key.ParID == cpu_to_be32(HFS_ROOT_CNID))
254 if (HFS_I(inode)->cat_key.ParID == cpu_to_be32(HFS_ROOT_CNID))
332 HFS_I(inode)->cat_key = *idata->key;
458 if (HFS_I(main_inode)->cat_key.CName.len > HFS_NAMELEN)
460 fd.search_key->cat = HFS_I(main_inode)->cat_key;
536 fd.search_key->cat = HFS_I(dir)->cat_key;
H A Dhfs_fs.h69 struct hfs_cat_key cat_key; member in struct:hfs_inode_info
H A Ddir.c304 (btree_key *)&HFS_I(d_inode(old_dentry))->cat_key,

Completed in 95 milliseconds