Searched refs:NFSV4OP_GETATTR (Results 1 – 8 of 8) sorted by relevance
/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 | 5518 *tl = txdr_unsigned(NFSV4OP_GETATTR); in nfsrv_writedsdorpc() 5714 *tl = txdr_unsigned(NFSV4OP_GETATTR); in nfsrv_allocatedsdorpc() 5881 *tl = txdr_unsigned(NFSV4OP_GETATTR); in nfsrv_deallocatedsdorpc() 6043 *tl = txdr_unsigned(NFSV4OP_GETATTR); in nfsrv_setattrdsdorpc()
|
/freebsd/sys/fs/nfsclient/ |
H A D | nfs_clrpcops.c | 332 *tl = txdr_unsigned(NFSV4OP_GETATTR); in nfsrpc_accessrpc() 600 *tl = txdr_unsigned(NFSV4OP_GETATTR); in nfsrpc_openrpc() 1476 *tl = txdr_unsigned(NFSV4OP_GETATTR); in nfsrpc_setattrrpc() 1551 *tl = txdr_unsigned(NFSV4OP_GETATTR); in nfsrpc_lookup() 1762 *tl = txdr_unsigned(NFSV4OP_GETATTR); in nfsrpc_readlink() 2158 *tl = txdr_unsigned(NFSV4OP_GETATTR); in nfsrpc_writerpc() 2363 *tl = txdr_unsigned(NFSV4OP_GETATTR); in nfsrpc_deallocaterpc() 2437 *tl = txdr_unsigned(NFSV4OP_GETATTR); in nfsrpc_mknod() 2676 *tl = txdr_unsigned(NFSV4OP_GETATTR); in nfsrpc_createv4() 2684 *tl = txdr_unsigned(NFSV4OP_GETATTR); in nfsrpc_createv4() [all...] |
/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 | 241 { NFSV4OP_GETATTR, 1, "Getattr", 7, }, 258 { NFSV4OP_GETATTR, 1, "Getattr", 7, }, 259 { NFSV4OP_GETATTR, 1, "Getattr", 7, }, 260 { NFSV4OP_GETATTR, 1, "Getattr", 7, }, 279 { NFSV4OP_GETATTR, 1, "Getacl", 6, }, 446 *tl = txdr_unsigned(NFSV4OP_GETATTR); in nfscl_reqstart()
|
H A D | nfsport.h | 207 #define NFSV4OP_GETATTR 9 macro
|