Searched refs:inode_get_mtime_sec (Results 1 – 25 of 29) sorted by relevance
12
| /linux-6.15/fs/hpfs/ |
| H A D | inode.c | 233 de->write_date = cpu_to_le32(gmt_to_local(i->i_sb, inode_get_mtime_sec(i))); in hpfs_write_inode_nolock() 243 de->write_date = cpu_to_le32(gmt_to_local(i->i_sb, inode_get_mtime_sec(i))); in hpfs_write_inode_nolock()
|
| H A D | namei.c | 15 if (t == inode_get_mtime_sec(dir) && in hpfs_update_directory_times()
|
| /linux-6.15/fs/squashfs/ |
| H A D | inode.c | 66 inode_set_atime(inode, inode_get_mtime_sec(inode), 0); in squashfs_new_inode() 67 inode_set_ctime(inode, inode_get_mtime_sec(inode), 0); in squashfs_new_inode()
|
| /linux-6.15/fs/affs/ |
| H A D | inode.c | 186 affs_secs_to_datestamp(inode_get_mtime_sec(inode), in affs_write_inode() 191 affs_secs_to_datestamp(inode_get_mtime_sec(inode), in affs_write_inode()
|
| /linux-6.15/fs/minix/ |
| H A D | inode.c | 612 raw_inode->i_time = inode_get_mtime_sec(inode); in V1_minix_update_inode() 639 raw_inode->i_mtime = inode_get_mtime_sec(inode); in V2_minix_update_inode()
|
| /linux-6.15/fs/xfs/ |
| H A D | xfs_itable.c | 145 buf->bs_mtime = inode_get_mtime_sec(inode); in xfs_bulkstat_one_int()
|
| /linux-6.15/fs/bfs/ |
| H A D | inode.c | 142 di->i_mtime = cpu_to_le32(inode_get_mtime_sec(inode)); in bfs_write_inode()
|
| /linux-6.15/fs/orangefs/ |
| H A D | orangefs-utils.c | 165 attrs->mtime = (time64_t) inode_get_mtime_sec(inode); in copy_attributes_from_inode()
|
| /linux-6.15/fs/ufs/ |
| H A D | inode.c | 718 inode_get_mtime_sec(inode)); in ufs1_update_inode() 764 ufs_inode->ui_mtime = cpu_to_fs64(sb, inode_get_mtime_sec(inode)); in ufs2_update_inode()
|
| /linux-6.15/fs/f2fs/ |
| H A D | inode.c | 689 ri->i_mtime = cpu_to_le64(inode_get_mtime_sec(inode)); in f2fs_update_inode()
|
| /linux-6.15/fs/nilfs2/ |
| H A D | inode.c | 718 raw_inode->i_mtime = cpu_to_le64(inode_get_mtime_sec(inode)); in nilfs_write_inode_common()
|
| /linux-6.15/fs/nfsd/ |
| H A D | nfs3proc.c | 330 if (inode_get_mtime_sec(d_inode(child)) == v_mtime && in nfsd3_create_file()
|
| H A D | nfs4proc.c | 328 if (inode_get_mtime_sec(d_inode(child)) == v_mtime && in nfsd4_create_file() 337 if (inode_get_mtime_sec(d_inode(child)) == v_mtime && in nfsd4_create_file()
|
| /linux-6.15/fs/gfs2/ |
| H A D | super.c | 418 str->di_mtime = cpu_to_be64(inode_get_mtime_sec(inode)); in gfs2_dinode_out()
|
| /linux-6.15/fs/ext2/ |
| H A D | inode.c | 1546 raw_inode->i_mtime = cpu_to_le32(inode_get_mtime_sec(inode)); in __ext2_write_inode()
|
| /linux-6.15/fs/ocfs2/ |
| H A D | inode.c | 1333 fe->i_mtime = cpu_to_le64(inode_get_mtime_sec(inode)); in ocfs2_mark_inode_dirty()
|
| H A D | aops.c | 2023 di->i_mtime = di->i_ctime = cpu_to_le64(inode_get_mtime_sec(inode)); in ocfs2_write_end_nolock()
|
| H A D | file.c | 828 di->i_mtime = di->i_ctime = cpu_to_le64(inode_get_mtime_sec(inode)); in ocfs2_write_zero_page()
|
| /linux-6.15/include/linux/ |
| H A D | fs.h | 1685 static inline time64_t inode_get_mtime_sec(const struct inode *inode) in inode_get_mtime_sec() function 1697 struct timespec64 ts = { .tv_sec = inode_get_mtime_sec(inode), in inode_get_mtime()
|
| /linux-6.15/fs/btrfs/ |
| H A D | delayed-inode.c | 1845 inode_get_mtime_sec(vfs_inode)); in fill_stack_inode_item()
|
| /linux-6.15/fs/ubifs/ |
| H A D | journal.c | 586 ino->mtime_sec = cpu_to_le64(inode_get_mtime_sec(inode)); in pack_inode()
|
| H A D | debug.c | 243 (unsigned int) inode_get_mtime_sec(inode), in ubifs_dump_inode()
|
| /linux-6.15/fs/fuse/ |
| H A D | inode.c | 346 attr->mtime = inode_get_mtime_sec(inode); in fuse_change_attributes_i()
|
| H A D | dir.c | 1908 inarg.mtime = inode_get_mtime_sec(inode); in fuse_flush_times()
|
| /linux-6.15/fs/jfs/ |
| H A D | jfs_imap.c | 3163 dip->di_mtime.tv_sec = cpu_to_le32(inode_get_mtime_sec(ip)); in copy_to_dinode()
|
12