Home
last modified time | relevance | path

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

/linux-3.4.99/fs/hfs/
Dattr.c31 fd.search_key->cat = HFS_I(inode)->cat_key; in hfs_setxattr()
75 fd.search_key->cat = HFS_I(inode)->cat_key; in hfs_getxattr()
Dinode.c181 hfs_cat_build_key(sb, (btree_key *)&HFS_I(inode)->cat_key, dir->i_ino, name); in hfs_new_inode()
235 if (HFS_I(inode)->cat_key.ParID == cpu_to_be32(HFS_ROOT_CNID)) in hfs_delete_inode()
242 if (HFS_I(inode)->cat_key.ParID == cpu_to_be32(HFS_ROOT_CNID)) in hfs_delete_inode()
319 HFS_I(inode)->cat_key = *idata->key; in hfs_read_inode()
441 fd.search_key->cat = HFS_I(main_inode)->cat_key; in hfs_write_inode()
511 fd.search_key->cat = HFS_I(dir)->cat_key; in hfs_file_lookup()
Dhfs_fs.h52 struct hfs_cat_key cat_key; member
Ddir.c296 (btree_key *)&HFS_I(old_dentry->d_inode)->cat_key, in hfs_rename()