Home
last modified time | relevance | path

Searched refs:ovl_copy_up_flags (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/fs/overlayfs/
Dcopy_up.c794 int ovl_copy_up_flags(struct dentry *dentry, int flags) in ovl_copy_up_flags() function
859 err = ovl_copy_up_flags(dentry, file_flags); in ovl_open_maybe_copy_up()
869 return ovl_copy_up_flags(dentry, O_WRONLY); in ovl_copy_up_with_data()
874 return ovl_copy_up_flags(dentry, 0); in ovl_copy_up()
Doverlayfs.h411 int ovl_copy_up_flags(struct dentry *dentry, int flags);