Home
last modified time | relevance | path

Searched refs:NFSV4OP_GETATTR (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdkrpc.c638 nfsv4_opflag[NFSV4OP_GETATTR].modifyfs = 1; in nfsrvd_nfsd()
645 nfsv4_opflag[NFSV4OP_GETATTR].modifyfs = 0; in nfsrvd_nfsd()
H A Dnfs_nfsdsocket.c443 NFSV4OP_GETATTR,
908 if (vp != NULL && op != NFSV4OP_GETATTR && in nfsrvd_compound()
1189 op != NFSV4OP_GETATTR && in nfsrvd_compound()
H A Dnfs_nfsdport.c5518 *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 Dnfs_clrpcops.c332 *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 Dnfsstat.c402 (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 Dnfsproto.h247 #define NFSV4OP_GETATTR 9 macro
/freebsd/sys/fs/nfs/
H A Dnfs_commonsubs.c241 { 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 Dnfsport.h207 #define NFSV4OP_GETATTR 9 macro