| /xnu-8019.80.24/bsd/nfs/ |
| H A D | nfs.h | 913 typedef struct nfsnode * nfsnode_t; typedef 986 nfsnode_t rsia_np; /* the node */ 1013 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 */ 465 nfsnode_t nof_np; /* nfsnode this open is for */ 804 #define VTONFS(vp) ((nfsnode_t)vnode_fsnode(vp)) 852 int nfs_node_lock(nfsnode_t); 853 int nfs_node_lock_internal(nfsnode_t, int); 854 void nfs_node_lock_force(nfsnode_t); 855 void nfs_node_unlock(nfsnode_t); 856 int nfs_node_lock2(nfsnode_t, nfsnode_t); 857 void nfs_node_unlock2(nfsnode_t, nfsnode_t); 858 int nfs_node_set_busy(nfsnode_t, thread_t); [all …]
|
| H A D | nfsmount.h | 219 int (*nf_mount)(struct nfsmount *, vfs_context_t, nfsnode_t *); 222 int (*nf_access_rpc)(nfsnode_t, u_int32_t *, int, vfs_context_t); 223 …int (*nf_getattr_rpc)(nfsnode_t, mount_t, u_char *, size_t, int, vfs_context_t, struct nfs_vat… 224 int (*nf_setattr_rpc)(nfsnode_t, struct vnode_attr *, vfs_context_t); 225 …int (*nf_read_rpc_async)(nfsnode_t, off_t, size_t, thread_t, kauth_cred_t, struct nfsreq_cbinf… 226 int (*nf_read_rpc_async_finish)(nfsnode_t, struct nfsreq *, uio_t, size_t *, int *); 227 int (*nf_readlink_rpc)(nfsnode_t, char *, size_t *, vfs_context_t); 228 …int (*nf_write_rpc_async)(nfsnode_t, uio_t, size_t, thread_t, kauth_cred_t, int, struct nfsreq… 229 int (*nf_write_rpc_async_finish)(nfsnode_t, struct nfsreq *, int *, size_t *, uint64_t *); 230 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() 609 nfsnode_t np; in nfs_vnop_inactive() 925 nfsnode_t np = VTONFS(vp); in nfs_vnop_reclaim() 1130 nfs_node_lock_internal(nfsnode_t np, int force) in nfs_node_lock_internal() 1144 nfs_node_lock(nfsnode_t np) in nfs_node_lock() 1150 nfs_node_lock_force(nfsnode_t np) in nfs_node_lock_force() 1159 nfs_node_unlock(nfsnode_t np) in nfs_node_unlock() 1172 nfs_node_lock2(nfsnode_t np1, nfsnode_t np2) in nfs_node_lock2() [all …]
|
| H A D | nfs_vnops.c | 466 int nfs_sillyrename(nfsnode_t, nfsnode_t, struct componentname *, vfs_context_t); 467 int nfs_getattr_internal(nfsnode_t, struct nfs_vattr *, vfs_context_t, int); 468 int nfs_refresh_fh(nfsnode_t, vfs_context_t); 493 nfs_rdirplus_update_node_attrs(nfsnode_t dnp, struct direntry *dp, fhandle_t *fhp, struct nfs_vattr… in nfs_rdirplus_update_node_attrs() 495 nfsnode_t np; in nfs_rdirplus_update_node_attrs() 533 nfs_node_access_slot(nfsnode_t np, uid_t uid, int add) in nfs_node_access_slot() 553 nfs3_access_rpc(nfsnode_t np, u_int32_t *access, int rpcflags, vfs_context_t ctx) in nfs3_access_rpc() 652 nfsnode_t np = VTONFS(vp); in nfs_vnop_access() 827 nfsnode_t np = VTONFS(vp); in nfs_vnop_open() 1048 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() 520 nfsnode_t np, in nfs4_write_rpc_async_finish() 606 nfsnode_t dnp, in nfs4_remove_rpc() 683 nfsnode_t fdnp, in nfs4_rename_rpc() 686 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() 764 nfsnode_t np, in nfs3_setlock_rpc() 822 nfsnode_t np, in nfs3_unlock_rpc() 862 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 | 233 int nfs3_mount(struct nfsmount *, vfs_context_t, nfsnode_t *); 234 int nfs4_mount(struct nfsmount *, vfs_context_t, nfsnode_t *); 235 int nfs3_fsinfo(struct nfsmount *, nfsnode_t, vfs_context_t); 362 nfsnode_t np; in nfs3_update_statfs() 447 nfsnode_t np; in nfs4_update_statfs() 668 nfsnode_t np = nmp->nm_dnp; in nfs_vfs_getattr() 882 nfs3_fsinfo(struct nfsmount *nmp, nfsnode_t np, vfs_context_t ctx) in nfs3_fsinfo() 1518 nfsnode_t *npp) in nfs3_mount() 1739 nfsnode_t *npp) in nfs4_mount() 2331 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() 2699 nfs4_expired_check_delegation(nfsnode_t np, vfs_context_t ctx) in nfs4_expired_check_delegation() 2775 nfsnode_t np, nextnp; in nfs_recover()
|
| H A D | nfs_subs.c | 1110 nfsnode_t dnp, in nfsm_chain_get_fh_attr() 1156 nfsnode_t np, in nfsm_chain_get_wcc_data_f() 1591 nfsnode_t np, in nfs_loadattrcache() 1882 nfs_attrcachetimeout(nfsnode_t np) in nfs_attrcachetimeout() 1935 nfs_getattrcache(nfsnode_t np, struct nfs_vattr *nvaper, int flags) in nfs_getattrcache() 2034 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 | 2098 nfsnode_t np; in nfs_mount_sock_thread() 2839 nfsnode_t np; in nfs4_cb_handler() 4043 nfsnode_t np, in nfs_request_create() 4830 nfsnode_t np, in nfs_request() 4847 nfsnode_t np, in nfs_request2() 4977 nfsnode_t np, in nfs_request_async()
|