Lines Matching refs:super_block
25 static int kernfs_sop_remount_fs(struct super_block *sb, int *flags, char *data) in kernfs_sop_remount_fs()
87 static struct inode *kernfs_fh_get_inode(struct super_block *sb, in kernfs_fh_get_inode()
113 static struct dentry *kernfs_fh_to_dentry(struct super_block *sb, struct fid *fid, in kernfs_fh_to_dentry()
120 static struct dentry *kernfs_fh_to_parent(struct super_block *sb, struct fid *fid, in kernfs_fh_to_parent()
147 struct kernfs_root *kernfs_root_from_sb(struct super_block *sb) in kernfs_root_from_sb()
185 struct super_block *sb) in kernfs_node_dentry()
221 static int kernfs_fill_super(struct super_block *sb, unsigned long magic) in kernfs_fill_super()
259 static int kernfs_test_super(struct super_block *sb, void *data) in kernfs_test_super()
267 static int kernfs_set_super(struct super_block *sb, void *data) in kernfs_set_super()
282 const void *kernfs_super_ns(struct super_block *sb) in kernfs_super_ns()
309 struct super_block *sb; in kernfs_mount_ns()
357 void kernfs_kill_sb(struct super_block *sb) in kernfs_kill_sb()
385 struct super_block *kernfs_pin_sb(struct kernfs_root *root, const void *ns) in kernfs_pin_sb()
388 struct super_block *sb = NULL; in kernfs_pin_sb()