Lines Matching refs:super_block
23 static inline void nfs_attr_check_mountpoint(struct super_block *parent, struct nfs_fattr *fattr) in nfs_attr_check_mountpoint()
39 const struct super_block *sb;
136 void (*fill_super)(struct super_block *, struct nfs_mount_info *);
137 int (*set_security)(struct super_block *, struct dentry *, struct nfs_mount_info *);
375 extern struct inode *nfs_alloc_inode(struct super_block *sb);
395 void nfs_initialise_sb(struct super_block *);
396 int nfs_set_sb_security(struct super_block *, struct dentry *, struct nfs_mount_info *);
397 int nfs_clone_sb_security(struct super_block *, struct dentry *, struct nfs_mount_info *);
403 void nfs_kill_super(struct super_block *);
404 void nfs_fill_super(struct super_block *, struct nfs_mount_info *);
410 extern bool nfs_sb_active(struct super_block *sb);
411 extern void nfs_sb_deactive(struct super_block *sb);
424 extern struct dentry *nfs_get_root(struct super_block *, struct nfs_fh *,
427 extern struct dentry *nfs4_get_root(struct super_block *, struct nfs_fh *,
442 void nfs_clone_super(struct super_block *, struct nfs_mount_info *);
443 void nfs_umount_begin(struct super_block *);
449 int nfs_remount(struct super_block *sb, int *flags, char *raw_data);
549 struct super_block *sb = inode->i_sb; in nfs_iput_and_deactive()
613 void nfs_super_set_maxbytes(struct super_block *sb, __u64 maxfilesize) in nfs_super_set_maxbytes()