Home
last modified time | relevance | path

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

/openbmc/linux/fs/
H A Dlibfs.c552 inode_set_mtime_to_ts(inode, in simple_recursive_removal()
650 inode_set_mtime_to_ts(dir, in simple_link()
685 inode_set_mtime_to_ts(dir, in simple_unlink()
721 inode_set_mtime_to_ts(old_dir, inode_set_ctime_current(old_dir)); in simple_rename_timestamp()
723 inode_set_mtime_to_ts(new_dir, in simple_rename_timestamp()
1938 inode_set_mtime_to_ts(inode, ts); in simple_inode_init_ts()
/openbmc/linux/fs/smb/client/
H A Dinode.c174 inode_set_mtime_to_ts(inode, fattr->cf_mtime); in cifs_fattr_to_inode()
1847 inode_set_mtime_to_ts(dir, inode_set_ctime_current(dir)); in cifs_unlink()
2164 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.c1442 inode_set_mtime_to_ts(inode, in smb2_close_getattr()
/openbmc/linux/include/linux/
H A Dfs.h1561 static inline struct timespec64 inode_set_mtime_to_ts(struct inode *inode, in inode_set_mtime_to_ts() function
1573 return inode_set_mtime_to_ts(inode, ts); in inode_set_mtime()