Home
last modified time | relevance | path

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

/trueos/lib/libstand/
HDnfsv2.h145 struct nfsv2_time fa_mtime; member
HDnfs.c70 struct nfsv2_time fa_mtime; member
152 struct nfsv3_time fa_mtime; member
/trueos/sys/fs/smbfs/
HDsmbfs_subr.h64 struct timespec fa_mtime; member
HDsmbfs_smb.c413 &fap->fa_mtime); in smbfs_smb_query_info()
1074 &ctx->f_attr.fa_mtime); in smbfs_findnextLM1()
1273 smb_dos2unixtime(date, time, 0, svtz, &ctx->f_attr.fa_mtime); in smbfs_findnextLM2()
1291 smb_time_NT2local(lint, svtz, &ctx->f_attr.fa_mtime); in smbfs_findnextLM2()
HDsmbfs_node.c356 np->n_mtime = fap->fa_mtime; in smbfs_attr_cacheenter()