Searched refs:v9fs_set_super (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/9p/ |
H A D | vfs_super.c | 39 * v9fs_set_super - set the superblock 45 static int v9fs_set_super(struct super_block *s, void *data) in v9fs_set_super() function 132 sb = sget(fs_type, NULL, v9fs_set_super, flags, v9ses); in v9fs_mount()
|
/kernel/linux/linux-6.6/fs/9p/ |
H A D | vfs_super.c | 34 * v9fs_set_super - set the superblock 40 static int v9fs_set_super(struct super_block *s, void *data) in v9fs_set_super() function 129 sb = sget(fs_type, NULL, v9fs_set_super, flags, v9ses); in v9fs_mount()
|
Completed in 2 milliseconds