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

/linux-4.1.27/fs/ntfs/
H A Dinode.c97 * ntfs_read_locked_inode() will fill them in later.
149 static int ntfs_read_locked_inode(struct inode *vi);
164 * and finally ntfs_read_locked_inode() is called to read in the inode and
190 err = ntfs_read_locked_inode(vi); ntfs_iget()
524 * ntfs_read_locked_inode - read an inode from its device
527 * ntfs_read_locked_inode() is called from ntfs_iget() to read the inode
534 * ntfs_read_locked_inode() maps, pins and locks the mft record number i_ino
544 * In any case ntfs_read_locked_inode() has nothing to do with i_flags.
549 static int ntfs_read_locked_inode(struct inode *vi) ntfs_read_locked_inode() function
2109 ntfs_read_locked_inode(vi); ntfs_read_inode_mount()

Completed in 47 milliseconds