Searched refs:NFSTONMP (Results 1 – 10 of 10) sorted by relevance
| /xnu-8019.80.24/bsd/nfs/ |
| H A D | nfs_lock.c | 432 nmp = NFSTONMP(np); in nfs3_lockd_request() 509 nmp = NFSTONMP(np); in nfs3_lockd_request() 533 nmp = NFSTONMP(np); in nfs3_lockd_request() 558 nmp = NFSTONMP(np); in nfs3_lockd_request() 670 nfs_up(NFSTONMP(np), thd, NFSSTA_LOCKTIMEO, in nfs3_lockd_request() 718 nmp = NFSTONMP(np); in nfs3_lockd_request() 778 nmp = NFSTONMP(np); in nfs3_setlock_rpc() 835 nmp = NFSTONMP(np); in nfs3_unlock_rpc() 874 nmp = NFSTONMP(np); in nfs3_getlock_rpc()
|
| H A D | nfs4_vnops.c | 95 struct nfsmount *nmp = NFSTONMP(np); in nfs4_access_rpc() 208 struct nfsmount *nmp = mp ? VFSTONFS(mp) : NFSTONMP(np); in nfs4_getattr_rpc() 286 nmp = NFSTONMP(np); in nfs4_readlink_rpc() 361 nmp = NFSTONMP(np); in nfs4_read_rpc_async() 409 nmp = NFSTONMP(np); in nfs4_read_rpc_async_finish() 470 nmp = NFSTONMP(np); in nfs4_write_rpc_async() 534 nmp = NFSTONMP(np); in nfs4_write_rpc_async_finish() 547 nmp = NFSTONMP(np); in nfs4_write_rpc_async_finish() 619 nmp = NFSTONMP(dnp); in nfs4_remove_rpc() 697 nmp = NFSTONMP(fdnp); in nfs4_rename_rpc() [all …]
|
| H A D | nfs_vnops.c | 585 nmp = NFSTONMP(np); in nfs3_access_rpc() 1333 if (NFSTONMP(np)->nm_vers < NFS_VER4) { in nfs_close() 1448 struct nfsmount *nmp = mp ? VFSTONFS(mp) : NFSTONMP(np); in nfs3_getattr_rpc() 1550 if ((error = nfs_sigintr(NFSTONMP(np), NULL, vfs_context_thread(ctx), 0))) { in nfs_refresh_fh() 1660 nmp = NFSTONMP(np); in nfs_getattr_internal() 1711 if ((error = nfs_sigintr(NFSTONMP(np), NULL, vfs_context_thread(ctx), 0))) { in nfs_getattr_internal() 1727 nmp = NFSTONMP(np); in nfs_getattr_internal() 2358 struct nfsmount *nmp = NFSTONMP(np); in nfs3_setattr_rpc() 2871 nmp = NFSTONMP(np); in nfs3_readlink_rpc() 2936 nmp = NFSTONMP(np); in nfs_read_rpc() [all …]
|
| H A D | nfs_bio.c | 1426 nmp = NFSTONMP(np); in nfs_buf_check_write_verifier() 1668 if ((nmp = NFSTONMP(np)) && (nmp->nm_vers == NFS_VER2) && in nfs_buf_read_finish() 1698 nmp = NFSTONMP(np); in nfs_buf_read_rpc() 1830 nmp = NFSTONMP(np); in nfs_buf_read_rpc_finish() 2021 struct nfsmount *nmp = NFSTONMP(np); in nfs_buf_readahead() 2576 struct nfsmount *nmp = NFSTONMP(np); in nfs_buf_write() 2859 struct nfsmount *nmp = NFSTONMP(np); in nfs_buf_write_dirty_pages() 2962 nmp = NFSTONMP(np); in nfs_buf_write_rpc() 3114 nmp = NFSTONMP(np); in nfs_buf_write_rpc_finish() 3355 nmp = NFSTONMP(np); in nfs_flushcommits() [all …]
|
| H A D | nfsmount.h | 435 #define NFSTONMP(np) VTONMP(NFSTOV(np)) macro
|
| H A D | nfsm_subs.h | 731 nfsm_chain_postop_attr_get(NFSTONMP(NP), (E), (NMC), (F), &ttvattr); \ 776 (E) = nfs_parsefattr(NFSTONMP(NP), (NMC), (VERS), &ttvattr); \
|
| H A D | nfs_node.c | 626 nmp = NFSTONMP(np); in nfs_vnop_inactive() 930 struct nfsmount *nmp = np->n_mount ? VFSTONFS(np->n_mount) : NFSTONMP(np); in nfs_vnop_reclaim() 1216 if ((error = nfs_sigintr(NFSTONMP(np), NULL, thd, 0))) { in nfs_node_set_busy()
|
| H A D | nfs_vfsops.c | 401 nfsm_assert(error, NFSTONMP(np), ENXIO); in nfs3_update_statfs() 491 nfsm_assert(error, NFSTONMP(np), ENXIO); in nfs4_update_statfs() 506 nfsm_assert(error, NFSTONMP(np), ENXIO); in nfs4_update_statfs() 3249 struct nfsmount *nmp = NFSTONMP(np); in nfs_mirror_mount_domount() 5011 nfsm_assert(error, NFSTONMP(np), ENXIO); in nfs4_getquota() 5015 nfsm_assert(error, NFSTONMP(np), ENXIO); in nfs4_getquota()
|
| H A D | nfs_subs.c | 1889 nmp = NFSTONMP(np); in nfs_attrcachetimeout() 1949 nmp = NFSTONMP(np); in nfs_getattrcache()
|
| H A D | nfs4_subs.c | 2701 struct nfsmount *nmp = NFSTONMP(np); in nfs4_expired_check_delegation()
|