/Linux-v5.15/kernel/ |
D | tsacct.c | 27 time64_t btime; in bacct_add_tsk() local 37 btime = ktime_get_real_seconds() - div_u64(delta, USEC_PER_SEC); in bacct_add_tsk() 38 stats->ac_btime = clamp_t(time64_t, btime, 0, U32_MAX); in bacct_add_tsk() 39 stats->ac_btime64 = btime; in bacct_add_tsk()
|
D | acct.c | 417 time64_t btime; in fill_ac() local 450 btime = ktime_get_real_seconds() - elapsed; in fill_ac() 451 ac->ac_btime = clamp_t(time64_t, btime, 0, U32_MAX); in fill_ac()
|
/Linux-v5.15/include/linux/ |
D | stat.h | 50 struct timespec64 btime; /* File creation time */ member
|
/Linux-v5.15/fs/exfat/ |
D | file.c | 281 stat->btime.tv_sec = ei->i_crtime.tv_sec; in exfat_getattr() 282 stat->btime.tv_nsec = ei->i_crtime.tv_nsec; in exfat_getattr()
|
/Linux-v5.15/fs/ceph/ |
D | caps.c | 1208 struct timespec64 atime, mtime, ctime, btime; member 1306 ceph_encode_timespec64(p, &arg->btime); in encode_cap_msg() 1402 arg->btime = ci->i_btime; in __prep_cap() 1491 arg.btime = capsnap->btime; in __send_flush_snap() 3273 struct timespec64 btime; member 3368 ci->i_btime = extra_info->btime; in handle_cap_grant() 4114 struct ceph_timespec *btime; in ceph_handle_caps() local 4116 if (p + sizeof(*btime) > end) in ceph_handle_caps() 4118 btime = p; in ceph_handle_caps() 4119 ceph_decode_timespec64(&extra_info.btime, btime); in ceph_handle_caps() [all …]
|
D | mds_client.h | 89 struct ceph_timespec btime; member
|
D | mds_client.c | 158 ceph_decode_need(p, end, sizeof(info->btime), bad); in parse_reply_info_in() 159 ceph_decode_copy(p, &info->btime, sizeof(info->btime)); in parse_reply_info_in() 219 ceph_decode_need(p, end, sizeof(info->btime), bad); in parse_reply_info_in() 220 ceph_decode_copy(p, &info->btime, sizeof(info->btime)); in parse_reply_info_in()
|
D | super.h | 216 struct timespec64 mtime, atime, ctime, btime; member
|
D | snap.c | 629 capsnap->btime = ci->i_btime; in __ceph_finish_cap_snap()
|
D | file.c | 592 ceph_encode_timespec64(&iinfo.btime, &now); in ceph_finish_async_create() 605 in.ctime = in.mtime = in.atime = iinfo.btime; in ceph_finish_async_create()
|
D | inode.c | 866 ceph_decode_timespec64(&ci->i_btime, &iinfo->btime); in ceph_fill_inode() 2367 stat->btime = ci->i_btime; in ceph_getattr()
|
/Linux-v5.15/fs/ |
D | stat.c | 590 tmp.stx_btime.tv_sec = stat->btime.tv_sec; in cp_statx() 591 tmp.stx_btime.tv_nsec = stat->btime.tv_nsec; in cp_statx()
|
/Linux-v5.15/include/linux/ceph/ |
D | ceph_fs.h | 471 struct ceph_timespec btime; member
|
/Linux-v5.15/fs/hfsplus/ |
D | inode.c | 286 stat->btime = hfsp_mt2ut(hip->create_date); in hfsplus_getattr()
|
/Linux-v5.15/fs/ntfs3/ |
D | file.c | 89 stat->btime = ni->i_crtime; in ntfs_getattr()
|
/Linux-v5.15/fs/xfs/ |
D | xfs_iops.c | 603 stat->btime = ip->i_crtime; in xfs_vn_getattr()
|
/Linux-v5.15/fs/f2fs/ |
D | file.c | 821 stat->btime.tv_sec = fi->i_crtime.tv_sec; in f2fs_getattr() 822 stat->btime.tv_nsec = fi->i_crtime.tv_nsec; in f2fs_getattr()
|
/Linux-v5.15/fs/ext4/ |
D | inode.c | 5506 stat->btime.tv_sec = ei->i_crtime.tv_sec; in ext4_getattr() 5507 stat->btime.tv_nsec = ei->i_crtime.tv_nsec; in ext4_getattr()
|
/Linux-v5.15/fs/cifs/ |
D | inode.c | 2471 stat->btime =
|
/Linux-v5.15/Documentation/filesystems/ |
D | proc.rst | 1477 btime 1062191376 1518 The "btime" line gives the time at which the system booted, in seconds since
|
/Linux-v5.15/fs/btrfs/ |
D | inode.c | 9275 stat->btime.tv_sec = BTRFS_I(inode)->i_otime.tv_sec; in btrfs_getattr() 9276 stat->btime.tv_nsec = BTRFS_I(inode)->i_otime.tv_nsec; in btrfs_getattr()
|
/Linux-v5.15/fs/ksmbd/ |
D | smb2pdu.c | 3100 fp->create_time = ksmbd_UnixTimeToNT(stat.btime); in smb2_open()
|