Searched refs:ovl_matches_upper (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/overlayfs/ |
H A D | dir.c | 750 static bool ovl_matches_upper(struct dentry *dentry, struct dentry *upper) in ovl_matches_upper() function 788 !ovl_matches_upper(dentry, upper))) { in ovl_remove_and_whiteout() 834 (!opaquedir && !ovl_matches_upper(dentry, upper))) in ovl_remove_upper() 1207 if (!ovl_matches_upper(old, olddentry)) in ovl_rename() 1225 if (!ovl_matches_upper(new, newdentry)) in ovl_rename()
|
/kernel/linux/linux-6.6/fs/overlayfs/ |
H A D | dir.c | 741 static bool ovl_matches_upper(struct dentry *dentry, struct dentry *upper) in ovl_matches_upper() function 779 !ovl_matches_upper(dentry, upper))) { in ovl_remove_and_whiteout() 826 (!opaquedir && !ovl_matches_upper(dentry, upper))) in ovl_remove_upper() 1199 if (!ovl_matches_upper(old, olddentry)) in ovl_rename() 1217 if (!ovl_matches_upper(new, newdentry)) in ovl_rename()
|
Completed in 4 milliseconds