Home
last modified time | relevance | path

Searched refs:nfslog_SETATTR3args (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs_log.h330 struct nfslog_SETATTR3args { struct
334 typedef struct nfslog_SETATTR3args nfslog_SETATTR3args; typedef
525 extern bool_t xdr_nfslog_SETATTR3args(XDR *, nfslog_SETATTR3args *);
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dfhtab.c150 static void nfslog_SETATTR3_fhargs(nfslog_SETATTR3args *, nfsstat3 *,
304 sizeof (nfslog_SETATTR3args), sizeof (nfsstat3)},
1482 nfslog_SETATTR3_fhargs(nfslog_SETATTR3args *args, nfsstat3 *res, in nfslog_SETATTR3_fhargs()
H A Dnfslog_elf.c206 nfslog_SETATTR3args *);
943 nfslog_SETATTR3args *args) in nfslog_SETATTR3args_print()
H A Dnfs_log_xdr.c603 xdr_nfslog_SETATTR3args(XDR *xdrs, nfslog_SETATTR3args *objp) in xdr_nfslog_SETATTR3args()
H A Dnfslog_trans.c1334 nfslog_SETATTR3args *args = (nfslog_SETATTR3args *)logrec->re_rpc_arg; in trans_setattr3()