Lines Matching refs:is_real
53 bool is_real;
327 bool is_real;
334 is_real = ovl_dir_is_real(dentry);
335 if (od->is_real != is_real) {
336 /* is_real can only become false when dir is copied up */
337 if (WARN_ON(is_real))
339 od->is_real = false;
742 if (od->is_real) {
800 if (od->is_real) {
940 od->is_real = ovl_dir_is_real(file->f_path.dentry);