| /xnu-8020.101.4/bsd/nfs/ |
| H A D | nfs.h | 912 typedef struct nfsnode * nfsnode_t; typedef 985 nfsnode_t rsia_np; /* the node */ 1012 nfsnode_t r_np; /* NFS node */ 1282 int nfs4_get_fs_locations(struct nfsmount *, nfsnode_t, u_char *, int, const char *, vfs_contex… 1283 void nfs4_default_attrs_for_referral_trigger(nfsnode_t, char *, int, struct nfs_vattr *, fhandle… 1303 int nfs_getattr(nfsnode_t, struct nfs_vattr *, vfs_context_t, int); 1304 int nfs_getattrcache(nfsnode_t, struct nfs_vattr *, int); 1305 int nfs_loadattrcache(nfsnode_t, struct nfs_vattr *, u_int64_t *, int); 1306 long nfs_attrcachetimeout(nfsnode_t); 1311 int nfs_vinvalbuf_internal(nfsnode_t, int, thread_t, kauth_cred_t, int, int); [all …]
|
| H A D | nfsnode.h | 113 nfsnode_t nb_np; /* nfsnode buffer belongs to */ 455 nfsnode_t nof_np; /* nfsnode this open is for */ 794 #define VTONFS(vp) ((nfsnode_t)vnode_fsnode(vp)) 841 int nfs_node_lock(nfsnode_t); 842 int nfs_node_lock_internal(nfsnode_t, int); 843 void nfs_node_lock_force(nfsnode_t); 844 void nfs_node_unlock(nfsnode_t); 845 int nfs_node_lock2(nfsnode_t, nfsnode_t); 846 void nfs_node_unlock2(nfsnode_t, nfsnode_t); 847 int nfs_node_set_busy(nfsnode_t, thread_t); [all …]
|
| H A D | nfsmount.h | 220 int (*nf_mount)(struct nfsmount *, vfs_context_t, nfsnode_t *); 223 int (*nf_access_rpc)(nfsnode_t, u_int32_t *, int, vfs_context_t); 224 …int (*nf_getattr_rpc)(nfsnode_t, mount_t, u_char *, size_t, int, vfs_context_t, struct nfs_vat… 225 int (*nf_setattr_rpc)(nfsnode_t, struct vnode_attr *, vfs_context_t); 226 …int (*nf_read_rpc_async)(nfsnode_t, off_t, size_t, thread_t, kauth_cred_t, struct nfsreq_cbinf… 227 int (*nf_read_rpc_async_finish)(nfsnode_t, struct nfsreq *, uio_t, size_t *, int *); 228 int (*nf_readlink_rpc)(nfsnode_t, char *, size_t *, vfs_context_t); 229 …int (*nf_write_rpc_async)(nfsnode_t, uio_t, size_t, thread_t, kauth_cred_t, int, struct nfsreq… 230 int (*nf_write_rpc_async_finish)(nfsnode_t, struct nfsreq *, int *, size_t *, uint64_t *); 231 int (*nf_commit_rpc)(nfsnode_t, uint64_t, uint64_t, kauth_cred_t, uint64_t); [all …]
|
| H A D | nfs_node.c | 184 nfsnode_t dnp, in nfs_nget() 192 nfsnode_t *npp) in nfs_nget() 194 nfsnode_t np; in nfs_nget() 608 nfsnode_t np; in nfs_vnop_inactive() 928 nfsnode_t np = VTONFS(vp); in nfs_vnop_reclaim() 1134 nfs_node_lock_internal(nfsnode_t np, int force) in nfs_node_lock_internal() 1148 nfs_node_lock(nfsnode_t np) in nfs_node_lock() 1154 nfs_node_lock_force(nfsnode_t np) in nfs_node_lock_force() 1163 nfs_node_unlock(nfsnode_t np) in nfs_node_unlock() 1176 nfs_node_lock2(nfsnode_t np1, nfsnode_t np2) in nfs_node_lock2() [all …]
|
| H A D | nfs_vnops.c | 464 int nfs_sillyrename(nfsnode_t, nfsnode_t, struct componentname *, vfs_context_t); 465 int nfs_getattr_internal(nfsnode_t, struct nfs_vattr *, vfs_context_t, int); 466 int nfs_refresh_fh(nfsnode_t, vfs_context_t); 490 nfs_rdirplus_update_node_attrs(nfsnode_t dnp, struct direntry *dp, fhandle_t *fhp, struct nfs_vattr… in nfs_rdirplus_update_node_attrs() 492 nfsnode_t np; in nfs_rdirplus_update_node_attrs() 530 nfs_node_access_slot(nfsnode_t np, uid_t uid, int add) in nfs_node_access_slot() 550 nfs3_access_rpc(nfsnode_t np, u_int32_t *access, int rpcflags, vfs_context_t ctx) in nfs3_access_rpc() 648 nfsnode_t np = VTONFS(vp); in nfs_vnop_access() 818 nfsnode_t np = VTONFS(vp); in nfs_vnop_open() 1039 nfs_no_of_open_file_writers(nfsnode_t np) in nfs_no_of_open_file_writers() [all …]
|
| H A D | nfs4_vnops.c | 88 nfs4_access_rpc(nfsnode_t np, u_int32_t *access, int rpcflags, vfs_context_t ctx) in nfs4_access_rpc() 199 nfsnode_t np, in nfs4_getattr_rpc() 277 nfs4_readlink_rpc(nfsnode_t np, char *buf, size_t *buflenp, vfs_context_t ctx) in nfs4_readlink_rpc() 347 nfsnode_t np, in nfs4_read_rpc_async() 397 nfsnode_t np, in nfs4_read_rpc_async_finish() 454 nfsnode_t np, in nfs4_write_rpc_async() 521 nfsnode_t np, in nfs4_write_rpc_async_finish() 607 nfsnode_t dnp, in nfs4_remove_rpc() 685 nfsnode_t fdnp, in nfs4_rename_rpc() 688 nfsnode_t tdnp, in nfs4_rename_rpc() [all …]
|
| H A D | nfs_bio.c | 377 nfs_buf_is_incore(nfsnode_t np, daddr64_t blkno) in nfs_buf_is_incore() 394 nfs_buf_incore(nfsnode_t np, daddr64_t blkno) in nfs_buf_incore() 601 nfs_buf_normalize_valid_range(nfsnode_t np, struct nfsbuf *bp) in nfs_buf_normalize_valid_range() 631 nfsnode_t np; in nfs_buf_delwri_service() 738 nfsnode_t np, in nfs_buf_get() 1098 nfsnode_t np = bp->nb_np; in nfs_buf_release() 1356 nfsnode_t np = bp->nb_np; in nfs_buf_write_delayed() 1418 nfs_buf_check_write_verifier(nfsnode_t np, struct nfsbuf *bp) in nfs_buf_check_write_verifier() 1532 nfs_buf_iterprepare(nfsnode_t np, struct nfsbuflists *iterheadp, int flags) in nfs_buf_iterprepare() 1570 nfs_buf_itercomplete(nfsnode_t np, struct nfsbuflists *iterheadp, int flags) in nfs_buf_itercomplete() [all …]
|
| H A D | nfs_lock.h | 149 int nfs3_lockd_request(nfsnode_t, int, LOCKD_MSG_REQUEST *, int, thread_t);
|
| H A D | nfs_lock.c | 416 nfsnode_t np, in nfs3_lockd_request() 766 nfsnode_t np, in nfs3_setlock_rpc() 824 nfsnode_t np, in nfs3_unlock_rpc() 864 nfsnode_t np, in nfs3_getlock_rpc()
|
| H A D | nfsm_subs.h | 97 int nfsm_chain_get_fh_attr(struct nfsmount *, struct nfsm_chain *, nfsnode_t, 99 int nfsm_chain_get_wcc_data_f(struct nfsm_chain *, nfsnode_t, struct timespec *, int *, u_int64_t *… 514 ((NP) && (((nfsnode_t)(NP))->n_flag & (NISDOTZFS|NISDOTZFSCHILD)))) \
|
| H A D | nfs_vfsops.c | 234 int nfs3_mount(struct nfsmount *, vfs_context_t, nfsnode_t *); 235 int nfs4_mount(struct nfsmount *, vfs_context_t, nfsnode_t *); 236 int nfs3_fsinfo(struct nfsmount *, nfsnode_t, vfs_context_t); 405 nfsnode_t np; in nfs3_update_statfs() 490 nfsnode_t np; in nfs4_update_statfs() 707 nfsnode_t np = nmp->nm_dnp; in nfs_vfs_getattr() 921 nfs3_fsinfo(struct nfsmount *nmp, nfsnode_t np, vfs_context_t ctx) in nfs3_fsinfo() 1557 nfsnode_t *npp) in nfs3_mount() 1759 nfsnode_t *npp) in nfs4_mount() 2327 nfsnode_t np; in mountnfs() [all …]
|
| H A D | nfs4_subs.c | 493 nfsnode_t np, dnp; in nfs4_secinfo_rpc() 701 nfsnode_t dnp, in nfs4_get_fs_locations() 770 nfsnode_t dnp, in nfs4_default_attrs_for_referral_trigger() 2694 nfs4_expired_check_delegation(nfsnode_t np, vfs_context_t ctx) in nfs4_expired_check_delegation() 2770 nfsnode_t np, nextnp; in nfs_recover()
|
| H A D | nfs_subs.c | 1109 nfsnode_t dnp, in nfsm_chain_get_fh_attr() 1155 nfsnode_t np, in nfsm_chain_get_wcc_data_f() 1589 nfsnode_t np, in nfs_loadattrcache() 1880 nfs_attrcachetimeout(nfsnode_t np) in nfs_attrcachetimeout() 1933 nfs_getattrcache(nfsnode_t np, struct nfs_vattr *nvaper, int flags) in nfs_getattrcache() 2032 nfs_avoid_needless_id_setting_on_create(nfsnode_t dnp, struct vnode_attr *vap, vfs_context_t ctx) in nfs_avoid_needless_id_setting_on_create()
|
| H A D | nfs_socket.c | 2100 nfsnode_t np; in nfs_mount_sock_thread() 2841 nfsnode_t np; in nfs4_cb_handler() 4045 nfsnode_t np, in nfs_request_create() 4832 nfsnode_t np, in nfs_request() 4849 nfsnode_t np, in nfs_request2() 4979 nfsnode_t np, in nfs_request_async()
|