Home
last modified time | relevance | path

Searched refs:atime (Results 76 – 100 of 103) sorted by relevance

12345

/openbmc/linux/fs/xfs/
H A Dxfs_iops.c575 stat->atime = inode->i_atime; in xfs_vn_getattr()
/openbmc/linux/net/9p/
H A Dclient.c1702 ret->atime, ret->mtime, ret->length, in p9_client_stat()
1825 wst->mode, wst->atime, wst->mtime, wst->length, in p9_client_wstat()
/openbmc/linux/fs/smb/server/
H A Dsmb2pdu.c3535 time = ksmbd_UnixTimeToNT(stat.atime); in smb2_open()
3961 time = ksmbd_UnixTimeToNT(ksmbd_kstat->kstat->atime); in smb2_populate_readdir_entry()
4738 time = ksmbd_UnixTimeToNT(stat.atime); in get_file_basic_info()
4823 time = ksmbd_UnixTimeToNT(stat.atime); in get_file_all_info()
5023 time = ksmbd_UnixTimeToNT(stat.atime); in get_file_network_open_info()
5135 time = ksmbd_UnixTimeToNT(stat.atime); in find_file_posix_info()
5754 time = ksmbd_UnixTimeToNT(stat.atime); in smb2_close()
H A Dvfs.c1666 time = ksmbd_UnixTimeToNT(kstat->atime); in ksmbd_vfs_init_kstat()
/openbmc/linux/fs/smb/client/
H A Dfile.c890 .atime = NO_CHANGE_64, in cifs_open()
4784 struct timespec64 atime, mtime; in cifs_readpage_worker() local
4804 atime = inode_set_atime_to_ts(inode, current_time(inode)); in cifs_readpage_worker()
4806 if (timespec64_compare(&atime, &mtime) < 0) in cifs_readpage_worker()
H A Dsmb1ops.c1054 .atime = NO_CHANGE_64, in cifs_make_node()
/openbmc/linux/fs/nfsd/
H A Dnfs3xdr.c382 p = encode_nfstime3(p, &stat->atime); in svcxdr_encode_fattr3()
H A Dnfs4xdr.c3374 status = nfsd4_encode_nfstime4(xdr, &stat.atime); in nfsd4_encode_fattr()
/openbmc/linux/fs/ceph/
H A Dsnap.c665 capsnap->atime = inode->i_atime; in __ceph_finish_cap_snap()
H A Dfile.c654 in.ctime = in.mtime = in.atime = iinfo.btime; in ceph_finish_async_create()
H A Dmds_client.c4366 ceph_encode_timespec64(&rec.v1.atime, &inode->i_atime); in reconnect_caps_cb()
/openbmc/linux/fs/exfat/
H A Ddir.c148 exfat_get_entry_time(sbi, &dir_entry->atime, in exfat_readdir()
/openbmc/linux/Documentation/filesystems/
H A Dvfat.rst40 This option controls the permission check of mtime/atime.
H A Dext2.rst173 dumpable, no-atime, indexed directories, and data-journaling. Not all
H A Dcoda.rst619 mode, owner, groupid, atime, mtime and ctime. The return value
/openbmc/linux/include/linux/
H A Dnfs_xdr.h67 struct timespec64 atime; member
/openbmc/linux/fs/jffs2/
H A Dreadinode.c1212 latest_node->atime = latest_node->ctime = latest_node->mtime = cpu_to_je32(0); in jffs2_do_read_inode_internal()
/openbmc/u-boot/fs/jffs2/
H A Djffs2_1pass.c1414 putLabeledWord("\tbuild_list: atime = ", jNode->atime); in dump_fragments()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/procmail/procmail/
H A Dfrom-debian-to-fix-compile-errors.patch323 #define ft_atime(type) ((type)==ft_FILE) /* force atime < mtime */
/openbmc/linux/fs/nfs/
H A Dnfs3xdr.c652 p = xdr_decode_nfstime3(p, &fattr->atime); in decode_fattr3()
/openbmc/linux/Documentation/admin-guide/
H A Dext4.rst81 * nsec timestamps for mtime, atime, ctime, create time
/openbmc/linux/fs/btrfs/
H A Dinode.c3771 inode->i_atime.tv_sec = btrfs_timespec_sec(leaf, &inode_item->atime); in btrfs_read_locked_inode()
3772 inode->i_atime.tv_nsec = btrfs_timespec_nsec(leaf, &inode_item->atime); in btrfs_read_locked_inode()
3938 btrfs_set_token_timespec_sec(&token, &item->atime, in fill_inode_item()
3940 btrfs_set_token_timespec_nsec(&token, &item->atime, in fill_inode_item()
H A Dtree-log.c4140 btrfs_set_token_timespec_sec(&token, &item->atime, in fill_inode_item()
4142 btrfs_set_token_timespec_nsec(&token, &item->atime, in fill_inode_item()
/openbmc/linux/Documentation/admin-guide/sysctl/
H A Dvm.rst211 by an atime update, a worker will be scheduled to make sure that inode
/openbmc/openbmc/poky/meta/classes-global/
H A Dsstate.bbclass948 # update .siginfo atime on local/NFS mirror if it is a symbolic link

12345