Searched refs:ovl_set_timestamps (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/overlayfs/ |
H A D | copy_up.c | 242 static int ovl_set_timestamps(struct dentry *upperdentry, struct kstat *stat) in ovl_set_timestamps() function 274 ovl_set_timestamps(upperdentry, stat); in ovl_set_attr() 476 ovl_set_timestamps(upperdir, &c->pstat); in ovl_link_up() 762 ovl_set_timestamps(c->destdir, &c->pstat); in ovl_do_copy_up()
|
/kernel/linux/linux-6.6/fs/overlayfs/ |
H A D | copy_up.c | 335 static int ovl_set_timestamps(struct ovl_fs *ofs, struct dentry *upperdentry, in ovl_set_timestamps() function 369 ovl_set_timestamps(ofs, upperdentry, stat); in ovl_set_attr() 577 ovl_set_timestamps(ofs, upperdir, &c->pstat); in ovl_link_up() 920 ovl_set_timestamps(ofs, c->destdir, &c->pstat); in ovl_do_copy_up()
|
Completed in 4 milliseconds