Home
last modified time | relevance | path

Searched refs:NFS_SERVER (Results 1 – 25 of 32) sorted by relevance

12

/Linux-v6.1/fs/nfs/
Diostat.h35 nfs_inc_server_stats(NFS_SERVER(inode), stat); in nfs_inc_stats()
49 nfs_add_server_stats(NFS_SERVER(inode), stat, addend); in nfs_add_stats()
57 this_cpu_add(NFS_SERVER(inode)->io_stats->fscache[stat], addend); in nfs_add_fscache_stats()
62 this_cpu_inc(NFS_SERVER(inode)->io_stats->fscache[stat]); in nfs_inc_fscache_stats()
Dnfs42proc.c27 struct nfs_client *clp = (NFS_SERVER(file_inode(filep)))->nfs_client; in nfs42_set_netaddr()
48 struct nfs_server *server = NFS_SERVER(inode); in _nfs42_proc_fallocate()
102 struct nfs_server *server = NFS_SERVER(inode); in nfs42_proc_fallocate()
146 NFS_SERVER(inode)->caps &= ~NFS_CAP_ALLOCATE; in nfs42_proc_allocate()
169 NFS_SERVER(inode)->caps &= ~NFS_CAP_DEALLOCATE; in nfs42_proc_deallocate()
325 struct nfs_server *dst_server = NFS_SERVER(dst_inode); in _nfs42_proc_copy()
326 struct nfs_server *src_server = NFS_SERVER(src_inode); in _nfs42_proc_copy()
416 struct nfs_server *server = NFS_SERVER(file_inode(dst)); in nfs42_proc_copy()
539 struct nfs_server *dst_server = NFS_SERVER(file_inode(dst)); in nfs42_do_offload_cancel_async()
586 struct nfs_server *src_server = NFS_SERVER(file_inode(src)); in _nfs42_proc_copy_notify()
[all …]
Dpnfs.c272 struct pnfs_layoutdriver_type *ld = NFS_SERVER(ino)->pnfs_curr_ld; in pnfs_alloc_layout_hdr()
279 struct nfs_server *server = NFS_SERVER(lo->plh_inode); in pnfs_free_layout_hdr()
392 rpc_wake_up(&NFS_SERVER(lo->plh_inode)->roc_rpcwaitq); in pnfs_clear_layoutreturn_waitbit()
558 NFS_SERVER(inode)->pnfs_curr_ld->free_lseg(lseg); in pnfs_free_lseg()
713 struct nfs_server *server = NFS_SERVER(lo->plh_inode); in pnfs_mark_matching_lsegs_invalid()
1035 server = NFS_SERVER(inode); in pnfs_find_server()
1038 server = NFS_SERVER(parent_dir->d_inode); in pnfs_find_server()
1228 args->layout_type = NFS_SERVER(inode)->pnfs_curr_ld->id; in pnfs_init_layoutreturn_args()
1245 struct pnfs_layoutdriver_type *ld = NFS_SERVER(ino)->pnfs_curr_ld; in pnfs_send_layoutreturn()
1264 lrp->clp = NFS_SERVER(ino)->nfs_client; in pnfs_send_layoutreturn()
[all …]
Dnfs42.h35 struct nfs_client *c_in = (NFS_SERVER(file_inode(in)))->nfs_client; in nfs42_files_from_same_server()
36 struct nfs_client *c_out = (NFS_SERVER(file_inode(out)))->nfs_client; in nfs42_files_from_same_server()
Dnfs4proc.c1219 switch (NFS_SERVER(inode)->change_attr_type) { in nfs4_update_changeattr_locked()
1351 struct nfs_server *server = NFS_SERVER(dir); in nfs4_opendata_alloc()
1692 if (!nfs4_has_session(NFS_SERVER(state->inode)->nfs_client)) in nfs_set_open_stateid_locked()
1793 struct nfs_server *server = NFS_SERVER(state->inode); in update_open_stateid()
1926 struct nfs_client *clp = NFS_SERVER(state->inode)->nfs_client; in nfs4_opendata_check_deleg()
2213 struct nfs_server *server = NFS_SERVER(state->inode); in nfs4_do_open_reclaim()
2301 struct nfs_server *server = NFS_SERVER(state->inode); in nfs4_open_delegation_recall()
2383 struct nfs_server *server = NFS_SERVER(d_inode(data->dir)); in _nfs4_proc_open_confirm()
2550 struct nfs_server *server = NFS_SERVER(dir); in nfs4_run_open_task()
2610 nfs_fattr_map_and_free_names(NFS_SERVER(dir), &data->f_attr); in _nfs4_recover_proc_open()
[all …]
Dpnfs.h480 struct pnfs_layoutdriver_type *ld = NFS_SERVER(inode)->pnfs_curr_ld; in pnfs_get_ds_info()
573 if (!pnfs_enabled_sb(NFS_SERVER(inode))) in pnfs_ld_layoutret_on_setattr()
575 return NFS_SERVER(inode)->pnfs_curr_ld->flags & in pnfs_ld_layoutret_on_setattr()
582 if (!pnfs_enabled_sb(NFS_SERVER(inode))) in pnfs_ld_read_whole_page()
584 return NFS_SERVER(inode)->pnfs_curr_ld->flags & PNFS_READ_WHOLE_PAGE; in pnfs_ld_read_whole_page()
590 if (!pnfs_enabled_sb(NFS_SERVER(inode))) in pnfs_sync_inode()
592 return NFS_SERVER(inode)->pnfs_curr_ld->sync(inode, datasync); in pnfs_sync_inode()
607 struct nfs_server *nfss = NFS_SERVER(ino); in pnfs_return_layout()
Dfile.c102 struct nfs_server *server = NFS_SERVER(inode); in nfs_revalidate_file_size()
483 struct nfs_client *cl = NFS_SERVER(inode)->nfs_client; in nfs_swap_activate()
516 struct nfs_client *cl = NFS_SERVER(inode)->nfs_client; in nfs_swap_deactivate()
607 unsigned int mntflags = NFS_SERVER(inode)->flags; in nfs_file_write()
814 if (NFS_SERVER(inode)->flags & NFS_MOUNT_LOCAL_FCNTL) in nfs_lock()
848 if (NFS_SERVER(inode)->flags & NFS_MOUNT_LOCAL_FLOCK) in nfs_flock()
Ddelegation.c376 struct nfs_server *server = NFS_SERVER(inode); in nfs_inode_detach_delegation()
433 struct nfs_server *server = NFS_SERVER(inode); in nfs_inode_set_delegation()
530 struct nfs_client *clp = NFS_SERVER(inode)->nfs_client; in nfs_end_delegation_return()
818 (nfs4_has_session(NFS_SERVER(inode)->nfs_client) && in nfs4_inode_make_writeable()
1048 struct nfs_server *server = NFS_SERVER(inode); in nfs_async_inode_return_delegation()
1279 struct nfs_server *server = NFS_SERVER(inode); in nfs_delegation_test_free_expired()
1350 struct nfs_client *clp = NFS_SERVER(inode)->nfs_client; in nfs_inode_find_delegation_state_and_recover()
1359 nfs_mark_test_expired_delegation(NFS_SERVER(inode), delegation); in nfs_inode_find_delegation_state_and_recover()
Dwrite.c412 struct nfs_server *nfss = NFS_SERVER(inode); in nfs_set_page_writeback()
425 struct nfs_server *nfss = NFS_SERVER(inode); in nfs_end_page_writeback()
670 NFS_SERVER(inode)->write_congested) in nfs_writepage_locked()
712 unsigned int mntflags = NFS_SERVER(inode)->flags; in nfs_writepages()
717 NFS_SERVER(inode)->write_congested) in nfs_writepages()
1246 struct rpc_auth *auth = NFS_SERVER(inode)->client->cl_auth; in nfs_ctx_key_to_expire()
1463 struct nfs_server *server = NFS_SERVER(inode); in nfs_pageio_init_write()
1487 mirror->pg_bsize = NFS_SERVER(pgio->pg_inode)->wsize; in nfs_pageio_reset_write_mds()
1582 NFS_SERVER(inode)->nfs_client->cl_hostname, in nfs_writeback_done()
1823 if (NFS_SERVER(inode)->nfs_client->cl_minorversion) in nfs_commit_list()
[all …]
Ddir.c181 struct nfs_server *server = NFS_SERVER(file_inode(desc->file)); in nfs_set_dtsize()
612 NFS_SERVER(inode)->caps &= ~NFS_CAP_READDIRPLUS; in nfs_readdir_xdr_filler()
947 entry->fattr = nfs_alloc_fattr_with_label(NFS_SERVER(inode)); in nfs_readdir_xdr_to_array()
948 entry->server = NFS_SERVER(inode); in nfs_readdir_xdr_to_array()
1499 if (NFS_SERVER(dir)->flags & NFS_MOUNT_LOOKUP_CACHE_NONE) in nfs_check_verifier()
1507 if (__nfs_revalidate_inode(NFS_SERVER(dir), dir) < 0) in nfs_check_verifier()
1537 struct nfs_server *server = NFS_SERVER(inode); in nfs_lookup_verify_inode()
1603 if (NFS_SERVER(dir)->flags & NFS_MOUNT_LOOKUP_CACHE_NONEG) in nfs_neg_need_reval()
1667 fattr = nfs_alloc_fattr_with_label(NFS_SERVER(inode)); in nfs_lookup_revalidate_dentry()
1680 if (NFS_SERVER(inode)->flags & NFS_MOUNT_SOFTREVAL) in nfs_lookup_revalidate_dentry()
[all …]
Dread.c65 struct nfs_server *server = NFS_SERVER(inode); in nfs_pageio_init_read()
107 mirror->pg_bsize = NFS_SERVER(pgio->pg_inode)->rsize; in nfs_pageio_reset_read_mds()
288 unsigned int rsize = NFS_SERVER(inode)->rsize; in readpage_async_filler()
Dinode.c643 fattr = nfs_alloc_fattr_with_label(NFS_SERVER(inode)); in nfs_setattr()
835 struct nfs_server *server = NFS_SERVER(inode); in nfs_getattr()
914 stat->blksize = NFS_SERVER(inode)->dtsize; in nfs_getattr()
1016 if (NFS_SERVER(inode)->flags & NFS_MOUNT_NOCTO) in nfs_close_context()
1209 fattr = nfs_alloc_fattr_with_label(NFS_SERVER(inode)); in __nfs_revalidate_inode()
1276 return __nfs_revalidate_inode(NFS_SERVER(inode), inode); in nfs_revalidate_inode()
1400 int ret = __nfs_revalidate_inode(NFS_SERVER(inode), inode); in nfs_revalidate_mapping()
1765 switch (NFS_SERVER(inode)->change_attr_type) { in nfs_inode_attrs_cmp()
1799 enum nfs4_change_attr_type ctype = NFS_SERVER(inode)->change_attr_type; in nfs_inode_finish_partial_attr_update()
1985 struct nfs_server *server = NFS_SERVER(inode); in nfs_update_inode()
[all …]
Dnfs3acl.c49 struct nfs_server *server = NFS_SERVER(inode); in nfs3_get_acl()
165 struct nfs_server *server = NFS_SERVER(inode); in __nfs3_proc_setacls()
Dfscache.h94 if (NFS_SERVER(inode)->nfs_client->rpc_ops->version == 4) in nfs_fscache_update_auxdata()
Dpagelist.c138 rpc_sleep_on(&NFS_SERVER(inode)->uoc_rpcwaitq, task, NULL); in nfs_async_iocounter_wait()
143 rpc_wake_up_queued_task(&NFS_SERVER(inode)->uoc_rpcwaitq, task); in nfs_async_iocounter_wait()
566 rpc_wake_up(&NFS_SERVER(d_inode(ctx->dentry))->uoc_rpcwaitq); in nfs_clear_request()
961 if (NFS_SERVER(hdr->inode)->nfs_client->cl_minorversion) in nfs_generic_pg_pgios()
1107 if (NFS_SERVER(desc->pg_inode)->flags & NFS_MOUNT_SOFTERR) in nfs_pageio_do_add_request()
Dnfs4file.c160 if (count <= 2 * NFS_SERVER(file_inode(file_in))->rsize) in __nfs4_copy_file_range()
248 struct nfs_server *server = NFS_SERVER(dst_inode); in nfs42_remap_file_range()
Dnfs3proc.c217 if (NFS_SERVER(inode)->flags & NFS_MOUNT_SOFTREVAL) in nfs3_proc_lookupp()
849 struct nfs_server *server = NFS_SERVER(inode); in nfs3_read_done()
869 hdr->args.replen = NFS_SERVER(hdr->inode)->read_hdrsize; in nfs3_proc_read_setup()
973 status = nlmclnt_proc(NFS_SERVER(inode)->nlm_host, cmd, fl, l_ctx); in nfs3_proc_lock()
Dcallback_proc.c295 if (NFS_SERVER(ino)->pnfs_curr_ld->return_range) { in initiate_file_draining()
296 NFS_SERVER(ino)->pnfs_curr_ld->return_range(lo, in initiate_file_draining()
Dfscache.c163 struct nfs_server *nfss = NFS_SERVER(inode); in nfs_fscache_init_inode()
Dnamespace.c150 struct nfs_server *server = NFS_SERVER(d_inode(path->dentry)); in nfs_d_automount()
Ddirect.c321 size_t rsize = max_t(size_t, NFS_SERVER(inode)->rsize, PAGE_SIZE); in nfs_direct_read_schedule_iovec()
777 size_t wsize = max_t(size_t, NFS_SERVER(inode)->wsize, PAGE_SIZE); in nfs_direct_write_schedule_iovec()
/Linux-v6.1/include/linux/
Dnfs_fs.h299 static inline struct nfs_server *NFS_SERVER(const struct inode *inode) in NFS_SERVER() function
306 return NFS_SERVER(inode)->client; in NFS_CLIENT()
311 return NFS_SERVER(inode)->nfs_client->rpc_ops; in NFS_PROTO()
316 struct nfs_server *nfss = NFS_SERVER(inode); in NFS_MINATTRTIMEO()
322 struct nfs_server *nfss = NFS_SERVER(inode); in NFS_MAXATTRTIMEO()
365 return NFS_SERVER(inode)->caps & cap; in nfs_server_capable()
/Linux-v6.1/fs/nfs/filelayout/
Dfilelayout.c312 rpc_count_iostats(task, NFS_SERVER(hdr->inode)->client->cl_metrics); in filelayout_read_count_stats()
408 rpc_count_iostats(task, NFS_SERVER(hdr->inode)->client->cl_metrics); in filelayout_write_count_stats()
425 rpc_count_iostats(task, NFS_SERVER(cdata->inode)->client->cl_metrics); in filelayout_commit_count_stats()
551 d = nfs4_find_get_deviceid(NFS_SERVER(lo->plh_inode), &fl->deviceid, in filelayout_check_deviceid()
Dfilelayoutdev.c266 struct nfs_server *s = NFS_SERVER(lseg->pls_layout->plh_inode); in nfs4_fl_prepare_ds()
/Linux-v6.1/fs/nfs/flexfilelayout/
Dflexfilelayoutdev.c331 node = nfs4_find_get_deviceid(NFS_SERVER(lo->plh_inode), in ff_layout_init_mirror_ds()
375 struct nfs_server *s = NFS_SERVER(ino); in nfs4_ff_layout_prepare_ds()

12