Searched refs:mtime (Results 76 - 100 of 101) sorted by relevance

12345

/linux-master/fs/smb/client/
H A Dsmb1ops.c1055 .mtime = NO_CHANGE_64,
H A Ddir.c348 .mtime = NO_CHANGE_64,
H A Dcifsproto.h416 __u64 mtime; member in struct:cifs_unix_set_info_args
H A Dfile.c891 .mtime = NO_CHANGE_64,
2962 /* Indication to update ctime and mtime as close is deferred */
3237 /* Indication to update ctime and mtime as close is deferred */
4382 * if we don't have level II oplock because the server can delay mtime
4788 struct timespec64 atime, mtime; local
4807 /* we do not want atime to be less than mtime, it broke some apps */
4809 mtime = inode_get_mtime(inode);
4810 if (timespec64_compare(&atime, &mtime) < 0)
H A Dcifssmb.c5427 data_offset->LastModificationTime = cpu_to_le64(args->mtime);
/linux-master/fs/fuse/
H A Dfuse_i.h165 struct timespec64 mtime; member in struct:fuse_inode::__anon39::__anon41
/linux-master/fs/ocfs2/
H A Dfile.c237 struct timespec64 mtime = inode_get_mtime(inode); local
239 if ((timespec64_compare(&atime, &mtime) <= 0) ||
2036 * We update c/mtime for these changes
/linux-master/net/9p/
H A Dclient.c1695 "<<< mode=%8.8x atime=%8.8x mtime=%8.8x length=%llx\n"
1700 ret->atime, ret->mtime, ret->length,
1782 /* mode[4] atime[4] mtime[4] length[8]*/
1818 " mode=%8.8x atime=%8.8x mtime=%8.8x length=%llx\n"
1823 wst->mode, wst->atime, wst->mtime, wst->length,
/linux-master/fs/ceph/
H A Dsnap.c517 * When a snapshot is applied, the size/mtime inode metadata is queued
523 * (and a final size/mtime is known). In this case the
632 /* note mtime, size NOW. */
655 * Finalize the size, mtime for a cap_snap.. that is, settle on final values
671 capsnap->mtime = inode_get_mtime(inode);
/linux-master/fs/afs/
H A Dinternal.h883 struct timespec64 mtime; /* Modification time to record */ member in struct:afs_operation
/linux-master/include/linux/
H A Dnfs_xdr.h68 struct timespec64 mtime; member in struct:nfs_fattr
73 struct timespec64 pre_mtime; /* pre_op_attr.mtime */
/linux-master/fs/overlayfs/
H A Dcopy_up.c370 .ia_mtime = stat->mtime,
/linux-master/fs/exfat/
H A Ddir.c143 exfat_get_entry_time(sbi, &dir_entry->mtime,
/linux-master/net/ceph/
H A Dosd_client.c623 msg_size += 4 + sizeof(struct ceph_timespec); /* client_inc, mtime */
2259 struct ceph_timespec mtime; member in struct:__anon365
2295 ceph_encode_copy(&p, &head.mtime, sizeof(head.mtime));
3163 req->r_mtime = lreq->mtime;
4801 ktime_get_real_ts64(&lreq->mtime);
/linux-master/fs/smb/server/
H A Dsmb2pdu.c3539 time = ksmbd_UnixTimeToNT(stat.mtime);
3965 time = ksmbd_UnixTimeToNT(ksmbd_kstat->kstat->mtime);
4742 time = ksmbd_UnixTimeToNT(stat.mtime);
4827 time = ksmbd_UnixTimeToNT(stat.mtime);
5027 time = ksmbd_UnixTimeToNT(stat.mtime);
5139 time = ksmbd_UnixTimeToNT(stat.mtime);
5758 time = ksmbd_UnixTimeToNT(stat.mtime);
H A Dvfs.c1668 time = ksmbd_UnixTimeToNT(kstat->mtime);
/linux-master/drivers/crypto/marvell/octeontx/
H A Dotx_cptpf_ucode.c32 char mtime[12]; member in struct:tar_hdr_t
/linux-master/fs/nfs/
H A Dnfs3xdr.c522 * nfstime3 mtime;
533 * set_mtime mtime;
619 * nfstime3 mtime;
653 p = xdr_decode_nfstime3(p, &fattr->mtime);
694 * nfstime3 mtime;
H A Dnfs4xdr.c4282 dprintk("%s: mtime=%lld\n", __func__, time->tv_sec);
4747 status = decode_attr_time_modify(xdr, bitmap, &fattr->mtime);
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_init.c4872 unsigned long wtime, mtime, cs84xx_time; local
4896 mtime = jiffies + (min_wait * HZ);
4934 mtime += cs84xx_time;
4958 if (time_after_eq(jiffies, mtime)) {
4968 if (time_after_eq(jiffies, mtime) ||
/linux-master/fs/bcachefs/
H A Dfs.c842 stat->mtime = inode_get_mtime(&inode->v);
/linux-master/fs/btrfs/
H A Dinode.c3816 inode_set_mtime(inode, btrfs_timespec_sec(leaf, &inode_item->mtime),
3817 btrfs_timespec_nsec(leaf, &inode_item->mtime));
3983 btrfs_set_token_timespec_sec(&token, &item->mtime,
3985 btrfs_set_token_timespec_nsec(&token, &item->mtime,
6528 * If we are replaying a log tree, we do not want to update the mtime
8938 /* Update inode version and ctime/mtime. */
H A Dtree-log.c4202 btrfs_set_token_timespec_sec(&token, &item->mtime,
4204 btrfs_set_token_timespec_nsec(&token, &item->mtime,
H A Dsend.c2771 TLV_PUT_BTRFS_TIMESPEC(sctx, BTRFS_SEND_A_MTIME, eb, &ii->mtime);
/linux-master/fs/nfsd/
H A Dnfs4xdr.c3284 return nfsd4_encode_nfstime4(xdr, &args->stat.mtime);

Completed in 494 milliseconds

12345