/kernel/linux/linux-5.10/fs/gfs2/ |
D | dir.c | 397 static inline int gfs2_dirent_sentinel(const struct gfs2_dirent *dent) in gfs2_dirent_sentinel() 402 static inline int __gfs2_dirent_find(const struct gfs2_dirent *dent, in __gfs2_dirent_find() 413 static int gfs2_dirent_find(const struct gfs2_dirent *dent, in gfs2_dirent_find() 420 static int gfs2_dirent_prev(const struct gfs2_dirent *dent, in gfs2_dirent_prev() 431 static int gfs2_dirent_last(const struct gfs2_dirent *dent, in gfs2_dirent_last() 444 static int gfs2_dirent_find_offset(const struct gfs2_dirent *dent, in gfs2_dirent_find_offset() 463 static int gfs2_dirent_find_space(const struct gfs2_dirent *dent, in gfs2_dirent_find_space() 483 static int gfs2_dirent_gather(const struct gfs2_dirent *dent, in gfs2_dirent_gather() 504 struct gfs2_dirent *dent, unsigned int offset, in gfs2_check_dirent() 560 struct gfs2_dirent *dent, *prev; in gfs2_dirent_scan() local [all …]
|
D | dir.h | 21 struct gfs2_dirent *dent; member 67 static inline void gfs2_qstr2dirent(const struct qstr *name, u16 reclen, struct gfs2_dirent *dent) in gfs2_qstr2dirent()
|
D | inode.h | 71 struct gfs2_dirent *dent) in gfs2_inum_out()
|
/kernel/linux/linux-5.10/fs/sharefs/ |
D | sharefs.h | 108 #define SHAREFS_D(dent) ((struct sharefs_dentry_info *)(dent)->d_fsdata) argument 158 static inline void sharefs_get_lower_path(const struct dentry *dent, in sharefs_get_lower_path() 167 static inline void sharefs_put_lower_path(const struct dentry *dent, in sharefs_put_lower_path() 173 static inline void sharefs_set_lower_path(const struct dentry *dent, in sharefs_set_lower_path() 181 static inline void sharefs_reset_lower_path(const struct dentry *dent) in sharefs_reset_lower_path() 189 static inline void sharefs_put_reset_lower_path(const struct dentry *dent) in sharefs_put_reset_lower_path()
|
/kernel/linux/linux-5.10/fs/hmdfs/ |
D | hmdfs_device_view.h | 201 static inline void hmdfs_get_lower_path(struct dentry *dent, struct path *pname) in hmdfs_get_lower_path() 215 static inline void hmdfs_put_reset_lower_path(struct dentry *dent) in hmdfs_put_reset_lower_path() 232 static inline void hmdfs_set_lower_path(struct dentry *dent, struct path *pname) in hmdfs_set_lower_path()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
D | trace-event-info.c | 155 #define for_each_event(dir, dent, tps) \ argument 163 struct dirent *dent; in copy_event_system() local 255 struct dirent *dent; in record_event_files() local
|
D | path.c | 84 bool is_directory(const char *base_path, const struct dirent *dent) in is_directory()
|
D | data.c | 74 struct dirent *dent; in perf_data__open_dir() local
|
/kernel/linux/linux-5.10/fs/ubifs/ |
D | tnc.c | 310 const struct ubifs_dent_node *dent = node; in lnc_add() local 506 struct ubifs_dent_node *dent = node; in fallible_read_node() local 533 struct ubifs_dent_node *dent; in matches_name() local 821 struct ubifs_dent_node *dent; in fallible_matches_name() local 1860 const struct ubifs_dent_node *dent = node; in ubifs_tnc_lookup_nm() local 1883 struct ubifs_dent_node *dent, uint32_t cookie, in search_dh_cookie() 1923 struct ubifs_dent_node *dent, uint32_t cookie) in do_lookup_dh() 1963 const struct ubifs_dent_node *dent = node; in ubifs_tnc_lookup_dh() local 2699 struct ubifs_dent_node *dent; in ubifs_tnc_remove_dh() local 2956 struct ubifs_dent_node *dent; in ubifs_tnc_next_ent() local
|
D | debug.c | 229 struct ubifs_dent_node *dent, *pdent = NULL; in ubifs_dump_inode() local 474 const struct ubifs_dent_node *dent = node; in ubifs_dump_node() local 1128 struct ubifs_dent_node *dent, *pdent = NULL; in dbg_check_dir() local 2081 struct ubifs_dent_node *dent = node; in check_leaf() local 2702 struct dentry *dent = file->f_path.dentry; in dfs_file_read() local 2758 struct dentry *dent = file->f_path.dentry; in dfs_file_write() local 2897 struct dentry *dent = file->f_path.dentry; in dfs_global_file_read() local 2921 struct dentry *dent = file->f_path.dentry; in dfs_global_file_write() local
|
D | dir.c | 181 const struct ubifs_dent_node *dent, in dbg_check_name() 199 struct ubifs_dent_node *dent = NULL; in ubifs_lookup() local 561 struct ubifs_dent_node *dent; in ubifs_readdir() local 885 struct ubifs_dent_node *dent; in ubifs_check_dir_empty() local
|
D | journal.c | 66 static inline void zero_dent_node_unused(struct ubifs_dent_node *dent) in zero_dent_node_unused() 503 static void set_dent_cookie(struct ubifs_info *c, struct ubifs_dent_node *dent) in set_dent_cookie() 547 struct ubifs_dent_node *dent; in ubifs_jnl_update() local 1224 struct ubifs_dent_node *dent, *dent2; in ubifs_jnl_rename() local
|
D | replay.c | 481 const struct ubifs_dent_node *dent) in ubifs_validate_entry() 765 struct ubifs_dent_node *dent = snod->node; in replay_bud() local
|
/kernel/linux/linux-5.10/drivers/mtd/ubi/ |
D | debug.c | 252 struct dentry *dent = file->f_path.dentry; in dfs_file_read() local 315 struct dentry *dent = file->f_path.dentry; in dfs_file_write() local
|
/kernel/linux/linux-5.10/include/drm/ |
D | drm_debugfs.h | 79 struct dentry *dent; member
|
/kernel/linux/linux-5.10/tools/testing/selftests/ir/ |
D | ir_loopback.c | 64 struct dirent *dent; in lirc_open() local
|
/kernel/linux/linux-5.10/fs/ntfs/ |
D | namei.c | 89 static struct dentry *ntfs_lookup(struct inode *dir_ino, struct dentry *dent, in ntfs_lookup()
|
/kernel/linux/linux-5.10/security/apparmor/ |
D | apparmorfs.c | 1431 struct dentry *dent, *dir; in __aa_fs_create_rawdata() local 1554 struct dentry *dent; in create_profile_file() local 1672 struct dentry *dent = NULL, *dir; in __aafs_profile_mkdir() local 1940 struct dentry *dent; in __aafs_ns_mkdir_entries() local 1998 struct dentry *dent) in __aafs_ns_mkdir() 2594 struct dentry *dent; in aa_create_aafs() local
|
/kernel/linux/linux-5.10/security/ |
D | inode.c | 265 struct dentry *dent; in securityfs_create_symlink() local
|
/kernel/liteos_a/fs/vfs/ |
D | path_cache.c | 87 struct PathCache *dent = NULL; in PathCacheMemoryDump() local
|
/kernel/linux/linux-5.10/tools/perf/tests/ |
D | dso-data.c | 180 struct dirent *dent; in open_files_cnt() local
|
/kernel/linux/linux-5.10/tools/perf/ |
D | builtin-buildid-cache.c | 84 struct dirent *dent; in build_id_cache__kcore_existing() local
|
/kernel/linux/linux-5.10/drivers/hid/ |
D | hid-picolcd_debugfs.c | 872 struct dentry *dent; in picolcd_exit_devfs() local
|
/kernel/linux/linux-5.10/fs/xfs/scrub/ |
D | dir.c | 194 struct xfs_dir2_data_entry *dent; in xchk_dir_rec() local
|
/kernel/liteos_m/components/fs/littlefs/ |
D | lfs_adapter.c | 357 int LfsReaddir(struct Dir *dir, struct dirent *dent) in LfsReaddir()
|