Home
last modified time | relevance | path

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

/linux/kernel/
H A Dtsacct.c27 time64_t btime; in bacct_add_tsk() local
42 btime = ktime_get_real_seconds() - div_u64(delta, USEC_PER_SEC); in bacct_add_tsk()
43 stats->ac_btime = clamp_t(time64_t, btime, 0, U32_MAX); in bacct_add_tsk()
44 stats->ac_btime64 = btime; in bacct_add_tsk()
H A Dacct.c462 time64_t btime; in fill_ac() local
507 btime = ktime_get_real_seconds() - elapsed; in fill_ac()
508 ac->ac_btime = clamp_t(time64_t, btime, 0, U32_MAX); in fill_ac()
/linux/fs/bcachefs/
H A Dsnapshot_format.h15 bch_le128 btime; member
H A Dsnapshot.c880 snapshot->v.btime.lo = cpu_to_le64(bch2_current_time(c)); in check_snapshot_exists()
1221 n->v.btime.lo = cpu_to_le64(bch2_current_time(c)); in create_snapids()
1222 n->v.btime.hi = 0; in create_snapids()
H A Dfs.c1166 stat->btime = bch2_time_to_timespec(c, inode->ei_inode.bi_otime); in bch2_getattr()
/linux/include/linux/
H A Dstat.h50 struct timespec64 btime; /* File creation time */ member
/linux/fs/ceph/
H A Dcaps.c1228 struct timespec64 atime, mtime, ctime, btime; member
1332 ceph_encode_timespec64(p, &arg->btime); in encode_cap_msg()
1451 arg->btime = ci->i_btime; in __prep_cap()
1572 arg.btime = capsnap->btime; in __send_flush_snap()
3472 struct timespec64 btime; member
3582 ci->i_btime = extra_info->btime; in handle_cap_grant()
4425 struct ceph_timespec *btime; in ceph_handle_caps() local
4427 if (p + sizeof(*btime) > end) in ceph_handle_caps()
4429 btime = p; in ceph_handle_caps()
4430 ceph_decode_timespec64(&extra_info.btime, btime); in ceph_handle_caps()
[all …]
H A Dmds_client.h113 struct ceph_timespec btime; member
H A Dmds_client.c160 ceph_decode_need(p, end, sizeof(info->btime), bad); in parse_reply_info_in()
161 ceph_decode_copy(p, &info->btime, sizeof(info->btime)); in parse_reply_info_in()
267 ceph_decode_need(p, end, sizeof(info->btime), bad); in parse_reply_info_in()
268 ceph_decode_copy(p, &info->btime, sizeof(info->btime)); in parse_reply_info_in()
H A Dsnap.c674 capsnap->btime = ci->i_btime; in __ceph_finish_cap_snap()
H A Dinode.c1065 ceph_decode_timespec64(&ci->i_btime, &iinfo->btime); in ceph_fill_inode()
3079 stat->btime = ci->i_btime; in ceph_getattr()
H A Dfile.c680 ceph_encode_timespec64(&iinfo.btime, &now); in ceph_finish_async_create()
699 in.ctime = in.mtime = in.atime = iinfo.btime; in ceph_finish_async_create()
/linux/fs/exfat/
H A Dfile.c276 stat->btime.tv_sec = ei->i_crtime.tv_sec; in exfat_getattr()
277 stat->btime.tv_nsec = ei->i_crtime.tv_nsec; in exfat_getattr()
/linux/fs/fuse/
H A Ddir.c1249 stat->btime.tv_sec = sx->btime.tv_sec; in fuse_do_statx()
1250 stat->btime.tv_nsec = min_t(u32, sx->btime.tv_nsec, NSEC_PER_SEC - 1); in fuse_do_statx()
1351 stat->btime = fi->i_btime; in fuse_update_get_attr()
/linux/fs/
H A Dstat.c717 tmp.stx_btime.tv_sec = stat->btime.tv_sec; in cp_statx()
718 tmp.stx_btime.tv_nsec = stat->btime.tv_nsec; in cp_statx()
/linux/include/uapi/linux/
H A Dfuse.h318 struct fuse_sx_time btime;
309 struct fuse_sx_time btime; global() member
/linux/fs/fat/
H A Dfile.c414 stat->btime = MSDOS_I(inode)->i_crtime; in fat_getattr()
/linux/fs/hfsplus/
H A Dinode.c283 stat->btime = hfsp_mt2ut(hip->create_date); in hfsplus_getattr()
/linux/fs/xfs/
H A Dxfs_iops.c650 stat->btime = ip->i_crtime; in xfs_vn_getattr()
/linux/fs/ntfs3/
H A Dfile.c151 stat->btime = ni->i_crtime; in ntfs_getattr()
/linux/mm/
H A Dshmem.c1256 stat->btime.tv_sec = info->i_crtime.tv_sec; in shmem_getattr()
1257 stat->btime.tv_nsec = info->i_crtime.tv_nsec; in shmem_getattr()
/linux/fs/ext4/
H A Dinode.c5602 stat->btime.tv_sec = ei->i_crtime.tv_sec; in ext4_getattr()
5603 stat->btime.tv_nsec = ei->i_crtime.tv_nsec; in ext4_getattr()
/linux/fs/smb/client/
H A Dinode.c2838 stat->btime =
/linux/fs/btrfs/
H A Dinode.c7882 stat->btime.tv_sec = BTRFS_I(inode)->i_otime_sec; in btrfs_getattr()
7883 stat->btime.tv_nsec = BTRFS_I(inode)->i_otime_nsec; in btrfs_getattr()
/linux/fs/smb/server/
H A Dsmb2pdu.c3520 fp->create_time = ksmbd_UnixTimeToNT(stat.btime); in smb2_open()