Home
last modified time | relevance | path

Searched refs:inode_set_mtime_to_ts (Results 1 – 19 of 19) sorted by relevance

/openbmc/linux/fs/
H A Dlibfs.c637 inode_set_mtime_to_ts(inode, in simple_recursive_removal()
735 inode_set_mtime_to_ts(dir, in simple_link()
770 inode_set_mtime_to_ts(dir, in simple_unlink()
806 inode_set_mtime_to_ts(old_dir, inode_set_ctime_current(old_dir)); in simple_rename_timestamp()
808 inode_set_mtime_to_ts(new_dir, in simple_rename_timestamp()
2023 inode_set_mtime_to_ts(inode, ts); in simple_inode_init_ts()
/openbmc/linux/fs/ocfs2/
H A Dfile.c301 inode_set_mtime_to_ts(inode, inode_set_ctime_current(inode)); in ocfs2_set_inode_size()
422 inode_set_mtime_to_ts(inode, inode_set_ctime_current(inode)); in ocfs2_orphan_for_truncate()
826 inode_set_mtime_to_ts(inode, inode_set_ctime_current(inode)); in ocfs2_write_zero_page()
2058 inode_set_mtime_to_ts(inode, inode_set_ctime_current(inode)); in __ocfs2_change_file_space()
H A Dnamei.c1002 inode_set_mtime_to_ts(dir, inode_set_ctime_current(dir)); in ocfs2_unlink()
1599 inode_set_mtime_to_ts(old_dir, inode_set_ctime_current(old_dir)); in ocfs2_rename()
1621 inode_set_mtime_to_ts(new_dir, in ocfs2_rename()
H A Ddir.c1681 inode_set_mtime_to_ts(dir, in __ocfs2_add_entry()
2992 inode_set_mtime_to_ts(dir, inode_set_ctime_current(dir)); in ocfs2_expand_inline_dir()
H A Daops.c2050 inode_set_mtime_to_ts(inode, inode_set_ctime_current(inode)); in ocfs2_write_end_nolock()
H A Drefcounttree.c4082 inode_set_mtime_to_ts(t_inode, inode_get_mtime(s_inode)); in ocfs2_complete_reflink()
4481 inode_set_mtime_to_ts(dest, inode_set_ctime_current(dest)); in ocfs2_reflink_update_dest()
H A Ddlmglue.c2242 inode_set_mtime_to_ts(inode, ts); in ocfs2_refresh_inode_from_lvb()
H A Dalloc.c7439 inode_set_mtime_to_ts(inode, inode_set_ctime_current(inode)); in ocfs2_truncate_inline()
/openbmc/linux/fs/ext4/
H A Dioctl.c329 inode_set_mtime_to_ts(inode1, ts2); in swap_inode_data()
330 inode_set_mtime_to_ts(inode2, ts1); in swap_inode_data()
H A Dnamei.c2213 inode_set_mtime_to_ts(dir, inode_set_ctime_current(dir)); in add_dirent_to_buf()
3251 inode_set_mtime_to_ts(dir, inode_set_ctime_current(dir)); in ext4_rmdir()
3326 inode_set_mtime_to_ts(dir, inode_set_ctime_current(dir)); in __ext4_unlink()
3694 inode_set_mtime_to_ts(ent->dir, inode_set_ctime_current(ent->dir)); in ext4_setent()
4009 inode_set_mtime_to_ts(old.dir, inode_set_ctime_current(old.dir)); in ext4_rename()
H A Dinline.c1040 inode_set_mtime_to_ts(dir, inode_set_ctime_current(dir)); in ext4_add_dirent_to_inline()
2013 inode_set_mtime_to_ts(inode, inode_set_ctime_current(inode)); in ext4_inline_data_truncate()
H A Dextents.c4535 inode_set_mtime_to_ts(inode, in ext4_alloc_file_blocks()
4679 inode_set_mtime_to_ts(inode, inode_set_ctime_current(inode)); in ext4_zero_range()
4704 inode_set_mtime_to_ts(inode, inode_set_ctime_current(inode)); in ext4_zero_range()
5440 inode_set_mtime_to_ts(inode, inode_set_ctime_current(inode)); in ext4_collapse_range()
5550 inode_set_mtime_to_ts(inode, inode_set_ctime_current(inode)); in ext4_insert_range()
H A Dinode.c4066 inode_set_mtime_to_ts(inode, inode_set_ctime_current(inode)); in ext4_punch_hole()
4226 inode_set_mtime_to_ts(inode, inode_set_ctime_current(inode)); in ext4_truncate()
5471 inode_set_mtime_to_ts(inode, in ext4_setattr()
H A Dext4.h924 inode_set_mtime_to_ts(inode, \
H A Dsuper.c7184 inode_set_mtime_to_ts(inode, inode_set_ctime_current(inode)); in ext4_quota_off()
/openbmc/linux/fs/smb/client/
H A Dinode.c174 inode_set_mtime_to_ts(inode, fattr->cf_mtime); in cifs_fattr_to_inode()
1953 inode_set_mtime_to_ts(dir, inode_set_ctime_current(dir));
2270 inode_set_mtime_to_ts(inode, inode_set_ctime_current(inode));
H A Dfile.c1183 inode_set_mtime_to_ts(inode, in cifs_close()
H A Dsmb2ops.c1444 inode_set_mtime_to_ts(inode, in smb2_close_getattr()
/openbmc/linux/include/linux/
H A Dfs.h1562 static inline struct timespec64 inode_set_mtime_to_ts(struct inode *inode, in inode_set_mtime_to_ts() function
1574 return inode_set_mtime_to_ts(inode, ts); in inode_set_mtime()