Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/hfs/
Ddir_nat.c123 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()
Dinode.c496 } else if (type == HFS_NAT_HDIR) { in hfs_nat_ifill()
/linux-2.4.37.9/include/linux/
Dhfs_fs.h76 #define HFS_NAT_HDIR HFS_ITYPE_2 /* directory holding AD headers */ macro