Searched refs:NFS_OP_GETATTR (Results 1 – 4 of 4) sorted by relevance
| /xnu-8020.121.3/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() 579 nfsm_chain_op_check(error, &nmrep, NFS_OP_GETATTR); in nfs4_write_rpc_async_finish() 644 nfsm_chain_add_v4_op(error, &nmreq, NFS_OP_GETATTR); in nfs4_remove_rpc() 662 nfsm_chain_op_check(error, &nmrep, NFS_OP_GETATTR); in nfs4_remove_rpc() [all …]
|
| H A D | nfs_vfsops.c | 520 nfsm_chain_add_v4_op(error, &nmreq, NFS_OP_GETATTR); in nfs4_update_statfs() 533 nfsm_chain_op_check(error, &nmrep, NFS_OP_GETATTR); in nfs4_update_statfs() 1834 nfsm_chain_add_v4_op(error, &nmreq, NFS_OP_GETATTR); in nfs4_mount() 1850 nfsm_chain_op_check(error, &nmrep, NFS_OP_GETATTR); in nfs4_mount() 1912 nfsm_chain_add_v4_op(error, &nmreq, NFS_OP_GETATTR); in nfs4_mount() 1940 nfsm_chain_op_check(error, &nmrep, NFS_OP_GETATTR); in nfs4_mount() 2065 nfsm_chain_add_v4_op(error, &nmreq, NFS_OP_GETATTR); in nfs4_mount() 2089 nfsm_chain_op_check(error, &nmrep, NFS_OP_GETATTR); in nfs4_mount() 4996 nfsm_chain_add_v4_op(error, &nmreq, NFS_OP_GETATTR); in nfs4_getquota() 5009 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()
|