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 *);
359 extern struct inode *nfs_alloc_inode(struct super_block *sb);
379 void nfs_initialise_sb(struct super_block *);
380 int nfs_set_sb_security(struct super_block *, struct dentry *, struct nfs_mount_info *);
381 int nfs_clone_sb_security(struct super_block *, struct dentry *, struct nfs_mount_info *);
387 void nfs_kill_super(struct super_block *);
388 void nfs_fill_super(struct super_block *, struct nfs_mount_info *);
394 extern bool nfs_sb_active(struct super_block *sb);
395 extern void nfs_sb_deactive(struct super_block *sb);
408 extern struct dentry *nfs_get_root(struct super_block *, struct nfs_fh *,
411 extern struct dentry *nfs4_get_root(struct super_block *, struct nfs_fh *,
426 void nfs_clone_super(struct super_block *, struct nfs_mount_info *);
427 void nfs_umount_begin(struct super_block *);
433 int nfs_remount(struct super_block *sb, int *flags, char *raw_data);
530 struct super_block *sb = inode->i_sb; in nfs_iput_and_deactive()
594 void nfs_super_set_maxbytes(struct super_block *sb, __u64 maxfilesize) in nfs_super_set_maxbytes()