Searched refs:iget_test (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/hmdfs/ |
H A D | inode.c | 76 * iget_test - whether or not the inode with matched hashval is the one we are 82 static int iget_test(struct inode *inode, void *data) in iget_test() function 189 return iget5_locked(sb, ia.ino.ino_output, iget_test, iget_set, &ia); in hmdfs_iget5_locked_merge() 215 return iget5_locked(sb, ia.ino.ino_output, iget_test, iget_set, &ia); in hmdfs_iget5_locked_cloud_merge() 245 return iget5_locked(sb, ia.ino.ino_output, iget_test, iget_set, &ia); in hmdfs_iget5_locked_local() 281 return iget5_locked(sb, ia.ino.ino_output, iget_test, iget_set, &ia); in hmdfs_iget5_locked_remote() 318 return iget5_locked(sb, ia.ino.ino_output, iget_test, iget_set, &ia); in hmdfs_iget5_locked_cloud() 344 return iget5_locked(sb, ia.ino.ino_output, iget_test, iget_set, &ia); in hmdfs_iget_locked_root()
|
/kernel/linux/linux-6.6/fs/hmdfs/ |
H A D | inode.c | 76 * iget_test - whether or not the inode with matched hashval is the one we are 82 static int iget_test(struct inode *inode, void *data) in iget_test() function 189 return iget5_locked(sb, ia.ino.ino_output, iget_test, iget_set, &ia); in hmdfs_iget5_locked_merge() 215 return iget5_locked(sb, ia.ino.ino_output, iget_test, iget_set, &ia); in hmdfs_iget5_locked_cloud_merge() 245 return iget5_locked(sb, ia.ino.ino_output, iget_test, iget_set, &ia); in hmdfs_iget5_locked_local() 281 return iget5_locked(sb, ia.ino.ino_output, iget_test, iget_set, &ia); in hmdfs_iget5_locked_remote() 318 return iget5_locked(sb, ia.ino.ino_output, iget_test, iget_set, &ia); in hmdfs_iget5_locked_cloud() 344 return iget5_locked(sb, ia.ino.ino_output, iget_test, iget_set, &ia); in hmdfs_iget_locked_root()
|
/kernel/linux/linux-6.6/fs/gfs2/ |
H A D | inode.c | 76 static int iget_test(struct inode *inode, void *opaque) in iget_test() function 124 inode = iget5_locked(sb, no_addr, iget_test, iget_set, &no_addr); in gfs2_inode_lookup() 753 error = insert_inode_locked4(inode, ip->i_no_addr, iget_test, &ip->i_no_addr); in gfs2_create_inode()
|
/kernel/linux/linux-5.10/fs/gfs2/ |
H A D | inode.c | 39 static int iget_test(struct inode *inode, void *opaque) in iget_test() function 60 inode = iget5_locked(sb, no_addr, iget_test, iget_set, &no_addr); in gfs2_iget()
|
Completed in 8 milliseconds