Searched refs:file_flags (Results 1 – 2 of 2) sorted by relevance
352 struct inode *ovl_d_select_inode(struct dentry *dentry, unsigned file_flags) in ovl_d_select_inode() argument362 if (ovl_open_need_copy_up(file_flags, type, realpath.dentry)) { in ovl_d_select_inode()367 if (file_flags & O_TRUNC) in ovl_d_select_inode()379 return realpath.dentry->d_op->d_select_inode(realpath.dentry, file_flags); in ovl_d_select_inode()
176 struct inode *ovl_d_select_inode(struct dentry *dentry, unsigned file_flags);