Searched refs:mtime (Results 51 - 75 of 101) sorted by relevance

12345

/linux-master/include/linux/
H A Df2fs_fs.h417 __le64 mtime; /* segment age for cleaning */ member in struct:f2fs_sit_entry
/linux-master/fs/orangefs/
H A Dorangefs-kernel.h470 sys_attr.mtime = 0; \
/linux-master/fs/ceph/
H A Dfile.c75 * for writeback: since the MDS can recover size and mtime there is no
668 in.ctime = in.mtime = in.atime = iinfo.btime;
1214 struct timespec64 mtime; member in struct:ceph_aio_request
1392 req->r_mtime = aio_req->mtime;
1437 struct timespec64 mtime = current_time(inode); local
1516 aio_req->mtime = mtime;
1531 req->r_mtime = mtime;
1665 struct timespec64 mtime = current_time(inode); local
1961 req->r_mtime = mtime;
[all...]
H A Dcaps.c35 * mtime), note its dirty state in the ceph_cap, and asynchronously
1241 struct timespec64 atime, mtime, ctime, btime; member in struct:cap_msg_args
1299 ceph_encode_timespec64(&fc->mtime, &arg->mtime);
1461 arg->mtime = inode_get_mtime(inode);
1583 arg.mtime = capsnap->mtime;
2508 * can recover size and mtime, so we don't need to
2866 * can get a final snapshot value for size+mtime.
3620 struct timespec64 mtime, atim variable in typeref:struct:timespec64
[all...]
H A Dsuper.h240 struct timespec64 mtime, atime, ctime, btime; member in struct:ceph_cap_snap
1013 * sync write (that may/may not still update size, mtime, etc.).
1046 struct timespec64 *mtime,
/linux-master/fs/btrfs/
H A Ddelayed-inode.c1855 btrfs_set_stack_timespec_sec(&inode_item->mtime,
1857 btrfs_set_stack_timespec_nsec(&inode_item->mtime,
1909 inode_set_mtime(inode, btrfs_stack_timespec_sec(&inode_item->mtime),
1910 btrfs_stack_timespec_nsec(&inode_item->mtime));
/linux-master/fs/squashfs/
H A Dinode.c65 inode_set_mtime(inode, le32_to_cpu(sqsh_ino->mtime), 0);
/linux-master/arch/alpha/kernel/
H A Dosf_sys.c291 tmp.st_umtime = lstat->mtime.tv_nsec / 1000;
295 tmp.st_mtime = lstat->mtime.tv_sec;
/linux-master/fs/hostfs/
H A Dhostfs_kern.c521 st->mtime.tv_sec,
522 st->mtime.tv_nsec,
/linux-master/fs/exfat/
H A Dinode.c683 inode_set_mtime_to_ts(inode, info->mtime);
684 inode_set_ctime_to_ts(inode, info->mtime);
H A Dexfat_fs.h213 struct timespec64 mtime; member in struct:exfat_dir_entry
/linux-master/fs/nfs/
H A Dinode.c534 inode_set_mtime_to_ts(inode, fattr->mtime);
761 inode_set_mtime_to_ts(inode, fattr->mtime);
857 /* Flush out writes to the server in order to update c/mtime/version. */
1458 inode_set_mtime_to_ts(inode, fattr->mtime);
1476 * also update the ctime/mtime/change_attribute.
1510 if ((fattr->valid & NFS_ATTR_FATTR_MTIME) && !timespec64_equal(&ts, &fattr->mtime))
2187 inode_set_mtime_to_ts(inode, fattr->mtime);
H A Dcallback_proc.c63 res->mtime = inode_get_mtime(inode);
H A Dnfs2xdr.c261 * timeval mtime;
305 p = xdr_decode_time(p, &fattr->mtime);
327 * timeval mtime;
H A Dcallback_xdr.c28 /* change, size, ctime, mtime */\
705 status = encode_attr_mtime(xdr, res->bitmap, &res->mtime);
/linux-master/fs/nfsd/
H A Dnfsxdr.c187 * Passing the invalid value useconds=1000000 for mtime
188 * is a Sun convention for "set both mtime and atime to
263 time = stat->mtime;
/linux-master/include/uapi/linux/
H A Dbtrfs_tree.h900 struct btrfs_timespec mtime; member in struct:btrfs_inode_item
/linux-master/include/linux/ceph/
H A Dosd_client.h326 struct timespec64 mtime; member in struct:ceph_osd_linger_request
/linux-master/fs/jffs2/
H A Dreadinode.c1212 latest_node->atime = latest_node->ctime = latest_node->mtime = cpu_to_je32(0);
1241 latest_node->ctime = latest_node->mtime = cpu_to_je32(rii.latest_mctime);
H A Ddebug.c821 printk(JFFS2_DBG "mtime:\t%#08x\n", je32_to_cpu(node.i.mtime));
/linux-master/fs/ubifs/
H A Dfile.c1362 * mctime_update_needed - check if mtime or ctime update is needed.
1366 * This helper function checks if the inode mtime/ctime should be updated or
1376 struct timespec64 mtime = inode_get_mtime(inode); local
1378 if (!timespec64_equal(&mtime, now) || !timespec64_equal(&ctime, now))
1421 * update_mctime - update mtime and ctime of an inode.
1424 * This function updates mtime and ctime of the inode if it is not equivalent to
/linux-master/fs/smb/client/
H A Dinode.c86 struct timespec64 mtime; local
104 /* revalidate if mtime or size have changed */
106 mtime = inode_get_mtime(inode);
107 if (timespec64_equal(&mtime, &fattr->cf_mtime) &&
169 /* we do not want atime to be less than mtime, it broke some apps */
1910 .mtime = NO_CHANGE_64,
2616 * has actual ctime, mtime and file length.
2926 args->mtime = cifs_UnixTimeToNT(attrs->ia_mtime);
2928 args->mtime = NO_CHANGE_64;
/linux-master/drivers/tty/
H A Dtty_io.c813 static void tty_update_time(struct tty_struct *tty, bool mtime) argument
821 struct timespec64 time = mtime ? inode_get_mtime(inode) : inode_get_atime(inode);
830 if (mtime)
/linux-master/fs/afs/
H A Ddir.c1375 op->mtime = current_time(dir);
1679 op->mtime = current_time(dir);
1815 op->mtime = current_time(dir);
/linux-master/fs/xfs/
H A Dxfs_iops.c576 stat->mtime = inode_get_mtime(inode);
912 * Only change the c/mtime if we are changing the size or we are

Completed in 332 milliseconds

12345