Searched refs:ntfs_inode_get (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/ntfs-84/kext/
H A Dntfs_inode.h561 __private_extern__ errno_t ntfs_inode_get(ntfs_volume *vol, ino64_t mft_no,
H A Dntfs_vfsops.c1195 err = ntfs_inode_get(vol, mft_no, TRUE, LCK_RW_TYPE_SHARED, ni,
1340 err = ntfs_inode_get(vol, FILE_MFTMirr, TRUE, LCK_RW_TYPE_SHARED, &ni,
1350 * ntfs_inode_get() will have set up the default ones.
1600 err = ntfs_inode_get(vol, FILE_UpCase, TRUE, LCK_RW_TYPE_SHARED, &ni,
1719 err = ntfs_inode_get(vol, FILE_AttrDef, TRUE, LCK_RW_TYPE_SHARED, &ni,
2022 err = ntfs_inode_get(vol, MREF(mref), FALSE, LCK_RW_TYPE_SHARED, &ni,
2623 * thus allowing us to simply use ntfs_inode_get(), ntfs_mft_record_map(), and
4509 * Simulate an ntfs_inode_get() by taking an iocount reference on the
4587 err = ntfs_inode_get(NTFS_MP(mp), ino, FALSE, LCK_RW_TYPE_SHARED, &ni,
H A Dntfs_inode.c410 * ntfs_inode_get - obtain a normal ntfs inode
459 errno_t ntfs_inode_get(ntfs_volume *vol, ino64_t mft_no, const BOOL is_system, function
1700 * ntfs_inode_read() is called from ntfs_inode_get() to read the inode
3806 err = ntfs_inode_get(vol, dir_mft_no, FALSE,
4535 err = ntfs_inode_get(vol, MREF(mref), FALSE,
H A Dntfs_vnops.c736 * ntfs_inode_get() on it to obtain an inode for "..".
750 err = ntfs_inode_get(vol, mft_no, FALSE, LCK_RW_TYPE_SHARED,
921 * to be entered into the name cache, ntfs_inode_get() will do this and
927 err = ntfs_inode_get(vol, mft_no, FALSE, LCK_RW_TYPE_SHARED, &ni,
7265 * doing ntfs_inode_get() which in turn triggers another
7267 * thus ntfs_inode_get() which in turns calls VNOP_INACTIVE()

Completed in 202 milliseconds