Home
last modified time | relevance | path

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

/Linux-v4.19/fs/nfs/
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()
131 struct nfs_server *server = NFS_SB(sb); in nfs_get_parent()
Dsuper.c413 struct nfs_server *server = NFS_SB(sb); in nfs_sb_active()
425 struct nfs_server *server = NFS_SB(sb); in nfs_sb_deactive()
437 struct nfs_server *server = NFS_SB(dentry->d_sb); in nfs_statfs()
718 struct nfs_server *nfss = NFS_SB(root->d_sb); in nfs_show_options()
805 struct nfs_server *nfss = NFS_SB(root->d_sb); in nfs_show_stats()
902 server = NFS_SB(sb); in nfs_umount_begin()
2318 struct nfs_server *server = NFS_SB(sb); in nfs_initialise_sb()
2339 struct nfs_server *server = NFS_SB(sb); in nfs_fill_super()
2368 struct nfs_server *server = NFS_SB(sb); in nfs_clone_super()
2485 struct nfs_server *server = sb_mntdata->server, *old = NFS_SB(sb); in nfs_compare_super()
[all …]
Dfscache.c117 struct nfs_server *nfss = NFS_SB(sb); in nfs_fscache_get_super_cookie()
210 struct nfs_server *nfss = NFS_SB(sb); in nfs_fscache_release_super_cookie()
246 nfsi->fscache = fscache_acquire_cookie(NFS_SB(inode->i_sb)->fscache, in nfs_fscache_init_inode()
Dgetroot.c74 struct nfs_server *server = NFS_SB(sb); in nfs_get_root()
Dnfs4namespace.c243 struct net *net = rpc_net_ns(NFS_SB(mountdata->sb)->client); in try_location()
302 .authflavor = NFS_SB(dentry->d_sb)->client->cl_auth->au_flavor, in nfs_follow_referral()
Dnamespace.c251 mnt = nfs_do_clone_mount(NFS_SB(dentry->d_sb), devname, &mountdata); in nfs_do_submount()
Dinode.c464 inode->i_op = NFS_SB(sb)->nfs_client->rpc_ops->file_inode_ops; in nfs_fhget()
466 inode->i_fop = NFS_SB(sb)->nfs_client->rpc_ops->file_ops; in nfs_fhget()
469 inode->i_op = NFS_SB(sb)->nfs_client->rpc_ops->dir_inode_ops; in nfs_fhget()
Ddir.c484 if (!nfs_fsid_equal(&NFS_SB(dentry->d_sb)->fsid, in nfs_prime_dcache()
1591 if (NFS_SB(dentry->d_sb)->caps & NFS_CAP_ATOMIC_OPEN_V1) in nfs4_lookup_revalidate()
1667 struct nfs_server *server = NFS_SB(dentry->d_sb); in nfs_instantiate()
Dinternal.h29 if (!nfs_fsid_equal(&NFS_SB(parent)->fsid, &fattr->fsid)) in nfs_attr_check_mountpoint()
Dnfs4client.c1138 parent_server = NFS_SB(data->sb); in nfs4_create_referral_server()
Dnfs4proc.c1978 NFS_SB(opendata->dentry->d_sb), in nfs4_open_recover_helper()
4362 res->server = NFS_SB(dentry->d_sb); in nfs4_proc_unlink_setup()
4374 nfs4_setup_sequence(NFS_SB(data->dentry->d_sb)->nfs_client, in nfs4_proc_unlink_rpc_prepare()
4410 res->server = NFS_SB(old_dentry->d_sb); in nfs4_proc_rename_setup()
/Linux-v4.19/include/linux/
Dnfs_fs.h250 static inline struct nfs_server *NFS_SB(const struct super_block *s) in NFS_SB() function
262 return NFS_SB(inode->i_sb); in NFS_SERVER()