Home
last modified time | relevance | path

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

/freebsd/sys/fs/nfsclient/
H A Dnfs_clrpcops.c335 *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 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.c6166 *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 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.c270 { 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 Dnfsport.h193 #define NFSV4OP_GETATTR 9 macro