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

/macosx-10.10/ntfs-84/kext/
H A Dntfs_inode.c198 * respectively. Although that is not strictly necessary as ntfs_inode_read()
251 static errno_t ntfs_inode_read(ntfs_inode *ni);
440 * initialized, ntfs_inode_read() is called to read it in and fill in the
611 err = ntfs_inode_read(ni);
1697 * ntfs_inode_read - read an inode from its device
1700 * ntfs_inode_read() is called from ntfs_inode_get() to read the inode
1707 * ntfs_inode_read() maps, pins and locks the mft record number @ni->mft_no and
1712 static errno_t ntfs_inode_read(ntfs_inode *ni) function

Completed in 72 milliseconds