Searched refs:find_inode_nowait (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/ |
| H A D | inode.c | 1776 struct inode *find_inode_nowait(struct super_block *sb, in find_inode_nowait() function 1801 EXPORT_SYMBOL(find_inode_nowait);
|
| /linux/fs/ntfs/ |
| H A D | mft.c | 784 vi = find_inode_nowait(sb, mft_no, ntfs_test_inode_wb, &na); in ntfs_may_write_mft_record()
|
| /linux/include/linux/ |
| H A D | fs.h | 2997 struct inode *find_inode_nowait(struct super_block *sb, u64 hashval,
|
| /linux/fs/f2fs/ |
| H A D | node.c | 2065 inode = find_inode_nowait(sbi->sb, ino, f2fs_match_ino, NULL); in flush_dirty_inode()
|
| /linux/fs/ext4/ |
| H A D | inode.c | 5346 inode = find_inode_nowait(sb, ino, ext4_iget_match, NULL); in __ext4_iget()
|