Home
last modified time | relevance | path

Searched refs:ovl_do_remove (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/overlayfs/
H A Ddir.c888 static int ovl_do_remove(struct dentry *dentry, bool is_dir) in ovl_do_remove() function
948 return ovl_do_remove(dentry, false); in ovl_unlink()
953 return ovl_do_remove(dentry, true); in ovl_rmdir()
/kernel/linux/linux-6.6/fs/overlayfs/
H A Ddir.c880 static int ovl_do_remove(struct dentry *dentry, bool is_dir) in ovl_do_remove() function
938 return ovl_do_remove(dentry, false); in ovl_unlink()
943 return ovl_do_remove(dentry, true); in ovl_rmdir()

Completed in 4 milliseconds