Home
last modified time | relevance | path

Searched refs:d_is_reg (Results 1 – 14 of 14) sorted by relevance

/Linux-v5.10/include/linux/
Ddcache.h424 static inline bool d_is_reg(const struct dentry *dentry) in d_is_reg() function
436 return d_is_reg(dentry) || d_is_special(dentry); in d_is_file()
/Linux-v5.10/fs/cachefiles/
Dinterface.c455 ASSERT(d_is_reg(object->backer)); in cachefiles_attr_changed()
518 ASSERT(d_is_reg(object->backer)); in cachefiles_invalidate_object()
Dnamei.c612 !d_is_reg(next) in cachefiles_walk_to_object()
688 if (d_is_reg(object->dentry)) { in cachefiles_walk_to_object()
Drdwr.c906 ASSERT(d_is_reg(object->backer)); in cachefiles_write_page()
/Linux-v5.10/fs/debugfs/
Dinode.c701 if (d_is_reg(victim)) in remove_one()
/Linux-v5.10/fs/notify/fanotify/
Dfanotify.c247 if (!d_is_reg(path->dentry) && !d_can_lookup(path->dentry)) in fanotify_group_event_mask()
/Linux-v5.10/kernel/trace/
Dtrace_uprobe.c588 if (!d_is_reg(path.dentry)) { in trace_uprobe_create()
1591 if (!d_is_reg(path.dentry)) { in create_local_trace_uprobe()
/Linux-v5.10/fs/overlayfs/
Dutil.c895 if (!d_is_reg(dentry)) in ovl_is_metacopy_dentry()
Dnamei.c247 if (last_element && d->metacopy && !d_is_reg(this)) { in ovl_lookup_single()
Dsuper.c88 if (!d_is_reg(dentry)) { in ovl_d_real()
/Linux-v5.10/fs/nfsd/
Dvfs.c672 if (d_is_reg(dentry)) in nfsd_access()
1434 if (! d_is_reg(dchild)) in do_nfsd_create()
/Linux-v5.10/fs/ecryptfs/
Dinode.c903 else if (d_is_reg(dentry) in ecryptfs_setattr()
/Linux-v5.10/fs/9p/
Dvfs_inode.c1080 if (d_is_reg(dentry)) in v9fs_vfs_setattr()
/Linux-v5.10/fs/
Dnamei.c3244 } else if (d_is_reg(nd->path.dentry) && open_flag & O_TRUNC) { in do_open()