Home
last modified time | relevance | path

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

/freebsd/usr.sbin/lpr/common_source/
H A Dcommon.c458 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 Dedquota.c707 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 Dzfs_znode_os.c511 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 Dzpl_inode.c488 stat->btime = zp->z_btime; in zpl_getattr_impl()
/freebsd/usr.sbin/fstyp/
H A Dhammer2_disk.h982 uint64_t btime; /* 0028 birth time */ member
/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdserv.c514 NFSVNO_SETATTRVAL(&nva2, btime, nva.na_btime); in nfsrvd_setattr()