Searched refs:ovl_update_time (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/overlayfs/ |
H A D | inode.c | 460 int ovl_update_time(struct inode *inode, struct timespec64 *ts, int flags) in ovl_update_time() function 500 .update_time = ovl_update_time, 509 .update_time = ovl_update_time, 518 .update_time = ovl_update_time,
|
H A D | overlayfs.h | 472 int ovl_update_time(struct inode *inode, struct timespec64 *ts, int flags);
|
H A D | dir.c | 1320 .update_time = ovl_update_time,
|
/kernel/linux/linux-6.6/fs/overlayfs/ |
H A D | inode.c | 696 int ovl_update_time(struct inode *inode, int flags) in ovl_update_time() function 874 .update_time = ovl_update_time, 885 .update_time = ovl_update_time, 896 .update_time = ovl_update_time,
|
H A D | overlayfs.h | 737 int ovl_update_time(struct inode *inode, int flags);
|
H A D | dir.c | 1314 .update_time = ovl_update_time,
|
Completed in 10 milliseconds