Searched refs:NFSV4OP_SAVEFH (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/fs/nfsserver/ |
H A D | nfs_nfsdsocket.c | 870 op = NFSV4OP_SAVEFH; in nfsrvd_compound() 1017 if (nextop == NFSV4OP_SAVEFH && in nfsrvd_compound() 1020 } while (nextop == NFSV4OP_SAVEFH && in nfsrvd_compound() 1052 if (nextop == NFSV4OP_SAVEFH && in nfsrvd_compound() 1055 } while (nextop == NFSV4OP_SAVEFH && in nfsrvd_compound() 1087 if (nextop == NFSV4OP_SAVEFH && in nfsrvd_compound() 1090 } while (nextop == NFSV4OP_SAVEFH && in nfsrvd_compound() 1106 case NFSV4OP_SAVEFH: in nfsrvd_compound() 1143 if (nextop == NFSV4OP_SAVEFH && in nfsrvd_compound() 1146 } while (nextop == NFSV4OP_SAVEFH && in nfsrvd_compound()
|
/freebsd/sys/nfs/ |
H A D | nfsproto.h | 270 #define NFSV4OP_SAVEFH 32 macro
|
/freebsd/sys/fs/nfs/ |
H A D | nfsport.h | 230 #define NFSV4OP_SAVEFH 32 macro
|
H A D | nfs_commonsubs.c | 254 { NFSV4OP_SAVEFH, 5, "Rename", 6, }, 255 { NFSV4OP_SAVEFH, 4, "Link", 4, }, 298 { NFSV4OP_SAVEFH, 5, "Copy", 4, },
|
/freebsd/usr.bin/nfsstat/ |
H A D | nfsstat.c | 959 (uintmax_t)ext_nfsstats.srvrpccnt[NFSV4OP_SAVEFH], in exp_intpr()
|
/freebsd/sys/fs/nfsclient/ |
H A D | nfs_clrpcops.c | 3002 *tl = txdr_unsigned(NFSV4OP_SAVEFH); in nfsrpc_rename() 8484 *tl++ = txdr_unsigned(NFSV4OP_SAVEFH); in nfsrpc_createlayout()
|