Searched refs:ntfs_test_inode (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/fs/ntfs/ |
D | inode.h | 258 extern int ntfs_test_inode(struct inode *vi, ntfs_attr *na);
|
D | inode.c | 46 int ntfs_test_inode(struct inode *vi, ntfs_attr *na) in ntfs_test_inode() function 167 vi = iget5_locked(sb, mft_no, (test_t)ntfs_test_inode, in ntfs_iget() 228 vi = iget5_locked(base_vi->i_sb, na.mft_no, (test_t)ntfs_test_inode, in ntfs_attr_iget() 283 vi = iget5_locked(base_vi->i_sb, na.mft_no, (test_t)ntfs_test_inode, in ntfs_index_iget()
|
D | mft.c | 961 vi = ilookup5_nowait(sb, mft_no, (test_t)ntfs_test_inode, &na); in ntfs_may_write_mft_record() 1022 vi = ilookup5_nowait(sb, na.mft_no, (test_t)ntfs_test_inode, in ntfs_may_write_mft_record()
|
D | dir.c | 1506 bmp_vi = ilookup5(vi->i_sb, vi->i_ino, (test_t)ntfs_test_inode, &na); in ntfs_dir_fsync()
|