Searched refs:NFSV4OP_GETATTR (Results 1 – 8 of 8) sorted by relevance
| /freebsd/sys/fs/nfsclient/ |
| H A D | nfs_clrpcops.c | 335 *tl = txdr_unsigned(NFSV4OP_GETATTR); in nfsrpc_accessrpc() 604 *tl = txdr_unsigned(NFSV4OP_GETATTR); in nfsrpc_openrpc() 1442 *tl = txdr_unsigned(NFSV4OP_GETATTR); in nfsrpc_setattrrpc() 1517 *tl = txdr_unsigned(NFSV4OP_GETATTR); in nfsrpc_lookup() 1728 *tl = txdr_unsigned(NFSV4OP_GETATTR); in nfsrpc_readlink() 2124 *tl = txdr_unsigned(NFSV4OP_GETATTR); in nfsrpc_writerpc() 2329 *tl = txdr_unsigned(NFSV4OP_GETATTR); in nfsrpc_deallocaterpc() 2403 *tl = txdr_unsigned(NFSV4OP_GETATTR); in nfsrpc_mknod() 2642 *tl = txdr_unsigned(NFSV4OP_GETATTR); in nfsrpc_createv4() 2650 *tl = txdr_unsigned(NFSV4OP_GETATTR); in nfsrpc_createv4() [all …]
|
| /freebsd/sys/fs/nfsserver/ |
| H A D | nfs_nfsdkrpc.c | 638 nfsv4_opflag[NFSV4OP_GETATTR].modifyfs = 1; in nfsrvd_nfsd() 645 nfsv4_opflag[NFSV4OP_GETATTR].modifyfs = 0; in nfsrvd_nfsd()
|
| H A D | nfs_nfsdsocket.c | 443 NFSV4OP_GETATTR, 908 if (vp != NULL && op != NFSV4OP_GETATTR && in nfsrvd_compound() 1189 op != NFSV4OP_GETATTR && in nfsrvd_compound()
|
| H A D | nfs_nfsdport.c | 6166 *tl = txdr_unsigned(NFSV4OP_GETATTR); in nfsrv_writedsdorpc() 6405 *tl = txdr_unsigned(NFSV4OP_GETATTR); in nfsrv_allocatedsdorpc() 6573 *tl = txdr_unsigned(NFSV4OP_GETATTR); in nfsrv_deallocatedsdorpc() 6738 *tl = txdr_unsigned(NFSV4OP_GETATTR); in nfsrv_setattrdsdorpc()
|
| /freebsd/usr.bin/nfsstat/ |
| H A D | nfsstat.c | 402 (uintmax_t)ext_nfsstats.srvrpccnt[NFSV4OP_GETATTR], in intpr() 883 (uintmax_t)ext_nfsstats.srvrpccnt[NFSV4OP_GETATTR], in exp_intpr() 1240 (uintmax_t)DELTA(srvrpccnt[NFSV4OP_GETATTR]), in exp_sidewaysintpr()
|
| /freebsd/sys/nfs/ |
| H A D | nfsproto.h | 247 #define NFSV4OP_GETATTR 9 macro
|
| /freebsd/sys/fs/nfs/ |
| H A D | nfs_commonsubs.c | 270 { NFSV4OP_GETATTR, 1, "Getattr", 7, }, 287 { NFSV4OP_GETATTR, 1, "Getattr", 7, }, 288 { NFSV4OP_GETATTR, 1, "Getattr", 7, }, 289 { NFSV4OP_GETATTR, 1, "Getattr", 7, }, 308 { NFSV4OP_GETATTR, 1, "Getacl", 6, }, 478 *tl = txdr_unsigned(NFSV4OP_GETATTR); in nfscl_reqstart()
|
| H A D | nfsport.h | 193 #define NFSV4OP_GETATTR 9 macro
|