Home
last modified time | relevance | path

Searched refs:HFS_ROOT_CNID (Results 1 – 3 of 3) sorted by relevance

/linux/fs/hfs/
H A Dinode.c225 if (dir->i_ino == HFS_ROOT_CNID) in hfs_new_inode()
239 if (dir->i_ino == HFS_ROOT_CNID) in hfs_new_inode()
276 if (HFS_I(inode)->cat_key.ParID == cpu_to_be32(HFS_ROOT_CNID)) in hfs_delete_inode()
284 if (HFS_I(inode)->cat_key.ParID == cpu_to_be32(HFS_ROOT_CNID)) in hfs_delete_inode()
465 case HFS_ROOT_CNID: in hfs_write_inode()
H A Dsuper.c357 res = hfs_cat_find_brec(sb, HFS_ROOT_CNID, &fd); in hfs_fill_super()
/linux/include/linux/
H A Dhfs_common.h124 #define HFS_ROOT_CNID 2 /* ROOT directory */ macro
125 #define HFSPLUS_ROOT_CNID HFS_ROOT_CNID