Searched refs:NFS_OP_GETATTR (Results 1 – 4 of 4) sorted by relevance
| /xnu-8019.80.24/bsd/nfs/ |
| H A D | nfs4_vnops.c | 119 nfsm_chain_add_v4_op(error, &nmreq, NFS_OP_GETATTR); in nfs4_access_rpc() 166 nfsm_chain_op_check(error, &nmrep, NFS_OP_GETATTR); in nfs4_access_rpc() 245 nfsm_chain_add_v4_op(error, &nmreq, NFS_OP_GETATTR); in nfs4_getattr_rpc() 261 nfsm_chain_op_check(error, &nmrep, NFS_OP_GETATTR); in nfs4_getattr_rpc() 305 nfsm_chain_add_v4_op(error, &nmreq, NFS_OP_GETATTR); in nfs4_readlink_rpc() 320 nfsm_chain_op_check(error, &nmrep, NFS_OP_GETATTR); in nfs4_readlink_rpc() 506 nfsm_chain_add_v4_op(error, &nmreq, NFS_OP_GETATTR); in nfs4_write_rpc_async() 578 nfsm_chain_op_check(error, &nmrep, NFS_OP_GETATTR); in nfs4_write_rpc_async_finish() 643 nfsm_chain_add_v4_op(error, &nmreq, NFS_OP_GETATTR); in nfs4_remove_rpc() 660 nfsm_chain_op_check(error, &nmrep, NFS_OP_GETATTR); in nfs4_remove_rpc() [all …]
|
| H A D | nfs_vfsops.c | 477 nfsm_chain_add_v4_op(error, &nmreq, NFS_OP_GETATTR); in nfs4_update_statfs() 490 nfsm_chain_op_check(error, &nmrep, NFS_OP_GETATTR); in nfs4_update_statfs() 1820 nfsm_chain_add_v4_op(error, &nmreq, NFS_OP_GETATTR); in nfs4_mount() 1836 nfsm_chain_op_check(error, &nmrep, NFS_OP_GETATTR); in nfs4_mount() 1898 nfsm_chain_add_v4_op(error, &nmreq, NFS_OP_GETATTR); in nfs4_mount() 1926 nfsm_chain_op_check(error, &nmrep, NFS_OP_GETATTR); in nfs4_mount() 2062 nfsm_chain_add_v4_op(error, &nmreq, NFS_OP_GETATTR); in nfs4_mount() 2086 nfsm_chain_op_check(error, &nmrep, NFS_OP_GETATTR); in nfs4_mount() 4997 nfsm_chain_add_v4_op(error, &nmreq, NFS_OP_GETATTR); in nfs4_getquota() 5010 nfsm_chain_op_check(error, &nmrep, NFS_OP_GETATTR); in nfs4_getquota()
|
| H A D | nfsproto.h | 712 #define NFS_OP_GETATTR 9 macro
|
| H A D | nfs4_subs.c | 364 nfsm_chain_add_v4_op(error, &nmreq, NFS_OP_GETATTR); in nfs4_setclientid() 376 nfsm_chain_op_check(error, &nmrep, NFS_OP_GETATTR); in nfs4_setclientid() 738 nfsm_chain_add_v4_op(error, &nmreq, NFS_OP_GETATTR); in nfs4_get_fs_locations() 754 nfsm_chain_op_check(error, &nmrep, NFS_OP_GETATTR); in nfs4_get_fs_locations()
|