Searched refs:HFS_NAT_HDR (Results 1 – 3 of 3) sorted by relevance
130 inode = hfs_iget(entry, HFS_NAT_HDR, dentry); in nat_lookup()138 inode = hfs_iget(entry, HFS_NAT_HDR, dentry); in nat_lookup()262 ntohl(entry->cnid) | HFS_NAT_HDR, in nat_readdir()276 ntohl(entry->cnid) | HFS_NAT_HDR, in nat_readdir()298 case HFS_NAT_HDR: /* given .AppleDouble/name */ in hfs_nat_drop_dentry()
466 if (type == HFS_NAT_HDR) { in hfs_nat_ifill()499 HFS_I(inode)->file_type = HFS_NAT_HDR; in hfs_nat_ifill()
75 #define HFS_NAT_HDR HFS_ITYPE_1 /* AD header of file or dir */ macro