Searched refs:NFS_SB (Results 1 – 12 of 12) sorted by relevance
| /linux-6.15/fs/nfs/ |
| H A D | export.c | 81 fattr = nfs_alloc_fattr_with_label(NFS_SB(sb)); in nfs_fh_to_dentry() 97 rpc_ops = NFS_SB(sb)->nfs_client->rpc_ops; in nfs_fh_to_dentry() 98 ret = rpc_ops->getattr(NFS_SB(sb), server_fh, fattr, NULL); in nfs_fh_to_dentry() 122 struct nfs_server *server = NFS_SB(sb); in nfs_get_parent()
|
| H A D | super.c | 196 struct nfs_server *server = NFS_SB(sb); in nfs_sb_active() 208 struct nfs_server *server = NFS_SB(sb); in nfs_sb_deactive() 256 struct nfs_server *server = NFS_SB(dentry->d_sb); in nfs_statfs() 575 struct nfs_server *nfss = NFS_SB(root->d_sb); in nfs_show_options() 672 struct nfs_server *nfss = NFS_SB(root->d_sb); in nfs_show_stats() 759 server = NFS_SB(sb); in nfs_umount_begin() 1088 struct nfs_server *server = NFS_SB(sb); in nfs_fill_super() 1242 struct nfs_server *server = fc->s_fs_info, *old = NFS_SB(sb); in nfs_compare_super() 1263 struct nfs_server *nfss = NFS_SB(sb); in nfs_get_cache_cookie() 1273 struct nfs_server *mnt_s = NFS_SB(ctx->clone_data.sb); in nfs_get_cache_cookie() [all …]
|
| H A D | getroot.c | 70 struct nfs_server *server = NFS_SB(s), *clone_server; in nfs_get_root() 139 clone_server = NFS_SB(ctx->clone_data.sb); in nfs_get_root()
|
| H A D | fscache.c | 91 struct nfs_server *nfss = NFS_SB(sb); in nfs_fscache_get_super_cookie() 153 struct nfs_server *nfss = NFS_SB(sb); in nfs_fscache_release_super_cookie() 276 rreq->io_streams[0].sreq_max_len = NFS_SB(rreq->inode->i_sb)->rsize; in nfs_netfs_init_request()
|
| H A D | namespace.c | 150 struct nfs_server *server = NFS_SB(path->dentry->d_sb); in nfs_d_automount() 272 server = ctx->nfs_mod->rpc_ops->clone_server(NFS_SB(ctx->clone_data.sb), in nfs_do_submount()
|
| H A D | internal.h | 25 if (!nfs_fsid_equal(&NFS_SB(parent)->fsid, &fattr->fsid)) in nfs_attr_check_mountpoint() 40 if (!(NFS_SB(dentry->d_sb)->flags & NFS_MOUNT_SOFTREVAL)) in nfs_lookup_is_soft_revalidate()
|
| H A D | nfs4file.c | 329 server = NFS_SB(ss_mnt->mnt_sb); in __nfs42_ssc_open()
|
| H A D | inode.c | 457 u64 fattr_supported = NFS_SB(sb)->fattr_valid; in nfs_fhget() 495 inode->i_op = NFS_SB(sb)->nfs_client->rpc_ops->file_inode_ops; in nfs_fhget() 497 inode->i_fop = NFS_SB(sb)->nfs_client->rpc_ops->file_ops; in nfs_fhget() 502 inode->i_op = NFS_SB(sb)->nfs_client->rpc_ops->dir_inode_ops; in nfs_fhget()
|
| H A D | dir.c | 765 if (!nfs_fsid_equal(&NFS_SB(dentry->d_sb)->fsid, in nfs_prime_dcache() 2319 struct nfs_server *server = NFS_SB(dentry->d_sb); in nfs_add_or_obtain() 2682 struct nfs_server *server = NFS_SB(old_dentry->d_sb); in nfs_rename_is_unsafe_cross_dir()
|
| H A D | nfs4client.c | 1258 parent_server = NFS_SB(ctx->clone_data.sb); in nfs4_create_referral_server()
|
| H A D | nfs4proc.c | 2228 struct nfs_server *server = NFS_SB(opendata->dentry->d_sb); in nfs4_open_recover_helper() 4958 res->server = NFS_SB(dentry->d_sb); in nfs4_proc_unlink_setup() 4972 nfs4_setup_sequence(NFS_SB(data->dentry->d_sb)->nfs_client, in nfs4_proc_unlink_rpc_prepare() 5009 res->server = NFS_SB(old_dentry->d_sb); in nfs4_proc_rename_setup() 7964 return nfs4_server_supports_acls(NFS_SB(dentry->d_sb), NFS4ACL_ACL); in nfs4_xattr_list_nfs4_acl() 7988 return nfs4_server_supports_acls(NFS_SB(dentry->d_sb), NFS4ACL_DACL); in nfs4_xattr_list_nfs4_dacl() 8011 return nfs4_server_supports_acls(NFS_SB(dentry->d_sb), NFS4ACL_SACL); in nfs4_xattr_list_nfs4_sacl()
|
| /linux-6.15/include/linux/ |
| H A D | nfs_fs.h | 345 static inline struct nfs_server *NFS_SB(const struct super_block *s) in NFS_SB() function 357 return NFS_SB(inode->i_sb); in NFS_SERVER()
|