Home
last modified time | relevance | path

Searched refs:NTFS_PVT (Results 1 – 2 of 2) sorted by relevance

/external/syslinux/core/fs/ntfs/
Dntfs.c633 NTFS_PVT(inode)->mft_no = mft_no; in index_inode_setup()
634 NTFS_PVT(inode)->seq_no = mrec->seq_no; in index_inode_setup()
636 NTFS_PVT(inode)->start_cluster = start_blk >> NTFS_SB(fs)->clust_shift; in index_inode_setup()
637 NTFS_PVT(inode)->here = start_blk; in index_inode_setup()
670 NTFS_PVT(inode)->non_resident = attr->non_resident; in index_inode_setup()
671 NTFS_PVT(inode)->type = attr->type; in index_inode_setup()
674 NTFS_PVT(inode)->data.resident.offset = in index_inode_setup()
681 NTFS_PVT(inode)->data.non_resident.rlist = NULL; in index_inode_setup()
695 runlist_append(&NTFS_PVT(inode)->data.non_resident.rlist, in index_inode_setup()
702 if (runlist_is_empty(NTFS_PVT(inode)->data.non_resident.rlist)) { in index_inode_setup()
[all …]
Dntfs.h483 #define NTFS_PVT(i) ((struct ntfs_inode *)((i)->pvt)) macro