Home
last modified time | relevance | path

Searched refs:nfstime4 (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/head/rpcsvc/
H A Dnfs4_prot.x273 struct nfstime4 { struct
285 nfstime4 time; argument
533 nfstime4 nii_date;
642 nfstime4 fss_version;
669 nfstime4 rg_begin_time<1>;
837 typedef nfstime4 fattr4_time_access;
839 typedef nfstime4 fattr4_time_backup;
841 typedef nfstime4 fattr4_time_delta;
2450 typedef nfstime4 attr_notice4;
2540 nfstime4 nt_time;
[all …]
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_kprot.h262 struct nfstime4 { struct
266 typedef struct nfstime4 nfstime4; argument
276 nfstime4 time;
509 nfstime4 nii_date;
637 nfstime4 fss_version;
677 nfstime4 *rg_begin_time_val;
798 typedef nfstime4 fattr4_time_access;
802 typedef nfstime4 fattr4_time_backup;
806 typedef nfstime4 fattr4_time_delta;
2303 typedef nfstime4 attr_notice4;
[all …]
H A Dnfs4_attr.h433 nfstime4 n4g_delta;
H A Dnfs4.h1464 extern int nfs4_time_ntov(nfstime4 *, timestruc_t *);
1465 extern int nfs4_time_vton(timestruc_t *, nfstime4 *);
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dnfs_inet.h224 nfstime4 b_fattr4_time_access;
225 nfstime4 b_fattr4_time_metadata;
226 nfstime4 b_fattr4_time_modify;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_nfs4.c4628 nfstime4 val; in prt_time_access()
4656 nfstime4 val; in prt_time_backup()
4667 nfstime4 val; in prt_time_create()
4678 nfstime4 val; in prt_time_delta()
4689 nfstime4 val; in prt_time_metadata()
4700 nfstime4 val; in prt_time_modify()
H A Dnfs4_xdr.c235 xdr_nfstime4(register XDR *xdrs, nfstime4 *objp) in xdr_nfstime4()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_xdr.c795 xdr_nfstime4(XDR *xdrs, nfstime4 *objp) in xdr_nfstime4()
1480 nfstime4 atime; in xdr_ga_fattr_res()
1511 nfstime4 mdt; in xdr_ga_fattr_res()
1526 nfstime4 mtime; in xdr_ga_fattr_res()
2077 nfstime4 atime; in xdr_ga_fattr_res_inline()
2104 nfstime4 mdt; in xdr_ga_fattr_res_inline()
2118 nfstime4 mtime; in xdr_ga_fattr_res_inline()
H A Dnfs4_subr.c477 nfs4_time_ntov(nfstime4 *ntime, timestruc_t *vatime) in nfs4_time_ntov()
513 nfs4_time_vton(timestruc_t *vatime, nfstime4 *ntime) in nfs4_time_vton()
H A Dnfs4x_xdr.c338 sizeof (nfstime4), (xdrproc_t)xdr_nfstime4)) in xdr_retention_get4()