Searched refs:afs_iget5_set_root (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/afs/ |
H A D | inode.c | 490 static int afs_iget5_set_root(struct inode *inode, void *opaque) in afs_iget5_set_root() function 518 inode = iget5_locked(sb, 1, NULL, afs_iget5_set_root, NULL); in afs_root_iget()
|
/kernel/linux/linux-6.6/fs/afs/ |
H A D | inode.c | 506 static int afs_iget5_set_root(struct inode *inode, void *opaque) in afs_iget5_set_root() function 534 inode = iget5_locked(sb, 1, NULL, afs_iget5_set_root, NULL); in afs_root_iget()
|
Completed in 3 milliseconds