Searched refs:nilfs_iget_test (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/fs/nilfs2/ |
D | inode.c | 52 static int nilfs_iget_test(struct inode *inode, void *opaque); 341 return insert_inode_locked4(inode, ino, nilfs_iget_test, &args); in nilfs_insert_inode_locked() 537 static int nilfs_iget_test(struct inode *inode, void *opaque) in nilfs_iget_test() function 576 return ilookup5(sb, ino, nilfs_iget_test, &args); in nilfs_ilookup() 586 return iget5_locked(sb, ino, nilfs_iget_test, nilfs_iget_set, &args); in nilfs_iget_locked() 619 inode = iget5_locked(sb, ino, nilfs_iget_test, nilfs_iget_set, &args); in nilfs_iget_for_gc()
|