Searched refs:atime (Results 51 - 73 of 73) sorted by relevance

123

/linux-master/fs/smb/client/
H A Ddir.c347 .atime = NO_CHANGE_64,
H A Dcifsproto.h417 __u64 atime; member in struct:cifs_unix_set_info_args
H A Dfile.c295 struct timespec64 atime, mtime; local
298 /* we do not want atime to be less than mtime, it broke some apps */
299 atime = inode_set_atime_to_ts(inode, current_time(inode));
301 if (timespec64_compare(&atime, &mtime))
1080 .atime = NO_CHANGE_64,
H A Dinode.c182 /* we do not want atime to be less than mtime, it broke some apps */
1924 .atime = NO_CHANGE_64,
2923 args->atime = cifs_UnixTimeToNT(attrs->ia_atime);
2925 args->atime = NO_CHANGE_64;
H A Dcifssmb.c5432 data_offset->LastAccessTime = cpu_to_le64(args->atime);
/linux-master/fs/xfs/
H A Dxfs_iops.c592 stat->atime = inode_get_atime(inode);
/linux-master/net/9p/
H A Dclient.c1744 "<<< mode=%8.8x atime=%8.8x mtime=%8.8x length=%llx\n"
1749 ret->atime, ret->mtime, ret->length,
1831 /* mode[4] atime[4] mtime[4] length[8]*/
1867 " mode=%8.8x atime=%8.8x mtime=%8.8x length=%llx\n"
1872 wst->mode, wst->atime, wst->mtime, wst->length,
/linux-master/fs/jffs2/
H A Dreadinode.c1212 latest_node->atime = latest_node->ctime = latest_node->mtime = cpu_to_je32(0);
/linux-master/fs/ceph/
H A Dsnap.c672 capsnap->atime = inode_get_atime(inode);
H A Dfile.c668 in.ctime = in.mtime = in.atime = iinfo.btime;
H A Dmds_client.c4547 ceph_encode_timespec64(&rec.v1.atime, &ts);
/linux-master/include/linux/
H A Dnfs_xdr.h67 struct timespec64 atime; member in struct:nfs_fattr
/linux-master/fs/exfat/
H A Ddir.c148 exfat_get_entry_time(sbi, &dir_entry->atime,
/linux-master/fs/overlayfs/
H A Dcopy_up.c369 .ia_atime = stat->atime,
/linux-master/fs/smb/server/
H A Dsmb2pdu.c3537 time = ksmbd_UnixTimeToNT(stat.atime);
3963 time = ksmbd_UnixTimeToNT(ksmbd_kstat->kstat->atime);
4740 time = ksmbd_UnixTimeToNT(stat.atime);
4825 time = ksmbd_UnixTimeToNT(stat.atime);
5025 time = ksmbd_UnixTimeToNT(stat.atime);
5137 time = ksmbd_UnixTimeToNT(stat.atime);
5756 time = ksmbd_UnixTimeToNT(stat.atime);
H A Dvfs.c1666 time = ksmbd_UnixTimeToNT(kstat->atime);
/linux-master/fs/nfs/
H A Dnfs3xdr.c515 * nfstime3 atime;
532 * set_atime atime;
618 * nfstime3 atime;
652 p = xdr_decode_nfstime3(p, &fattr->atime);
H A Dnfs4xdr.c4179 dprintk("%s: atime=%lld\n", __func__, time->tv_sec);
4737 status = decode_attr_time_access(xdr, bitmap, &fattr->atime);
/linux-master/fs/btrfs/
H A Dinode.c3837 inode_set_atime(inode, btrfs_timespec_sec(leaf, &inode_item->atime),
3838 btrfs_timespec_nsec(leaf, &inode_item->atime));
4002 btrfs_set_token_timespec_sec(&token, &item->atime,
4004 btrfs_set_token_timespec_nsec(&token, &item->atime,
H A Dtree-log.c4199 btrfs_set_token_timespec_sec(&token, &item->atime,
4201 btrfs_set_token_timespec_nsec(&token, &item->atime,
H A Dsend.c2769 TLV_PUT_BTRFS_TIMESPEC(sctx, BTRFS_SEND_A_ATIME, eb, &ii->atime);
/linux-master/fs/bcachefs/
H A Dfs.c872 stat->atime = inode_get_atime(&inode->v);
/linux-master/fs/nfsd/
H A Dnfs4xdr.c3274 return nfsd4_encode_nfstime4(xdr, &args->stat.atime);

Completed in 577 milliseconds

123