/Linux-v5.4/fs/adfs/ |
D | dir_f.c | 72 adfs_dir_checkbyte(const struct adfs_dir *dir) in adfs_dir_checkbyte() 128 unsigned int size, struct adfs_dir *dir) in adfs_dir_read() 193 adfs_dir2obj(struct adfs_dir *dir, struct object_info *obj, in adfs_dir2obj() 233 __adfs_dir_get(struct adfs_dir *dir, int pos, struct object_info *obj) in __adfs_dir_get() 263 __adfs_dir_put(struct adfs_dir *dir, int pos, struct object_info *obj) in __adfs_dir_put() 307 static int adfs_dir_find_entry(struct adfs_dir *dir, u32 indaddr) in adfs_dir_find_entry() 329 struct adfs_dir *dir) in adfs_f_read() 346 adfs_f_setpos(struct adfs_dir *dir, unsigned int fpos) in adfs_f_setpos() 356 adfs_f_getnext(struct adfs_dir *dir, struct object_info *obj) in adfs_f_getnext() 368 adfs_f_update(struct adfs_dir *dir, struct object_info *obj) in adfs_f_update() [all …]
|
D | dir_fplus.c | 12 adfs_fplus_read(struct super_block *sb, unsigned int id, unsigned int sz, struct adfs_dir *dir) in adfs_fplus_read() 117 adfs_fplus_setpos(struct adfs_dir *dir, unsigned int fpos) in adfs_fplus_setpos() 132 dir_memcpy(struct adfs_dir *dir, unsigned int offset, void *to, int len) in dir_memcpy() 160 adfs_fplus_getnext(struct adfs_dir *dir, struct object_info *obj) in adfs_fplus_getnext() 199 adfs_fplus_sync(struct adfs_dir *dir) in adfs_fplus_sync() 215 adfs_fplus_free(struct adfs_dir *dir) in adfs_fplus_free()
|
/Linux-v5.4/tools/perf/trace/beauty/ |
D | ioctl.c | 21 static size_t ioctl__scnprintf_tty_cmd(int nr, int dir, char *bf, size_t size) in ioctl__scnprintf_tty_cmd() 47 static size_t ioctl__scnprintf_drm_cmd(int nr, int dir, char *bf, size_t size) in ioctl__scnprintf_drm_cmd() 58 static size_t ioctl__scnprintf_sndrv_pcm_cmd(int nr, int dir, char *bf, size_t size) in ioctl__scnprintf_sndrv_pcm_cmd() 69 static size_t ioctl__scnprintf_sndrv_ctl_cmd(int nr, int dir, char *bf, size_t size) in ioctl__scnprintf_sndrv_ctl_cmd() 80 static size_t ioctl__scnprintf_kvm_cmd(int nr, int dir, char *bf, size_t size) in ioctl__scnprintf_kvm_cmd() 91 static size_t ioctl__scnprintf_vhost_virtio_cmd(int nr, int dir, char *bf, size_t size) in ioctl__scnprintf_vhost_virtio_cmd() 104 static size_t ioctl__scnprintf_perf_cmd(int nr, int dir, char *bf, size_t size) in ioctl__scnprintf_perf_cmd() 115 static size_t ioctl__scnprintf_usbdevfs_cmd(int nr, int dir, char *bf, size_t size) in ioctl__scnprintf_usbdevfs_cmd() 129 int dir = _IOC_DIR(cmd), in ioctl__scnprintf_cmd() local
|
/Linux-v5.4/fs/minix/ |
D | namei.c | 22 static struct dentry *minix_lookup(struct inode * dir, struct dentry *dentry, unsigned int flags) in minix_lookup() 36 static int minix_mknod(struct inode * dir, struct dentry *dentry, umode_t mode, dev_t rdev) in minix_mknod() 54 static int minix_tmpfile(struct inode *dir, struct dentry *dentry, umode_t mode) in minix_tmpfile() 66 static int minix_create(struct inode *dir, struct dentry *dentry, umode_t mode, in minix_create() 72 static int minix_symlink(struct inode * dir, struct dentry *dentry, in minix_symlink() 101 static int minix_link(struct dentry * old_dentry, struct inode * dir, in minix_link() 112 static int minix_mkdir(struct inode * dir, struct dentry *dentry, umode_t mode) in minix_mkdir() 148 static int minix_unlink(struct inode * dir, struct dentry *dentry) in minix_unlink() 169 static int minix_rmdir(struct inode * dir, struct dentry *dentry) in minix_rmdir()
|
/Linux-v5.4/arch/arm/mm/ |
D | dma-mapping-nommu.c | 78 enum dma_data_direction dir) in __dma_page_cpu_to_dev() 89 enum dma_data_direction dir) in __dma_page_dev_to_cpu() 99 enum dma_data_direction dir, in arm_nommu_dma_map_page() 110 size_t size, enum dma_data_direction dir, in arm_nommu_dma_unmap_page() 118 int nents, enum dma_data_direction dir, in arm_nommu_dma_map_sg() 134 int nents, enum dma_data_direction dir, in arm_nommu_dma_unmap_sg() 145 dma_addr_t handle, size_t size, enum dma_data_direction dir) in arm_nommu_dma_sync_single_for_device() 151 dma_addr_t handle, size_t size, enum dma_data_direction dir) in arm_nommu_dma_sync_single_for_cpu() 157 int nents, enum dma_data_direction dir) in arm_nommu_dma_sync_sg_for_device() 167 int nents, enum dma_data_direction dir) in arm_nommu_dma_sync_sg_for_cpu()
|
/Linux-v5.4/fs/ext2/ |
D | namei.c | 56 static struct dentry *ext2_lookup(struct inode * dir, struct dentry *dentry, unsigned int flags) in ext2_lookup() 95 static int ext2_create (struct inode * dir, struct dentry * dentry, umode_t mode, bool excl) in ext2_create() 113 static int ext2_tmpfile(struct inode *dir, struct dentry *dentry, umode_t mode) in ext2_tmpfile() 126 static int ext2_mknod (struct inode * dir, struct dentry *dentry, umode_t mode, dev_t rdev) in ext2_mknod() 148 static int ext2_symlink (struct inode * dir, struct dentry * dentry, in ext2_symlink() 198 static int ext2_link (struct dentry * old_dentry, struct inode * dir, in ext2_link() 222 static int ext2_mkdir(struct inode * dir, struct dentry * dentry, umode_t mode) in ext2_mkdir() 268 static int ext2_unlink(struct inode * dir, struct dentry *dentry) in ext2_unlink() 296 static int ext2_rmdir (struct inode * dir, struct dentry *dentry) in ext2_rmdir()
|
/Linux-v5.4/fs/ufs/ |
D | namei.c | 50 static struct dentry *ufs_lookup(struct inode * dir, struct dentry *dentry, unsigned int flags) in ufs_lookup() 72 static int ufs_create (struct inode * dir, struct dentry * dentry, umode_t mode, in ufs_create() 88 static int ufs_mknod(struct inode *dir, struct dentry *dentry, umode_t mode, dev_t rdev) in ufs_mknod() 107 static int ufs_symlink (struct inode * dir, struct dentry * dentry, in ufs_symlink() 148 static int ufs_link (struct dentry * old_dentry, struct inode * dir, in ufs_link() 167 static int ufs_mkdir(struct inode * dir, struct dentry * dentry, umode_t mode) in ufs_mkdir() 205 static int ufs_unlink(struct inode *dir, struct dentry *dentry) in ufs_unlink() 227 static int ufs_rmdir (struct inode * dir, struct dentry *dentry) in ufs_rmdir()
|
D | dir.c | 48 struct inode *dir = mapping->host; in ufs_commit_chunk() local 70 ino_t ufs_inode_by_name(struct inode *dir, const struct qstr *qstr) in ufs_inode_by_name() 86 void ufs_set_link(struct inode *dir, struct ufs_dir_entry *de, in ufs_set_link() 112 struct inode *dir = page->mapping->host; in ufs_check_page() local 189 static struct page *ufs_get_page(struct inode *dir, unsigned long n) in ufs_get_page() 229 struct ufs_dir_entry *ufs_dotdot(struct inode *dir, struct page **p) in ufs_dotdot() 250 struct ufs_dir_entry *ufs_find_entry(struct inode *dir, const struct qstr *qstr, in ufs_find_entry() 307 struct inode *dir = d_inode(dentry->d_parent); in ufs_add_link() local 495 int ufs_delete_entry(struct inode *inode, struct ufs_dir_entry *dir, in ufs_delete_entry() 543 int ufs_make_empty(struct inode * inode, struct inode *dir) in ufs_make_empty()
|
/Linux-v5.4/fs/sysv/ |
D | namei.c | 31 static struct dentry *sysv_lookup(struct inode * dir, struct dentry * dentry, unsigned int flags) in sysv_lookup() 44 static int sysv_mknod(struct inode * dir, struct dentry * dentry, umode_t mode, dev_t rdev) in sysv_mknod() 63 static int sysv_create(struct inode * dir, struct dentry * dentry, umode_t mode, bool excl) in sysv_create() 68 static int sysv_symlink(struct inode * dir, struct dentry * dentry, in sysv_symlink() 99 static int sysv_link(struct dentry * old_dentry, struct inode * dir, in sysv_link() 111 static int sysv_mkdir(struct inode * dir, struct dentry *dentry, umode_t mode) in sysv_mkdir() 148 static int sysv_unlink(struct inode * dir, struct dentry * dentry) in sysv_unlink() 169 static int sysv_rmdir(struct inode * dir, struct dentry * dentry) in sysv_rmdir()
|
/Linux-v5.4/drivers/misc/cxl/ |
D | debugfs.c | 36 void cxl_debugfs_add_adapter_regs_psl9(struct cxl *adapter, struct dentry *dir) in cxl_debugfs_add_adapter_regs_psl9() 49 void cxl_debugfs_add_adapter_regs_psl8(struct cxl *adapter, struct dentry *dir) in cxl_debugfs_add_adapter_regs_psl8() 59 struct dentry *dir; in cxl_debugfs_adapter_add() local 80 void cxl_debugfs_add_afu_regs_psl9(struct cxl_afu *afu, struct dentry *dir) in cxl_debugfs_add_afu_regs_psl9() 85 void cxl_debugfs_add_afu_regs_psl8(struct cxl_afu *afu, struct dentry *dir) in cxl_debugfs_add_afu_regs_psl8() 98 struct dentry *dir; in cxl_debugfs_afu_add() local
|
/Linux-v5.4/fs/omfs/ |
D | dir.c | 24 static struct buffer_head *omfs_get_bucket(struct inode *dir, in omfs_get_bucket() 34 static struct buffer_head *omfs_scan_list(struct inode *dir, u64 block, in omfs_scan_list() 67 static struct buffer_head *omfs_find_entry(struct inode *dir, in omfs_find_entry() 113 struct inode *dir = d_inode(dentry->d_parent); in omfs_add_link() local 158 struct inode *dir = d_inode(dentry->d_parent); in omfs_delete_entry() local 238 static int omfs_remove(struct inode *dir, struct dentry *dentry) in omfs_remove() 258 static int omfs_add_node(struct inode *dir, struct dentry *dentry, umode_t mode) in omfs_add_node() 282 static int omfs_mkdir(struct inode *dir, struct dentry *dentry, umode_t mode) in omfs_mkdir() 287 static int omfs_create(struct inode *dir, struct dentry *dentry, umode_t mode, in omfs_create() 293 static struct dentry *omfs_lookup(struct inode *dir, struct dentry *dentry, in omfs_lookup() [all …]
|
/Linux-v5.4/drivers/dma/dw-edma/ |
D | dw-edma-v0-core.c | 37 #define SET_RW(dw, dir, name, value) \ argument 45 #define GET_RW(dw, dir, name) \ argument 57 __dw_ch_regs(struct dw_edma *dw, enum dw_edma_dir dir, u16 ch) in __dw_ch_regs() 68 static inline void writel_ch(struct dw_edma *dw, enum dw_edma_dir dir, u16 ch, in writel_ch() 91 static inline u32 readl_ch(struct dw_edma *dw, enum dw_edma_dir dir, u16 ch, in readl_ch() 118 #define SET_CH(dw, dir, ch, name, value) \ argument 121 #define GET_CH(dw, dir, ch, name) \ argument 135 u16 dw_edma_v0_core_ch_count(struct dw_edma *dw, enum dw_edma_dir dir) in dw_edma_v0_core_ch_count() 182 u32 dw_edma_v0_core_status_done_int(struct dw_edma *dw, enum dw_edma_dir dir) in dw_edma_v0_core_status_done_int() 187 u32 dw_edma_v0_core_status_abort_int(struct dw_edma *dw, enum dw_edma_dir dir) in dw_edma_v0_core_status_abort_int()
|
/Linux-v5.4/include/linux/ |
D | dma-mapping.h | 219 dma_addr_t addr, size_t size, enum dma_data_direction dir) in dma_direct_sync_single_for_device() 223 struct scatterlist *sgl, int nents, enum dma_data_direction dir) in dma_direct_sync_sg_for_device() 241 size_t size, enum dma_data_direction dir, unsigned long attrs) in dma_direct_unmap_page() 245 struct scatterlist *sgl, int nents, enum dma_data_direction dir, in dma_direct_unmap_sg() 250 dma_addr_t addr, size_t size, enum dma_data_direction dir) in dma_direct_sync_single_for_cpu() 254 struct scatterlist *sgl, int nents, enum dma_data_direction dir) in dma_direct_sync_sg_for_cpu() 279 enum dma_data_direction dir, unsigned long attrs) in dma_map_page_attrs() 295 size_t size, enum dma_data_direction dir, unsigned long attrs) in dma_unmap_page_attrs() 312 int nents, enum dma_data_direction dir, in dma_map_sg_attrs() 330 int nents, enum dma_data_direction dir, in dma_unmap_sg_attrs() [all …]
|
/Linux-v5.4/fs/ocfs2/ |
D | dir.c | 71 static int ocfs2_supports_dir_trailer(struct inode *dir) in ocfs2_supports_dir_trailer() 89 static int ocfs2_new_dir_wants_trailer(struct inode *dir) in ocfs2_new_dir_wants_trailer() 119 static int ocfs2_skip_dir_trailer(struct inode *dir, in ocfs2_skip_dir_trailer() 153 static int ocfs2_dx_dir_link_trailer(struct inode *dir, handle_t *handle, in ocfs2_dx_dir_link_trailer() 253 static void ocfs2_dx_dir_name_hash(struct inode *dir, const char *name, int len, in ocfs2_dx_dir_name_hash() 299 static int ocfs2_check_dir_entry(struct inode * dir, in ocfs2_check_dir_entry() 342 struct inode *dir, in ocfs2_search_dirblock() 393 struct inode *dir, in ocfs2_find_entry_id() 459 static int ocfs2_check_dir_trailer(struct inode *dir, struct buffer_head *bh) in ocfs2_check_dir_trailer() 535 static int ocfs2_read_dir_block_direct(struct inode *dir, u64 phys, in ocfs2_read_dir_block_direct() [all …]
|
/Linux-v5.4/fs/ubifs/ |
D | dir.c | 47 static int inherit_flags(const struct inode *dir, umode_t mode) in inherit_flags() 76 struct inode *ubifs_new_inode(struct ubifs_info *c, struct inode *dir, in ubifs_new_inode() 199 static struct dentry *ubifs_lookup(struct inode *dir, struct dentry *dentry, in ubifs_lookup() 279 static int ubifs_create(struct inode *dir, struct dentry *dentry, umode_t mode, in ubifs_create() 348 static int do_tmpfile(struct inode *dir, struct dentry *dentry, in do_tmpfile() 440 static int ubifs_tmpfile(struct inode *dir, struct dentry *dentry, in ubifs_tmpfile() 500 struct inode *dir = file_inode(file); in ubifs_readdir() local 652 static int ubifs_dir_release(struct inode *dir, struct file *file) in ubifs_dir_release() 685 static int ubifs_link(struct dentry *old_dentry, struct inode *dir, in ubifs_link() 760 static int ubifs_unlink(struct inode *dir, struct dentry *dentry) in ubifs_unlink() [all …]
|
/Linux-v5.4/fs/f2fs/ |
D | namei.c | 25 static struct inode *f2fs_new_inode(struct inode *dir, umode_t mode) in f2fs_new_inode() 265 static int f2fs_create(struct inode *dir, struct dentry *dentry, umode_t mode, in f2fs_create() 314 static int f2fs_link(struct dentry *old_dentry, struct inode *dir, in f2fs_link() 376 static int __recover_dot_dentries(struct inode *dir, nid_t pino) in __recover_dot_dentries() 426 static struct dentry *f2fs_lookup(struct inode *dir, struct dentry *dentry, in f2fs_lookup() 512 static int f2fs_unlink(struct inode *dir, struct dentry *dentry) in f2fs_unlink() 582 static int f2fs_symlink(struct inode *dir, struct dentry *dentry, in f2fs_symlink() 662 static int f2fs_mkdir(struct inode *dir, struct dentry *dentry, umode_t mode) in f2fs_mkdir() 707 static int f2fs_rmdir(struct inode *dir, struct dentry *dentry) in f2fs_rmdir() 715 static int f2fs_mknod(struct inode *dir, struct dentry *dentry, in f2fs_mknod() [all …]
|
D | dir.c | 85 static struct f2fs_dir_entry *find_in_block(struct inode *dir, in find_in_block() 142 static void f2fs_fname_setup_ci_filename(struct inode *dir, in f2fs_fname_setup_ci_filename() 253 static struct f2fs_dir_entry *find_in_level(struct inode *dir, in find_in_level() 306 struct f2fs_dir_entry *__f2fs_find_entry(struct inode *dir, in __f2fs_find_entry() 352 struct f2fs_dir_entry *f2fs_find_entry(struct inode *dir, in f2fs_find_entry() 382 struct f2fs_dir_entry *f2fs_parent_dir(struct inode *dir, struct page **p) in f2fs_parent_dir() 389 ino_t f2fs_inode_by_name(struct inode *dir, const struct qstr *qstr, in f2fs_inode_by_name() 404 void f2fs_set_link(struct inode *dir, struct f2fs_dir_entry *de, in f2fs_set_link() 469 struct page *f2fs_init_inode_metadata(struct inode *inode, struct inode *dir, in f2fs_init_inode_metadata() 543 void f2fs_update_parent_metadata(struct inode *dir, struct inode *inode, in f2fs_update_parent_metadata() [all …]
|
/Linux-v5.4/fs/ |
D | bad_inode.c | 29 static int bad_inode_create (struct inode *dir, struct dentry *dentry, in bad_inode_create() 35 static struct dentry *bad_inode_lookup(struct inode *dir, in bad_inode_lookup() 41 static int bad_inode_link (struct dentry *old_dentry, struct inode *dir, in bad_inode_link() 47 static int bad_inode_unlink(struct inode *dir, struct dentry *dentry) in bad_inode_unlink() 52 static int bad_inode_symlink (struct inode *dir, struct dentry *dentry, in bad_inode_symlink() 58 static int bad_inode_mkdir(struct inode *dir, struct dentry *dentry, in bad_inode_mkdir() 64 static int bad_inode_rmdir (struct inode *dir, struct dentry *dentry) in bad_inode_rmdir() 69 static int bad_inode_mknod (struct inode *dir, struct dentry *dentry, in bad_inode_mknod()
|
/Linux-v5.4/drivers/nubus/ |
D | nubus.c | 220 struct nubus_dir *dir) in nubus_get_root_dir() 230 int nubus_get_func_dir(const struct nubus_rsrc *fres, struct nubus_dir *dir) in nubus_get_func_dir() 240 struct nubus_dir *dir) in nubus_get_board_dir() 259 struct nubus_dir *dir) in nubus_get_subdir() 297 int nubus_rewinddir(struct nubus_dir *dir) in nubus_rewinddir() 323 nubus_find_rsrc(struct nubus_dir *dir, unsigned char rsrc_type, in nubus_find_rsrc() 342 struct nubus_dir dir; in nubus_get_block_rsrc_dir() local 362 struct nubus_dir dir; in nubus_get_display_vidmode() local 493 struct nubus_dir dir; in nubus_get_functional_resource() local 608 struct nubus_dir dir; in nubus_get_vendorinfo() local [all …]
|
/Linux-v5.4/drivers/thunderbolt/ |
D | property.c | 100 struct tb_property_dir *dir; in tb_property_parse() local 167 struct tb_property_dir *dir; in __tb_property_parse_dir() local 244 struct tb_property_dir *dir; in tb_property_create_dir() local 293 void tb_property_free_dir(struct tb_property_dir *dir) in tb_property_free_dir() 309 static size_t tb_property_dir_length(const struct tb_property_dir *dir, in tb_property_dir_length() 348 static ssize_t __tb_property_format_dir(const struct tb_property_dir *dir, in __tb_property_format_dir() 488 ssize_t tb_property_format_dir(const struct tb_property_dir *dir, u32 *block, in tb_property_format_dir() 610 struct tb_property_dir *dir) in tb_property_add_dir() 651 struct tb_property *tb_property_find(struct tb_property_dir *dir, in tb_property_find() 670 struct tb_property *tb_property_get_next(struct tb_property_dir *dir, in tb_property_get_next()
|
/Linux-v5.4/fs/nilfs2/ |
D | namei.c | 54 nilfs_lookup(struct inode *dir, struct dentry *dentry, unsigned int flags) in nilfs_lookup() 75 static int nilfs_create(struct inode *dir, struct dentry *dentry, umode_t mode, in nilfs_create() 103 nilfs_mknod(struct inode *dir, struct dentry *dentry, umode_t mode, dev_t rdev) in nilfs_mknod() 127 static int nilfs_symlink(struct inode *dir, struct dentry *dentry, in nilfs_symlink() 176 static int nilfs_link(struct dentry *old_dentry, struct inode *dir, in nilfs_link() 204 static int nilfs_mkdir(struct inode *dir, struct dentry *dentry, umode_t mode) in nilfs_mkdir() 257 static int nilfs_do_unlink(struct inode *dir, struct dentry *dentry) in nilfs_do_unlink() 291 static int nilfs_unlink(struct inode *dir, struct dentry *dentry) in nilfs_unlink() 312 static int nilfs_rmdir(struct inode *dir, struct dentry *dentry) in nilfs_rmdir()
|
/Linux-v5.4/include/net/netfilter/ |
D | nf_conntrack_zones.h | 19 nf_ct_zone_init(struct nf_conntrack_zone *zone, u16 id, u8 dir, u8 flags) in nf_ct_zone_init() 51 enum ip_conntrack_dir dir) in nf_ct_zone_matches_dir() 57 enum ip_conntrack_dir dir) in nf_ct_zone_id() 69 enum ip_conntrack_dir dir) in nf_ct_zone_equal()
|
/Linux-v5.4/include/sound/ |
D | hda_regmap.h | 47 #define snd_hdac_regmap_encode_amp(nid, ch, dir, idx) \ argument 61 #define snd_hdac_regmap_encode_amp_stereo(nid, dir, idx) \ argument 134 int ch, int dir, int idx) in snd_hdac_regmap_get_amp() 158 int ch, int dir, int idx, int mask, int val) in snd_hdac_regmap_update_amp() 179 int dir, int idx) in snd_hdac_regmap_get_amp_stereo() 203 int dir, int idx, int mask, int val) in snd_hdac_regmap_update_amp_stereo()
|
/Linux-v5.4/fs/bfs/ |
D | dir.c | 31 struct inode *dir = file_inode(f); in bfs_readdir() local 78 static int bfs_create(struct inode *dir, struct dentry *dentry, umode_t mode, in bfs_create() 125 static struct dentry *bfs_lookup(struct inode *dir, struct dentry *dentry, in bfs_lookup() 147 static int bfs_link(struct dentry *old, struct inode *dir, in bfs_link() 169 static int bfs_unlink(struct inode *dir, struct dentry *dentry) in bfs_unlink() 267 static int bfs_add_entry(struct inode *dir, const struct qstr *child, int ino) in bfs_add_entry() 321 static struct buffer_head *bfs_find_entry(struct inode *dir, in bfs_find_entry()
|
/Linux-v5.4/fs/cachefiles/ |
D | namei.c | 289 struct dentry *dir, in cachefiles_bury_object() 438 struct dentry *dir; in cachefiles_delete_object() local 488 struct dentry *dir, *next = NULL; in cachefiles_walk_to_object() local 755 struct dentry *dir, in cachefiles_get_directory() 864 struct dentry *dir, in cachefiles_check_active() 950 int cachefiles_cull(struct cachefiles_cache *cache, struct dentry *dir, in cachefiles_cull() 1010 int cachefiles_check_in_use(struct cachefiles_cache *cache, struct dentry *dir, in cachefiles_check_in_use()
|