Searched refs:d_is_reg (Results 1 – 19 of 19) sorted by relevance
442 static inline bool d_is_reg(const struct dentry *dentry) in d_is_reg() function454 return d_is_reg(dentry) || d_is_special(dentry); in d_is_file()
89 if (WARN_ON(!d_is_reg(dentry))) in __debugfs_file_get()231 if (WARN_ON(!d_is_reg(dentry))) in debugfs_enter_cancellation()265 if (WARN_ON(!d_is_reg(dentry))) in debugfs_leave_cancellation()
781 if (d_is_reg(victim)) in remove_one()
770 if (!d_is_reg(dentry) || i_size_read(d_inode(dentry)) != 0) in ovl_path_check_xwhiteout_xattr()1318 if (!d_is_reg(dentry)) in ovl_is_metacopy_dentry()
263 if (last_element && d->metacopy && !d_is_reg(this)) { in ovl_lookup_single()384 if (!d_is_reg(datapath->dentry)) in ovl_lookup_data_layer()
44 if (!d_is_reg(dentry)) { in ovl_d_real()
689 if ((!d_is_dir(dentry) && !d_is_reg(dentry)) || in file_set_fsnotify_mode_from_watchers()
601 if (!d_is_reg(path.dentry)) { in __trace_uprobe_create()1637 if (!d_is_reg(path.dentry)) { in create_local_trace_uprobe()
3414 if (!d_is_reg(path.dentry)) { in bpf_uprobe_multi_link_attach()
646 if (!d_is_reg(dentry)) { in cachefiles_look_up_object()
325 if (!d_is_reg(path->dentry) && !d_can_lookup(path->dentry)) in fanotify_group_event_mask()
1765 if (!is_dir && !d_is_reg(path->dentry)) in fanotify_events_supported()
925 else if (d_is_reg(dentry) in ecryptfs_setattr()
1070 if (d_is_reg(dentry)) { in v9fs_vfs_setattr()
322 if (!d_is_reg(child)) in nfsd3_create_file()
802 if (d_is_reg(dentry)) in nfsd_access()
312 if (!d_is_reg(child)) in nfsd4_create_file()
1122 if (cdentry->d_sb->s_type != &cgroup_fs_type || !d_is_reg(cdentry)) { in memcg_write_event_control()
3872 } else if (d_is_reg(nd->path.dentry) && open_flag & O_TRUNC) { in do_open()