Home
last modified time | relevance | path

Searched refs:btime (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/usr.sbin/lpr/common_source/
H A Dcommon.c464 struct timeval btime; in lpd_gettime() local
479 gettimeofday(&btime, NULL); in lpd_gettime()
480 tsp->tv_sec = btime.tv_sec; in lpd_gettime()
481 tsp->tv_nsec = btime.tv_usec * 1000; in lpd_gettime()
/freebsd-14.2/usr.sbin/edquota/
H A Dedquota.c720 uintmax_t itime, btime, iseconds, bseconds; in readtimes() local
744 &btime, bunits, &itime, iunits); in readtimes()
749 if (cvtatos(btime, bunits, &bseconds) == 0) in readtimes()
/freebsd-14.2/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_znode.c544 uint64_t atime[2], mtime[2], ctime[2], btime[2]; in zfs_znode_alloc() local
592 SA_ADD_BULK_ATTR(bulk, count, SA_ZPL_CRTIME(zfsvfs), NULL, &btime, 16); in zfs_znode_alloc()
623 ZFS_TIME_DECODE(&zp->z_btime, btime); in zfs_znode_alloc()
1201 uint64_t atime[2], mtime[2], ctime[2], btime[2]; in zfs_rezget() local
1272 SA_ADD_BULK_ATTR(bulk, count, SA_ZPL_CRTIME(zfsvfs), NULL, &btime, 16); in zfs_rezget()
1301 ZFS_TIME_DECODE(&zp->z_btime, btime); in zfs_rezget()
H A Dzpl_inode.c448 stat->btime = zp->z_btime; in zpl_getattr_impl()
/freebsd-14.2/usr.sbin/fstyp/
H A Dhammer2_disk.h982 uint64_t btime; /* 0028 birth time */ member
/freebsd-14.2/sys/fs/nfsserver/
H A Dnfs_nfsdserv.c514 NFSVNO_SETATTRVAL(&nva2, btime, nva.na_btime); in nfsrvd_setattr()