Home
last modified time | relevance | path

Searched refs:NFS_SB (Results 1 – 11 of 11) sorted by relevance

/Linux-v5.10/fs/nfs/
Dgetroot.c70 struct nfs_server *server = NFS_SB(s); in nfs_get_root()
130 if (NFS_SB(s)->caps & NFS_CAP_SECURITY_LABEL) in nfs_get_root()
146 if (NFS_SB(s)->caps & NFS_CAP_SECURITY_LABEL && in nfs_get_root()
148 NFS_SB(s)->caps &= ~NFS_CAP_SECURITY_LABEL; in nfs_get_root()
Dexport.c98 label = nfs4_label_alloc(NFS_SB(sb), GFP_KERNEL); in nfs_fh_to_dentry()
104 rpc_ops = NFS_SB(sb)->nfs_client->rpc_ops; in nfs_fh_to_dentry()
105 ret = rpc_ops->getattr(NFS_SB(sb), server_fh, fattr, label, NULL); in nfs_fh_to_dentry()
132 struct nfs_server *server = NFS_SB(sb); in nfs_get_parent()
Dsuper.c177 struct nfs_server *server = NFS_SB(sb); in nfs_sb_active()
189 struct nfs_server *server = NFS_SB(sb); in nfs_sb_deactive()
236 struct nfs_server *server = NFS_SB(dentry->d_sb); in nfs_statfs()
521 struct nfs_server *nfss = NFS_SB(root->d_sb); in nfs_show_options()
618 struct nfs_server *nfss = NFS_SB(root->d_sb); in nfs_show_stats()
716 server = NFS_SB(sb); in nfs_umount_begin()
1023 struct nfs_server *server = NFS_SB(sb); in nfs_fill_super()
1166 struct nfs_server *server = fc->s_fs_info, *old = NFS_SB(sb); in nfs_compare_super()
1184 struct nfs_server *nfss = NFS_SB(sb); in nfs_get_cache_cookie()
1195 struct nfs_server *mnt_s = NFS_SB(ctx->clone_data.sb); in nfs_get_cache_cookie()
[all …]
Dfscache.c115 struct nfs_server *nfss = NFS_SB(sb); in nfs_fscache_get_super_cookie()
211 struct nfs_server *nfss = NFS_SB(sb); in nfs_fscache_release_super_cookie()
256 nfsi->fscache = fscache_acquire_cookie(NFS_SB(inode->i_sb)->fscache, in nfs_fscache_init_inode()
Dinternal.h23 if (!nfs_fsid_equal(&NFS_SB(parent)->fsid, &fattr->fsid)) in nfs_attr_check_mountpoint()
38 if (!(NFS_SB(dentry->d_sb)->flags & NFS_MOUNT_SOFTREVAL)) in nfs_lookup_is_soft_revalidate()
Dnamespace.c268 server = ctx->nfs_mod->rpc_ops->clone_server(NFS_SB(ctx->clone_data.sb), in nfs_do_submount()
Dinode.c478 inode->i_op = NFS_SB(sb)->nfs_client->rpc_ops->file_inode_ops; in nfs_fhget()
480 inode->i_fop = NFS_SB(sb)->nfs_client->rpc_ops->file_ops; in nfs_fhget()
483 inode->i_op = NFS_SB(sb)->nfs_client->rpc_ops->dir_inode_ops; in nfs_fhget()
Dnfs4client.c1191 parent_server = NFS_SB(ctx->clone_data.sb); in nfs4_create_referral_server()
Ddir.c522 if (!nfs_fsid_equal(&NFS_SB(dentry->d_sb)->fsid, in nfs_prime_dcache()
1856 struct nfs_server *server = NFS_SB(dentry->d_sb); in nfs_add_or_obtain()
Dnfs4proc.c2122 NFS_SB(opendata->dentry->d_sb), in nfs4_open_recover_helper()
4644 res->server = NFS_SB(dentry->d_sb); in nfs4_proc_unlink_setup()
4656 nfs4_setup_sequence(NFS_SB(data->dentry->d_sb)->nfs_client, in nfs4_proc_unlink_rpc_prepare()
4693 res->server = NFS_SB(old_dentry->d_sb); in nfs4_proc_rename_setup()
/Linux-v5.10/include/linux/
Dnfs_fs.h270 static inline struct nfs_server *NFS_SB(const struct super_block *s) in NFS_SB() function
282 return NFS_SB(inode->i_sb); in NFS_SERVER()