Searched refs:btime (Results 1 – 6 of 6) sorted by relevance
/freebsd/usr.sbin/lpr/common_source/ |
H A D | common.c | 458 struct timeval btime; in lpd_gettime() local 473 gettimeofday(&btime, NULL); in lpd_gettime() 474 tsp->tv_sec = btime.tv_sec; in lpd_gettime() 475 tsp->tv_nsec = btime.tv_usec * 1000; in lpd_gettime()
|
/freebsd/usr.sbin/edquota/ |
H A D | edquota.c | 707 uintmax_t itime, btime, iseconds, bseconds; in readtimes() local 731 &btime, bunits, &itime, iunits); in readtimes() 736 if (cvtatos(btime, bunits, &bseconds) == 0) in readtimes()
|
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
H A D | zfs_znode_os.c | 511 uint64_t atime[2], mtime[2], ctime[2], btime[2]; in zfs_znode_alloc() local 556 SA_ADD_BULK_ATTR(bulk, count, SA_ZPL_CRTIME(zfsvfs), NULL, &btime, 16); in zfs_znode_alloc() 587 ZFS_TIME_DECODE(&zp->z_btime, btime); in zfs_znode_alloc() 1165 uint64_t atime[2], mtime[2], ctime[2], btime[2]; in zfs_rezget() local 1236 SA_ADD_BULK_ATTR(bulk, count, SA_ZPL_CRTIME(zfsvfs), NULL, &btime, 16); in zfs_rezget() 1265 ZFS_TIME_DECODE(&zp->z_btime, btime); in zfs_rezget()
|
H A D | zpl_inode.c | 488 stat->btime = zp->z_btime; in zpl_getattr_impl()
|
/freebsd/usr.sbin/fstyp/ |
H A D | hammer2_disk.h | 982 uint64_t btime; /* 0028 birth time */ member
|
/freebsd/sys/fs/nfsserver/ |
H A D | nfs_nfsdserv.c | 514 NFSVNO_SETATTRVAL(&nva2, btime, nva.na_btime); in nfsrvd_setattr()
|