Searched refs:NFSV4OP_DELEGRETURN (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/nfs/ |
H A D | nfsproto.h | 246 #define NFSV4OP_DELEGRETURN 8 macro
|
/freebsd/sys/fs/nfs/ |
H A D | nfsport.h | 206 #define NFSV4OP_DELEGRETURN 8 macro
|
H A D | nfs_commonsubs.c | 275 { NFSV4OP_DELEGRETURN, 1, "Delegret", 8, }, 276 { NFSV4OP_DELEGRETURN, 3, "DelegRemove", 11, }, 277 { NFSV4OP_DELEGRETURN, 7, "DelegRename1", 12, }, 278 { NFSV4OP_DELEGRETURN, 9, "DelegRename2", 12, },
|
/freebsd/usr.bin/nfsstat/ |
H A D | nfsstat.c | 932 (uintmax_t)ext_nfsstats.srvrpccnt[NFSV4OP_DELEGRETURN]); in exp_intpr()
|
/freebsd/sys/fs/nfsserver/ |
H A D | nfs_nfsdstate.c | 3615 if (op == NFSV4OP_DELEGRETURN) in nfsrv_delegupdate() 3632 if (error == NFSERR_STALECLIENTID && op == NFSV4OP_DELEGRETURN) in nfsrv_delegupdate() 3635 if (!error && op == NFSV4OP_DELEGRETURN) { in nfsrv_delegupdate() 3655 if (op == NFSV4OP_DELEGRETURN) { in nfsrv_delegupdate()
|
H A D | nfs_nfsdserv.c | 3457 NFSV4OP_DELEGRETURN, nd->nd_cred, p, &writeacc); in nfsrvd_delegreturn()
|
/freebsd/sys/fs/nfsclient/ |
H A D | nfs_clrpcops.c | 2982 *tl = txdr_unsigned(NFSV4OP_DELEGRETURN); in nfsrpc_rename()
|