/linux-4.4.14/fs/squashfs/ |
D | squashfs_fs.h | 279 __le32 mtime; member 288 __le32 mtime; member 298 __le32 mtime; member 309 __le32 mtime; member 320 __le32 mtime; member 332 __le32 mtime; member 344 __le32 mtime; member 358 __le32 mtime; member 375 __le32 mtime; member 389 __le32 mtime; member
|
D | inode.c | 74 inode->i_mtime.tv_sec = le32_to_cpu(sqsh_ino->mtime); in squashfs_new_inode()
|
/linux-4.4.14/init/ |
D | initramfs.c | 110 static long __init do_utime(char *filename, time_t mtime) in do_utime() argument 114 t[0].tv_sec = mtime; in do_utime() 116 t[1].tv_sec = mtime; in do_utime() 126 time_t mtime; member 129 static void __init dir_add(const char *name, time_t mtime) in dir_add() argument 136 de->mtime = mtime; in dir_add() 145 do_utime(de->name, de->mtime); in dir_utime() 151 static __initdata time_t mtime; variable 178 mtime = parsed[5]; in parse_header() 356 dir_add(collected, mtime); in do_name() [all …]
|
/linux-4.4.14/arch/um/drivers/ |
D | cow_user.c | 26 time32_t mtime; member 45 time32_t mtime; member 88 __u32 mtime; member 100 __s64 mtime; member 248 header->mtime = htobe32(modtime); in write_cow_header() 316 *mtime_out = header->v1.mtime; in read_cow_header() 329 *mtime_out = be32toh(header->v2.mtime); in read_cow_header() 343 *mtime_out = be32toh(header->v3.mtime); in read_cow_header() 373 *mtime_out = (time32_t) be32toh(header->v3_b.mtime); in read_cow_header()
|
D | ubd_kern.c | 506 time_t mtime; in ubd_file_size() local 522 &mtime, &size, §or_size, &align, &bitmap_offset); in ubd_file_size() 549 static int backing_file_mismatch(char *file, __u64 size, time_t mtime) in backing_file_mismatch() argument 576 if (modtime != mtime) { in backing_file_mismatch() 578 "backing file\n", mtime, modtime); in backing_file_mismatch() 620 time_t mtime; in open_ubd_file() local 654 err = read_cow_header(file_reader, &fd, &version, &backing_file, &mtime, in open_ubd_file() 669 mtime)) { in open_ubd_file() 680 err = backing_file_mismatch(*backing_file_out, size, mtime); in open_ubd_file()
|
/linux-4.4.14/fs/hostfs/ |
D | hostfs_user.c | 33 p->mtime.tv_sec = buf->st_mtime; in stat64_to_hostfs() 34 p->mtime.tv_nsec = 0; in stat64_to_hostfs() 246 times[1].tv_sec = st.mtime.tv_sec; in set_attr() 247 times[1].tv_usec = st.mtime.tv_nsec / 1000; in set_attr() 270 attrs->ia_mtime = st.mtime; in set_attr()
|
D | hostfs.h | 58 struct timespec atime, mtime, ctime; member
|
D | hostfs_kern.c | 559 ino->i_mtime = st.mtime; in read_name()
|
/linux-4.4.14/fs/f2fs/ |
D | gc.c | 209 unsigned long long mtime = 0; in get_cb_cost() local 216 mtime += get_seg_entry(sbi, start + i)->mtime; in get_cb_cost() 219 mtime = div_u64(mtime, sbi->segs_per_sec); in get_cb_cost() 225 if (mtime < sit_i->min_mtime) in get_cb_cost() 226 sit_i->min_mtime = mtime; in get_cb_cost() 227 if (mtime > sit_i->max_mtime) in get_cb_cost() 228 sit_i->max_mtime = mtime; in get_cb_cost() 230 age = 100 - div64_u64(100 * (mtime - sit_i->min_mtime), in get_cb_cost()
|
D | segment.h | 171 unsigned long long mtime; /* modification time of the segment */ member 316 se->mtime = le64_to_cpu(rs->mtime); in seg_info_from_raw_sit() 328 rs->mtime = cpu_to_le64(se->mtime); in seg_info_to_raw_sit()
|
D | segment.c | 707 se->mtime = get_mtime(sbi); in update_sit_entry() 708 SIT_I(sbi)->max_mtime = se->mtime; in update_sit_entry() 2268 unsigned long long mtime = 0; in init_min_max_mtime() local 2271 mtime += get_seg_entry(sbi, segno + i)->mtime; in init_min_max_mtime() 2273 mtime = div_u64(mtime, sbi->segs_per_sec); in init_min_max_mtime() 2275 if (sit_i->min_mtime > mtime) in init_min_max_mtime() 2276 sit_i->min_mtime = mtime; in init_min_max_mtime()
|
/linux-4.4.14/fs/hfs/ |
D | catalog.c | 38 __be32 mtime = hfs_mtime(); in hfs_cat_build_record() local 44 rec->dir.CrDat = mtime; in hfs_cat_build_record() 45 rec->dir.MdDat = mtime; in hfs_cat_build_record() 56 rec->file.CrDat = mtime; in hfs_cat_build_record() 57 rec->file.MdDat = mtime; in hfs_cat_build_record()
|
/linux-4.4.14/fs/nfs/ |
D | fscache-index.c | 159 struct timespec mtime; member 210 auxdata.mtime = nfsi->vfs_inode.i_mtime; in nfs_fscache_inode_get_aux() 242 auxdata.mtime = nfsi->vfs_inode.i_mtime; in nfs_fscache_inode_check_aux()
|
D | callback.h | 74 struct timespec mtime; member
|
D | inode.c | 436 inode->i_mtime = fattr->mtime; in nfs_fhget() 1208 memcpy(&inode->i_mtime, &fattr->mtime, sizeof(inode->i_mtime)); in nfs_wcc_update_inode() 1253 if ((fattr->valid & NFS_ATTR_FATTR_MTIME) && !timespec_equal(&inode->i_mtime, &fattr->mtime)) in nfs_check_inode_attributes() 1712 memcpy(&inode->i_mtime, &fattr->mtime, sizeof(inode->i_mtime)); in nfs_update_inode()
|
D | callback_proc.c | 56 res->mtime = inode->i_mtime; in nfs4_callback_getattr()
|
D | nfs2xdr.c | 316 p = xdr_decode_time(p, &fattr->mtime); in decode_fattr()
|
D | callback_xdr.c | 670 status = encode_attr_mtime(xdr, res->bitmap, &res->mtime); in encode_getattr_res()
|
D | nfs3xdr.c | 676 p = xdr_decode_nfstime3(p, &fattr->mtime); in decode_fattr3()
|
D | nfs4xdr.c | 4630 status = decode_attr_time_modify(xdr, bitmap, &fattr->mtime); in decode_getfattr_attrs()
|
/linux-4.4.14/fs/ |
D | stat.c | 32 stat->mtime = inode->i_mtime; in generic_fillattr() 172 tmp.st_mtime = stat->mtime.tv_sec; in cp_old_stat() 254 tmp.st_mtime = stat->mtime.tv_sec; in cp_new_stat() 258 tmp.st_mtime_nsec = stat->mtime.tv_nsec; in cp_new_stat() 388 tmp.st_mtime = stat->mtime.tv_sec; in cp_new_stat64() 389 tmp.st_mtime_nsec = stat->mtime.tv_nsec; in cp_new_stat64()
|
D | compat.c | 153 tmp.st_mtime = stat->mtime.tv_sec; in cp_compat_stat() 154 tmp.st_mtime_nsec = stat->mtime.tv_nsec; in cp_compat_stat()
|
/linux-4.4.14/fs/ceph/ |
D | cache.c | 28 struct timespec mtime; member 108 aux.mtime = inode->i_mtime; in ceph_fscache_inode_get_aux() 136 aux.mtime = inode->i_mtime; in ceph_fscache_inode_check_aux()
|
D | inode.c | 594 struct timespec *mtime, struct timespec *atime) in ceph_fill_file_time() argument 615 mtime->tv_sec, mtime->tv_nsec, in ceph_fill_file_time() 618 inode->i_mtime = *mtime; in ceph_fill_file_time() 623 if (timespec_compare(mtime, &inode->i_mtime) > 0) { in ceph_fill_file_time() 627 mtime->tv_sec, mtime->tv_nsec); in ceph_fill_file_time() 628 inode->i_mtime = *mtime; in ceph_fill_file_time() 646 inode->i_mtime = *mtime; in ceph_fill_file_time() 673 struct timespec mtime, atime, ctime; in fill_inode() local 747 ceph_decode_timespec(&mtime, &info->mtime); in fill_inode() 751 &ctime, &mtime, &atime); in fill_inode() [all …]
|
D | caps.c | 993 struct timespec *mtime, struct timespec *atime, in send_cap_msg() argument 1041 if (mtime) in send_cap_msg() 1042 ceph_encode_timespec(&fc->mtime, mtime); in send_cap_msg() 1119 struct timespec mtime, atime; in __send_cap() local 1181 mtime = inode->i_mtime; in __send_cap() 1201 size, max_size, &mtime, &atime, time_warp_seq, in __send_cap() 1322 &capsnap->mtime, &capsnap->atime, in __ceph_flush_snaps() 2767 struct timespec mtime, atime, ctime; in handle_cap_grant() local 2865 ceph_decode_timespec(&mtime, &grant->mtime); in handle_cap_grant() 2870 &ctime, &mtime, &atime); in handle_cap_grant()
|
D | file.c | 638 struct timespec mtime = CURRENT_TIME; in ceph_sync_direct_write() local 699 ceph_osdc_build_request(req, pos, snapc, vino.snap, &mtime); in ceph_sync_direct_write() 755 struct timespec mtime = CURRENT_TIME; in ceph_sync_write() local 830 ceph_osdc_build_request(req, pos, snapc, vino.snap, &mtime); in ceph_sync_write()
|
D | super.h | 172 struct timespec mtime, atime, ctime; member 768 struct timespec *mtime, struct timespec *atime);
|
D | snap.c | 596 capsnap->mtime = inode->i_mtime; in __ceph_finish_cap_snap()
|
D | mds_client.c | 2842 ceph_encode_timespec(&rec.v1.mtime, &inode->i_mtime); in encode_caps_cb()
|
/linux-4.4.14/include/linux/ |
D | stat.h | 31 struct timespec mtime; member
|
D | f2fs_fs.h | 302 __le64 mtime; /* segment age for cleaning */ member
|
D | nfs_xdr.h | 65 struct timespec mtime; member
|
/linux-4.4.14/include/linux/ceph/ |
D | ceph_fs.h | 355 struct ceph_timespec mtime; member 465 struct ceph_timespec ctime, mtime, atime; member 658 struct ceph_timespec mtime, atime, ctime; member 716 struct ceph_timespec mtime, atime; member
|
D | osd_client.h | 325 struct timespec *mtime); 367 struct timespec *mtime,
|
/linux-4.4.14/fs/ncpfs/ |
D | dir.c | 427 time_t mtime = 0; in ncp_readdir() local 457 mtime = ncp_obtain_mtime(dentry); in ncp_readdir() 459 if ((!mtime) || (mtime != ctl.head.mtime)) in ncp_readdir() 530 mtime = ncp_obtain_mtime(dentry); in ncp_readdir() 533 ctl.head.mtime = mtime; in ncp_readdir()
|
D | ncplib_kernel.h | 188 time_t mtime; member
|
/linux-4.4.14/arch/x86/ia32/ |
D | sys_ia32.c | 88 __put_user(stat->mtime.tv_sec, &ubuf->st_mtime) || in cp_stat64() 89 __put_user(stat->mtime.tv_nsec, &ubuf->st_mtime_nsec) || in cp_stat64()
|
/linux-4.4.14/arch/sparc/kernel/ |
D | sys_sparc32.c | 90 err |= put_user(stat->mtime.tv_sec, &statbuf->st_mtime); in cp_compat_stat64() 91 err |= put_user(stat->mtime.tv_nsec, &statbuf->st_mtime_nsec); in cp_compat_stat64()
|
/linux-4.4.14/fs/jffs2/ |
D | fs.c | 115 ri->mtime = cpu_to_je32(I_SEC((ivalid & ATTR_MTIME)?iattr->ia_mtime:inode->i_mtime)); in jffs2_do_setattr() 150 inode->i_mtime = ITIME(je32_to_cpu(ri->mtime)); in jffs2_do_setattr() 283 inode->i_mtime = ITIME(je32_to_cpu(latest_node.mtime)); in jffs2_iget() 476 ri->atime = ri->mtime = ri->ctime = cpu_to_je32(I_SEC(inode->i_mtime)); in jffs2_new_inode()
|
D | file.c | 180 ri.atime = ri.ctime = ri.mtime = cpu_to_je32(get_seconds()); in jffs2_write_begin() 288 ri->atime = ri->ctime = ri->mtime = cpu_to_je32(get_seconds()); in jffs2_write_end()
|
D | gc.c | 806 ri.mtime = cpu_to_je32(JFFS2_F_I_MTIME(f)); in jffs2_garbage_collect_metadata() 1077 ri.mtime = cpu_to_je32(JFFS2_F_I_MTIME(f)); in jffs2_garbage_collect_hole() 1351 ri.mtime = cpu_to_je32(JFFS2_F_I_MTIME(f)); in jffs2_garbage_collect_dnode()
|
D | readinode.c | 1196 latest_node->atime = latest_node->ctime = latest_node->mtime = cpu_to_je32(0); in jffs2_do_read_inode_internal() 1225 latest_node->ctime = latest_node->mtime = cpu_to_je32(rii.latest_mctime); in jffs2_do_read_inode_internal()
|
D | debug.c | 821 printk(JFFS2_DBG "mtime:\t%#08x\n", je32_to_cpu(node.i.mtime)); in __jffs2_dbg_dump_node()
|
/linux-4.4.14/include/uapi/linux/ |
D | fuse.h | 153 uint64_t mtime; member 456 uint64_t mtime; member
|
D | jffs2.h | 153 jint32_t mtime; /* Last modification time. */ member
|
/linux-4.4.14/tools/vm/ |
D | page-types.c | 818 char atime[64], mtime[64]; in show_file() local 826 strftime(mtime, sizeof(mtime), "%c", localtime(&st->st_mtime)); in show_file() 829 mtime, now - st->st_mtime, in show_file()
|
/linux-4.4.14/arch/arm/kernel/ |
D | sys_oabi-compat.c | 136 tmp.st_mtime = stat->mtime.tv_sec; in cp_oldabi_stat64() 137 tmp.st_mtime_nsec = stat->mtime.tv_nsec; in cp_oldabi_stat64()
|
/linux-4.4.14/fs/9p/ |
D | vfs_inode.c | 222 wstat->mtime = ~0; in v9fs_blank_wstat() 1112 wstat.mtime = iattr->ia_mtime.tv_sec; in v9fs_vfs_setattr() 1169 inode->i_mtime.tv_sec = stat->mtime; in v9fs_stat2inode() 1170 inode->i_ctime.tv_sec = stat->mtime; in v9fs_stat2inode()
|
/linux-4.4.14/include/net/9p/ |
D | 9p.h | 403 u32 mtime; member
|
/linux-4.4.14/net/9p/ |
D | protocol.c | 213 &stbuf->mtime, &stbuf->length, in p9pdu_vreadf() 436 stbuf->mtime, stbuf->length, in p9pdu_vwritef()
|
D | client.c | 1711 ret->atime, ret->mtime, (unsigned long long)ret->length, in p9_client_stat() 1833 wst->atime, wst->mtime, (unsigned long long)wst->length, in p9_client_wstat()
|
/linux-4.4.14/fs/fuse/ |
D | dir.c | 834 attr->mtime = inode->i_mtime.tv_sec; in fuse_fillattr() 849 stat->mtime.tv_sec = attr->mtime; in fuse_fillattr() 850 stat->mtime.tv_nsec = attr->mtimensec; in fuse_fillattr() 1480 arg->mtime = iattr->ia_mtime.tv_sec; in iattr_to_fattr() 1565 inarg.mtime = inode->i_mtime.tv_sec; in fuse_flush_times()
|
D | inode.c | 176 inode->i_mtime.tv_sec = attr->mtime; in fuse_change_attributes_common() 236 .tv_sec = attr->mtime, in fuse_change_attributes() 257 inode->i_mtime.tv_sec = attr->mtime; in fuse_init_inode()
|
/linux-4.4.14/drivers/staging/lustre/lustre/llite/ |
D | namei.c | 752 body->mtime > LTIME_S(inode->i_mtime)) { in ll_update_times() 754 inode->i_ino, LTIME_S(inode->i_mtime), body->mtime); in ll_update_times() 755 LTIME_S(inode->i_mtime) = body->mtime; in ll_update_times()
|
D | llite_lib.c | 1550 if (body->mtime > LTIME_S(inode->i_mtime)) { in ll_update_inode() 1553 body->mtime); in ll_update_inode() 1554 LTIME_S(inode->i_mtime) = body->mtime; in ll_update_inode() 1556 lli->lli_lvb.lvb_mtime = body->mtime; in ll_update_inode()
|
D | dir.c | 1513 st.st_mtime = body->mtime; in ll_dir_ioctl()
|
D | file.c | 3007 stat->mtime = inode->i_mtime; in ll_getattr()
|
/linux-4.4.14/fs/cifs/ |
D | dir.c | 348 .mtime = NO_CHANGE_64, in cifs_do_create() 611 .mtime = NO_CHANGE_64, in cifs_mknod()
|
D | cifsproto.h | 318 __u64 mtime; member
|
D | inode.c | 1374 .mtime = NO_CHANGE_64, 2182 args->mtime = cifs_UnixTimeToNT(attrs->ia_mtime); 2184 args->mtime = NO_CHANGE_64;
|
D | file.c | 550 .mtime = NO_CHANGE_64, in cifs_open()
|
D | cifssmb.c | 5989 data_offset->LastModificationTime = cpu_to_le64(args->mtime); in cifs_fill_unix_set_info()
|
/linux-4.4.14/fs/nfsd/ |
D | nfs3xdr.c | 183 p = encode_time3(p, &stat->mtime); in encode_fattr3() 213 lease_get_mtime(d_inode(dentry), &stat.mtime); in encode_post_op_attr() 632 &resp->stat.mtime); in nfs3svc_encode_attrstat()
|
D | nfs4xdr.c | 2712 p = xdr_encode_hyper(p, (s64)stat.mtime.tv_sec); in nfsd4_encode_fattr() 2713 *p++ = cpu_to_be32(stat.mtime.tv_nsec); in nfsd4_encode_fattr()
|
/linux-4.4.14/fs/overlayfs/ |
D | copy_up.c | 176 .ia_mtime = stat->mtime, in ovl_set_timestamps()
|
/linux-4.4.14/fs/btrfs/ |
D | delayed-inode.c | 1769 btrfs_set_stack_timespec_sec(&inode_item->mtime, in fill_stack_inode_item() 1771 btrfs_set_stack_timespec_nsec(&inode_item->mtime, in fill_stack_inode_item() 1820 inode->i_mtime.tv_sec = btrfs_stack_timespec_sec(&inode_item->mtime); in btrfs_fill_inode() 1821 inode->i_mtime.tv_nsec = btrfs_stack_timespec_nsec(&inode_item->mtime); in btrfs_fill_inode()
|
D | inode.c | 3648 inode->i_mtime.tv_sec = btrfs_timespec_sec(leaf, &inode_item->mtime); in btrfs_read_locked_inode() 3649 inode->i_mtime.tv_nsec = btrfs_timespec_nsec(leaf, &inode_item->mtime); in btrfs_read_locked_inode() 3813 btrfs_set_token_timespec_sec(leaf, &item->mtime, in fill_inode_item() 3815 btrfs_set_token_timespec_nsec(leaf, &item->mtime, in fill_inode_item()
|
D | tree-log.c | 3553 btrfs_set_token_timespec_sec(leaf, &item->mtime, in fill_inode_item() 3555 btrfs_set_token_timespec_nsec(leaf, &item->mtime, in fill_inode_item()
|
D | ctree.h | 741 struct btrfs_timespec mtime; member
|
D | send.c | 2520 TLV_PUT_BTRFS_TIMESPEC(sctx, BTRFS_SEND_A_MTIME, eb, &ii->mtime); in send_utimes()
|
/linux-4.4.14/Documentation/filesystems/ |
D | ocfs2.txt | 51 mtime or ctime
|
D | coda.txt | 691 mode, owner, groupid, atime, mtime and ctime. The return value 785 and mtime changed. 827 mtime changes. 917 mtime and size may change. 946 its mtime and size may change.
|
D | overlayfs.txt | 152 mode, mtime, symlink-target etc.) and then if the object is a file, the
|
D | vfat.txt | 26 allow_utime=### -- This option controls the permission check of mtime/atime.
|
D | ntfs.txt | 84 - The new driver supports access time updates (including mtime and ctime).
|
D | ext4.txt | 89 * nsec timestamps for mtime, atime, ctime, create time
|
/linux-4.4.14/fs/afs/ |
D | fsclient.c | 180 u32 mask = 0, mtime = 0, owner = 0, group = 0, mode = 0; in xdr_encode_AFS_StoreStatus() local 185 mtime = attr->ia_mtime.tv_sec; in xdr_encode_AFS_StoreStatus() 204 *bp++ = htonl(mtime); in xdr_encode_AFS_StoreStatus()
|
/linux-4.4.14/arch/alpha/kernel/ |
D | osf_sys.c | 286 tmp.st_umtime = lstat->mtime.tv_nsec / 1000; in linux_to_osf_stat() 290 tmp.st_mtime = lstat->mtime.tv_sec; in linux_to_osf_stat()
|
/linux-4.4.14/arch/s390/kernel/ |
D | compat_linux.c | 376 tmp.st_mtime = (u32)stat->mtime.tv_sec; in cp_stat64()
|
/linux-4.4.14/Documentation/DocBook/ |
D | filesystems.xml.db | 78 API-lease-get-mtime
|
/linux-4.4.14/net/ceph/ |
D | osd_client.c | 2404 struct timespec *mtime) in ceph_osdc_build_request() argument 2426 ceph_encode_timespec(p, mtime); in ceph_osdc_build_request() 2738 struct timespec *mtime, in ceph_osdc_writepages() argument 2759 ceph_osdc_build_request(req, off, snapc, CEPH_NOSNAP, mtime); in ceph_osdc_writepages()
|
/linux-4.4.14/drivers/scsi/qla2xxx/ |
D | qla_init.c | 2286 unsigned long wtime, mtime, cs84xx_time; in qla2x00_fw_ready() local 2312 mtime = jiffies + (min_wait * HZ); in qla2x00_fw_ready() 2350 mtime += cs84xx_time; in qla2x00_fw_ready() 2374 if (time_after_eq(jiffies, mtime)) { in qla2x00_fw_ready() 2384 if (time_after_eq(jiffies, mtime) || in qla2x00_fw_ready()
|
/linux-4.4.14/fs/xfs/ |
D | xfs_iops.c | 463 stat->mtime = inode->i_mtime; in xfs_vn_getattr()
|
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | wiretest.c | 1862 LASSERTF((int)offsetof(struct mdt_body, mtime) == 56, "found %lld\n", in lustre_assert_wire_constants() 1863 (long long)(int)offsetof(struct mdt_body, mtime)); in lustre_assert_wire_constants() 1864 LASSERTF((int)sizeof(((struct mdt_body *)0)->mtime) == 8, "found %lld\n", in lustre_assert_wire_constants() 1865 (long long)(int)sizeof(((struct mdt_body *)0)->mtime)); in lustre_assert_wire_constants()
|
D | pack_generic.c | 1681 __swab64s(&b->mtime); in lustre_swab_mdt_body()
|
/linux-4.4.14/Documentation/filesystems/cifs/ |
D | CHANGES | 198 Fix mtime bouncing around from local idea of last write times to remote time. 330 Do not attempt to set ctime unless atime and/or mtime change requested
|
/linux-4.4.14/drivers/block/ |
D | rbd.c | 1916 struct timespec mtime = CURRENT_TIME; in rbd_osd_req_format_write() local 1922 snapc, CEPH_NOSNAP, &mtime); in rbd_osd_req_format_write()
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_idl.h | 2205 __s64 mtime; member
|
/linux-4.4.14/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 1933 will invalidate any COW files that are using it. The mtime and size
|