Searched refs:btime (Results 1 - 25 of 30) sorted by path

12

/linux-master/fs/bcachefs/
H A Dfs.c849 stat->btime = bch2_time_to_timespec(c, inode->ei_inode.bi_otime);
H A Dsnapshot.c916 snapshot->v.btime.lo = cpu_to_le64(bch2_current_time(c));
1229 n->v.btime.lo = cpu_to_le64(bch2_current_time(c));
1230 n->v.btime.hi = 0;
H A Dsnapshot_format.h15 bch_le128 btime; member in struct:bch_snapshot
/linux-master/fs/btrfs/
H A Dinode.c8771 stat->btime.tv_sec = BTRFS_I(inode)->i_otime_sec;
8772 stat->btime.tv_nsec = BTRFS_I(inode)->i_otime_nsec;
/linux-master/fs/ceph/
H A Dcaps.c1241 struct timespec64 atime, mtime, ctime, btime; member in struct:cap_msg_args
1344 /* btime and change_attr (version 9) */
1345 ceph_encode_timespec64(p, &arg->btime);
1464 arg->btime = ci->i_btime;
1585 arg.btime = capsnap->btime;
3471 struct timespec64 btime; member in struct:cap_extra_info
3579 ci->i_btime = extra_info->btime;
4419 struct ceph_timespec *btime; local
4421 if (p + sizeof(*btime) > en
[all...]
H A Dfile.c649 ceph_encode_timespec64(&iinfo.btime, &now);
668 in.ctime = in.mtime = in.atime = iinfo.btime;
H A Dinode.c1064 ceph_decode_timespec64(&ci->i_btime, &iinfo->btime);
3046 * btime on newly-allocated inodes is 0, so if this is still set to
3050 stat->btime = ci->i_btime;
H A Dmds_client.c159 /* btime */
160 ceph_decode_need(p, end, sizeof(info->btime), bad);
161 ceph_decode_copy(p, &info->btime, sizeof(info->btime));
267 ceph_decode_need(p, end, sizeof(info->btime), bad);
268 ceph_decode_copy(p, &info->btime, sizeof(info->btime));
H A Dmds_client.h93 struct ceph_timespec btime; member in struct:ceph_mds_reply_info_in
H A Dsnap.c674 capsnap->btime = ci->i_btime;
H A Dsuper.h240 struct timespec64 mtime, atime, ctime, btime; member in struct:ceph_cap_snap
/linux-master/fs/exfat/
H A Dfile.c289 stat->btime.tv_sec = ei->i_crtime.tv_sec;
290 stat->btime.tv_nsec = ei->i_crtime.tv_nsec;
/linux-master/fs/ext4/
H A Dinode.c5514 stat->btime.tv_sec = ei->i_crtime.tv_sec;
5515 stat->btime.tv_nsec = ei->i_crtime.tv_nsec;
/linux-master/fs/f2fs/
H A Dfile.c857 stat->btime.tv_sec = fi->i_crtime.tv_sec;
858 stat->btime.tv_nsec = fi->i_crtime.tv_nsec;
/linux-master/fs/fat/
H A Dfile.c414 stat->btime = MSDOS_I(inode)->i_crtime;
/linux-master/fs/fuse/
H A Ddir.c1233 stat->btime.tv_sec = sx->btime.tv_sec;
1234 stat->btime.tv_nsec = min_t(u32, sx->btime.tv_nsec, NSEC_PER_SEC - 1);
1300 /* FUSE only supports basic stats and possibly btime */
1335 stat->btime = fi->i_btime;
H A Dinode.c243 sx->btime.tv_nsec =
244 min_t(u32, sx->btime.tv_nsec, NSEC_PER_SEC - 1);
247 * Btime has been queried, cache is valid (whether or not btime
250 * Availability of the btime attribute is indicated in
256 fi->i_btime.tv_sec = sx->btime.tv_sec;
257 fi->i_btime.tv_nsec = sx->btime.tv_nsec;
/linux-master/fs/hfsplus/
H A Dinode.c284 stat->btime = hfsp_mt2ut(hip->create_date);
/linux-master/fs/nfsd/
H A Dnfs4xdr.c3251 return nfsd4_encode_nfstime4(xdr, &args->stat.btime);
3553 /* underlying FS does not offer btime so we can't share it */
/linux-master/fs/ntfs3/
H A Dfile.c91 stat->btime = ni->i_crtime;
/linux-master/fs/smb/client/
H A Dinode.c2650 stat->btime =
/linux-master/fs/smb/server/
H A Dsmb2pdu.c3495 fp->create_time = ksmbd_UnixTimeToNT(stat.btime);
/linux-master/fs/
H A Dstat.c648 tmp.stx_btime.tv_sec = stat->btime.tv_sec;
649 tmp.stx_btime.tv_nsec = stat->btime.tv_nsec;
/linux-master/fs/xfs/
H A Dxfs_iops.c583 stat->btime = ip->i_crtime;
/linux-master/include/linux/ceph/
H A Dceph_fs.h484 struct ceph_timespec btime; member in struct:ceph_mds_request_args_ext::__anon284

Completed in 669 milliseconds

12