Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/nfs/
H A Dnfs4_kprot.h1565 struct CB_GETATTR4res { struct
1569 typedef struct CB_GETATTR4res CB_GETATTR4res; typedef
1607 CB_GETATTR4res opcbgetattr;
/titanic_50/usr/src/head/rpcsvc/
H A Dnfs4_prot.x1534 union CB_GETATTR4res switch (nfsstat4 status) {
1574 case OP_CB_GETATTR: CB_GETATTR4res opcbgetattr;
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_nfs4.c2567 CB_GETATTR4res *res = (CB_GETATTR4res *)obj; in sumres_cb_getattr()
2575 CB_GETATTR4res *res = (CB_GETATTR4res *)obj; in dtlres_cb_getattr()
H A Dnfs4_xdr.c2848 xdr_CB_GETATTR4res(register XDR *xdrs, CB_GETATTR4res *objp) in xdr_CB_GETATTR4res()
/titanic_50/usr/src/uts/common/fs/nfs/
H A Dnfs4_callback.c175 CB_GETATTR4res *resp = &resop->nfs_cb_resop4_u.opcbgetattr; in cb_getattr()