Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/nfs/
H A Dnfs_log.h327 struct nfslog_SETATTR3args { struct
331 typedef struct nfslog_SETATTR3args nfslog_SETATTR3args; typedef
522 extern bool_t xdr_nfslog_SETATTR3args(XDR *, nfslog_SETATTR3args *);
/titanic_41/usr/src/cmd/fs.d/nfs/nfslog/
H A Dfhtab.c152 static void nfslog_SETATTR3_fhargs(nfslog_SETATTR3args *, nfsstat3 *,
306 sizeof (nfslog_SETATTR3args), sizeof (nfsstat3)},
1484 nfslog_SETATTR3_fhargs(nfslog_SETATTR3args *args, nfsstat3 *res, in nfslog_SETATTR3_fhargs()
H A Dnfslog_elf.c208 nfslog_SETATTR3args *);
945 nfslog_SETATTR3args *args) in nfslog_SETATTR3args_print()
H A Dnfs_log_xdr.c605 xdr_nfslog_SETATTR3args(XDR *xdrs, nfslog_SETATTR3args *objp) in xdr_nfslog_SETATTR3args()
H A Dnfslog_trans.c1336 nfslog_SETATTR3args *args = (nfslog_SETATTR3args *)logrec->re_rpc_arg; in trans_setattr3()