Searched refs:txdr_nfsv4time (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/fs/nfs/ |
H A D | xdr_subs.h | 84 #define txdr_nfsv4time(f, t) do { \ macro
|
H A D | nfs_commonsubs.c | 3036 txdr_nfsv4time(&vap->va_atime, tl); in nfsv4_fillattr() 3043 txdr_nfsv4time(&vap->va_atime, tl); in nfsv4_fillattr() 3055 txdr_nfsv4time(&temptime, tl); in nfsv4_fillattr() 3060 txdr_nfsv4time(&vap->va_ctime, tl); in nfsv4_fillattr() 3065 txdr_nfsv4time(&vap->va_mtime, tl); in nfsv4_fillattr() 3070 txdr_nfsv4time(&vap->va_birthtime, tl); in nfsv4_fillattr() 3077 txdr_nfsv4time(&vap->va_mtime, tl); in nfsv4_fillattr()
|
/freebsd/sys/fs/nfsserver/ |
H A D | nfs_nfsdserv.c | 4461 txdr_nfsv4time(&verstime, tl); in nfsrvd_exchangeid()
|
/freebsd/sys/fs/nfsclient/ |
H A D | nfs_clrpcops.c | 5353 txdr_nfsv4time(&verstime, tl); in nfsrpc_exchangeid()
|