Home
last modified time | relevance | path

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

/linux-4.19.296/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()
2325 struct nfs_server *server = NFS_SB(sb); in nfs_initialise_sb()
2346 struct nfs_server *server = NFS_SB(sb); in nfs_fill_super()
2375 struct nfs_server *server = NFS_SB(sb); in nfs_clone_super()
2491 struct nfs_server *server = sb_mntdata->server, *old = NFS_SB(sb); in nfs_compare_super()
[all …]
Dgetroot.c74 struct nfs_server *server = NFS_SB(sb); in nfs_get_root()
Dfscache.c119 struct nfs_server *nfss = NFS_SB(sb); in nfs_fscache_get_super_cookie()
217 struct nfs_server *nfss = NFS_SB(sb); in nfs_fscache_release_super_cookie()
262 nfsi->fscache = fscache_acquire_cookie(NFS_SB(inode->i_sb)->fscache, in nfs_fscache_init_inode()
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.c255 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()
Dinternal.h29 if (!nfs_fsid_equal(&NFS_SB(parent)->fsid, &fattr->fsid)) in nfs_attr_check_mountpoint()
Dnfs4client.c1145 parent_server = NFS_SB(data->sb); in nfs4_create_referral_server()
Ddir.c496 if (!nfs_fsid_equal(&NFS_SB(dentry->d_sb)->fsid, in nfs_prime_dcache()
1738 struct nfs_server *server = NFS_SB(dentry->d_sb); in nfs_instantiate()
Dnfs4proc.c1989 struct nfs_server *server = NFS_SB(opendata->dentry->d_sb); in nfs4_open_recover_helper()
4398 res->server = NFS_SB(dentry->d_sb); in nfs4_proc_unlink_setup()
4410 nfs4_setup_sequence(NFS_SB(data->dentry->d_sb)->nfs_client, in nfs4_proc_unlink_rpc_prepare()
4446 res->server = NFS_SB(old_dentry->d_sb); in nfs4_proc_rename_setup()
/linux-4.19.296/include/linux/
Dnfs_fs.h251 static inline struct nfs_server *NFS_SB(const struct super_block *s) in NFS_SB() function
263 return NFS_SB(inode->i_sb); in NFS_SERVER()