Searched refs:HFS_NAT_HDIR (Results 1 – 3 of 3) sorted by relevance
123 inode = hfs_iget(entry, HFS_NAT_HDIR, dentry); in nat_lookup()126 } else if (dtype==HFS_NAT_HDIR) { in nat_lookup()149 if (inode && (dtype == HFS_NAT_HDIR) && in nat_lookup()190 skip_dirs = (type == HFS_NAT_HDIR); in nat_readdir()254 ntohl(entry->cnid) | HFS_NAT_HDIR, in nat_readdir()258 } else if (type == HFS_NAT_HDIR) { in nat_readdir()273 (type == HFS_NAT_HDIR)) { in nat_readdir()447 if (!error && (HFS_ITYPE(new_dir->i_ino) != HFS_NAT_HDIR)) { in nat_hdr_rename()
496 } else if (type == HFS_NAT_HDIR) { in hfs_nat_ifill()
76 #define HFS_NAT_HDIR HFS_ITYPE_2 /* directory holding AD headers */ macro