Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/hfs/
Ddir_nat.c130 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()
Dinode.c466 if (type == HFS_NAT_HDR) { in hfs_nat_ifill()
499 HFS_I(inode)->file_type = HFS_NAT_HDR; in hfs_nat_ifill()
/linux-2.4.37.9/include/linux/
Dhfs_fs.h75 #define HFS_NAT_HDR HFS_ITYPE_1 /* AD header of file or dir */ macro