Home
last modified time | relevance | path

Searched refs:atime (Results 1 – 25 of 54) sorted by relevance

123

/linux/fs/ubifs/
H A DKconfig56 Originally UBIFS did not support atime, because it looked like a bad idea due
57 increased flash wear. This option adds atime support and it is disabled by default
58 to preserve the old behavior. If you enable this option, UBIFS starts updating atime,
59 which means that file-system read operations will cause writes (inode atime
61 so be careful. How often atime is updated depends on the selected strategy:
/linux/Documentation/filesystems/
H A Docfs2.rst60 relatime(*) Update atime if the previous atime is older than
62 strictatime Always update atime, but the minimum update interval
64 atime_quantum=60(*) OCFS2 will not update atime unless this number
66 Set to zero to always update atime. This option need
H A Dvirtiofs.rst48 atime behavior
51 The atime-related mount options, for example, noatime, strictatime,
52 are ignored. The atime behavior for virtiofs is the same as the
/linux/include/linux/ceph/
H A Dceph_fs.h429 struct ceph_timespec atime; member
488 struct ceph_timespec atime; member
585 struct ceph_timespec ctime, mtime, atime; member
797 struct ceph_timespec mtime, atime, ctime; member
855 struct ceph_timespec mtime, atime; member
/linux/drivers/md/
H A Ddm-zoned-reclaim.c29 unsigned long atime; member
358 return time_is_before_jiffies(zrc->atime + DMZ_IDLE_PERIOD); in dmz_target_idle()
564 zrc->atime = jiffies; in dmz_ctr_reclaim()
628 zrc->atime = jiffies; in dmz_reclaim_bio_acc()
/linux/include/uapi/linux/
H A Dfuse.h290 uint64_t atime; member
328 struct fuse_sx_time atime; member
782 uint64_t atime; member
H A Djffs2.h147 jint32_t atime; /* Last access time. */ member
/linux/fs/ceph/
H A Dinode.c915 struct timespec64 *mtime, struct timespec64 *atime) in ceph_fill_file_time() argument
941 inode_set_atime_to_ts(inode, *atime); in ceph_fill_file_time()
949 if (timespec64_compare(atime, &iatime) > 0) { in ceph_fill_file_time()
950 doutc(cl, "atime %ptSp -> %ptSp inc\n", &iatime, atime); in ceph_fill_file_time()
951 inode_set_atime_to_ts(inode, *atime); in ceph_fill_file_time()
963 inode_set_atime_to_ts(inode, *atime); in ceph_fill_file_time()
1023 struct timespec64 mtime, atime, ctime; in ceph_fill_inode() local
1158 ceph_decode_timespec64(&atime, &info->atime); in ceph_fill_inode()
1163 &ctime, &mtime, &atime); in ceph_fill_inode()
2734 struct timespec64 atime = inode_get_atime(inode); in __ceph_setattr() local
[all …]
H A Dcaps.c1229 struct timespec64 atime, mtime, ctime, btime; member
1288 ceph_encode_timespec64(&fc->atime, &arg->atime); in encode_cap_msg()
1450 arg->atime = inode_get_atime(inode); in __prep_cap()
1570 arg.atime = capsnap->atime; in __send_flush_snap()
3624 struct timespec64 mtime, atime, ctime; in handle_cap_grant() local
3627 ceph_decode_timespec64(&atime, &grant->atime); in handle_cap_grant()
3631 &ctime, &mtime, &atime); in handle_cap_grant()
/linux/fs/hostfs/
H A Dhostfs.h31 struct hostfs_timespec atime, mtime, ctime, btime; member
H A Dhostfs_kern.c506 st->atime.tv_sec, in hostfs_inode_update()
507 st->atime.tv_nsec, in hostfs_inode_update()
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_xdp_noinline.c152 __u64 atime; member
566 new_dst_lru.atime = cur_time; in get_packet_dst()
588 if (cur_time - dst_lru->atime > 300000) in connection_table_lookup()
590 dst_lru->atime = cur_time; in connection_table_lookup()
/linux/fs/nilfs2/
H A DKconfig23 Some features including atime, extended attributes, and POSIX ACLs,
/linux/tools/mm/
H A Dpage-types.c940 char atime[64], mtime[64]; in show_file() local
947 strftime(atime, sizeof(atime), "%c", localtime(&st->st_atime)); in show_file()
952 atime, now - st->st_atime); in show_file()
/linux/arch/arm/kernel/
H A Dsys_oabi-compat.c138 tmp.st_atime = stat->atime.tv_sec; in cp_oldabi_stat64()
139 tmp.st_atime_nsec = stat->atime.tv_nsec; in cp_oldabi_stat64()
/linux/fs/orangefs/
H A Dprotocol.h230 __u64 atime; member
H A Dorangefs-utils.c158 attrs->atime = (time64_t) inode_get_atime_sec(inode); in copy_attributes_from_inode()
361 (time64_t)new_op->downcall.resp.getattr.attributes.atime, in orangefs_inode_getattr()
/linux/drivers/misc/
H A Dapds990x.c126 u16 atime; /* als integration time */ member
277 cpl = ((u32)chip->atime * (u32)again[chip->again_next] * in apds990x_lux_to_threshold()
310 chip->atime = time_ms; in apds990x_set_atime()
447 (u32)(again[chip->again_meas] * (u32)chip->atime); in apds990x_get_lux()
/linux/Documentation/filesystems/fuse/
H A Dfuse-io.rst41 (size and atime/ctime/mtime attributes are kept up-to-date by the kernel), so
/linux/include/net/9p/
H A D9p.h429 u32 atime; member
/linux/net/9p/
H A Dprotocol.c368 &stbuf->mode, &stbuf->atime, in p9pdu_vreadf()
600 stbuf->mode, stbuf->atime, in p9pdu_vwritef()
/linux/fs/fuse/
H A Dinode.c263 inode_set_atime(inode, attr->atime, attr->atimensec); in fuse_change_attributes_common()
1732 struct timespec64 atime = inode_get_atime(&fi->inode); in fuse_fill_attr_from_inode() local
1740 .atime = atime.tv_sec, in fuse_fill_attr_from_inode()
1743 .atimensec = atime.tv_nsec, in fuse_fill_attr_from_inode()
/linux/fs/jffs2/
H A Dgc.c824 ri.atime = cpu_to_je32(JFFS2_F_I_ATIME(f)); in jffs2_garbage_collect_metadata()
1095 ri.atime = cpu_to_je32(JFFS2_F_I_ATIME(f)); in jffs2_garbage_collect_hole()
1373 ri.atime = cpu_to_je32(JFFS2_F_I_ATIME(f)); in jffs2_garbage_collect_dnode()
/linux/fs/btrfs/
H A Ddelayed-inode.c1856 btrfs_set_stack_timespec_sec(&inode_item->atime, in fill_stack_inode_item()
1858 btrfs_set_stack_timespec_nsec(&inode_item->atime, in fill_stack_inode_item()
1910 inode_set_atime(vfs_inode, btrfs_stack_timespec_sec(&inode_item->atime), in btrfs_fill_inode()
1911 btrfs_stack_timespec_nsec(&inode_item->atime)); in btrfs_fill_inode()
/linux/fs/nfs/
H A Dlocalio.c800 fattr->atime = stat.atime; in nfs_local_vfs_getattr()

123