Searched refs:dir (Results 201 - 225 of 2038) sorted by relevance

1234567891011>>

/linux-master/usr/include/
H A Dheaders_check.pl6 # Usage: headers_check.pl dir arch [files...]
7 # dir: dir to look for included files
26 my ($dir, $arch, @files) = @ARGV;
56 $found = stat($dir . "/" . $inc);
59 $found = stat($dir . "/" . $inc);
120 my @file_paths = ($path, $dir . "/" . $path, dirname($filename) . "/" . $path);
/linux-master/arch/csky/mm/
H A Ddma-mapping.c59 enum dma_data_direction dir)
61 switch (dir) {
75 enum dma_data_direction dir)
77 switch (dir) {
58 arch_sync_dma_for_device(phys_addr_t paddr, size_t size, enum dma_data_direction dir) argument
74 arch_sync_dma_for_cpu(phys_addr_t paddr, size_t size, enum dma_data_direction dir) argument
/linux-master/drivers/infiniband/ulp/rtrs/
H A Drtrs-srv-trace.h40 __field(u8, dir)
56 __entry->dir = id->dir;
67 TP_printk("sess='%s' state='%s' dir=%s err='%d' inval='%d' glob-inval='%d' msgid='%u' wrcnt='%d' sig-interval='%u'",
70 __print_symbolic(__entry->dir,
/linux-master/tools/power/acpi/os_specific/service_layers/
H A Dosunixdir.c50 DIR *dir; local
61 dir = opendir(dir_pathname);
62 if (!dir) {
73 external_info->dir_ptr = dir;
/linux-master/include/linux/
H A Dramfs.h7 struct inode *ramfs_get_inode(struct super_block *sb, const struct inode *dir,
/linux-master/tools/testing/selftests/net/forwarding/
H A Dhw_stats_l3_gre.sh76 local dir=$1; shift
83 a=$(hw_stats_get l3_stats $dev $dir packets)
86 hw_stats_get l3_stats $dev $dir packets)
89 log_test "Test $dir packets: $prot"
/linux-master/lib/
H A Dnotifier-error-inject.c55 struct dentry *dir; local
61 dir = debugfs_create_dir(name, parent);
63 actions_dir = debugfs_create_dir("actions", dir);
77 return dir;
/linux-master/include/xen/interface/hvm/
H A Dioreq.h45 uint8_t dir:1; /* 1=read, 0=write */ member in struct:ioreq
/linux-master/drivers/net/wireless/ath/ath11k/
H A Ddebugfs_sta.h18 struct ieee80211_sta *sta, struct dentry *dir);
/linux-master/drivers/gpu/drm/imagination/
H A Dpvr_params.h69 void pvr_params_debugfs_init(struct pvr_device *pvr_dev, struct dentry *dir);
/linux-master/tools/testing/selftests/bpf/bpf_test_no_cfi/
H A DMakefile1 BPF_TEST_NO_CFI_DIR := $(realpath $(dir $(abspath $(lastword $(MAKEFILE_LIST)))))
/linux-master/drivers/vdpa/vdpa_user/
H A Diova_domain.h49 enum dma_data_direction dir);
53 enum dma_data_direction dir);
57 size_t size, enum dma_data_direction dir,
62 enum dma_data_direction dir, unsigned long attrs);
/linux-master/sound/soc/qcom/
H A Dlpass-lpaif-reg.h152 #define __LPAIF_DMA_REG(v, chan, dir, reg, dai_id) \
153 ((dir == SNDRV_PCM_STREAM_PLAYBACK) ? \
157 #define LPAIF_DMACTL_REG(v, chan, dir, dai_id) \
159 __LPAIF_CDC_DMA_REG(v, chan, dir, CTL, dai_id) : \
160 __LPAIF_DMA_REG(v, chan, dir, CTL, dai_id))
161 #define LPAIF_DMABASE_REG(v, chan, dir, dai_id) \
163 __LPAIF_CDC_DMA_REG(v, chan, dir, BASE, dai_id) : \
164 __LPAIF_DMA_REG(v, chan, dir, BASE, dai_id))
165 #define LPAIF_DMABUFF_REG(v, chan, dir, dai_id) \
167 __LPAIF_CDC_DMA_REG(v, chan, dir, BUF
[all...]
/linux-master/fs/nfs/
H A Dnfstrace.h347 const struct inode *dir = file_inode(file);
348 const struct nfs_inode *nfsi = NFS_I(dir);
350 __entry->dev = dir->i_sb->s_dev;
353 __entry->version = inode_peek_iversion_raw(dir);
392 const struct inode *dir,
397 TP_ARGS(dir, dentry, flags),
402 __field(u64, dir)
408 __entry->dev = dir->i_sb->s_dev;
409 __entry->dir = NFS_FILEID(dir);
[all...]
/linux-master/arch/mips/mm/
H A Dsc-debugfs.c54 struct dentry *dir; local
56 dir = debugfs_create_dir("l2cache", mips_debugfs_dir);
57 debugfs_create_file("prefetch", S_IRUGO | S_IWUSR, dir, NULL,
/linux-master/tools/testing/selftests/tc-testing/
H A Dtdc_multibatch.py16 parser.add_argument("dir", help="where to put batch files")
51 dir = args.dir variable
61 file = dir + '/' + file_prefix + str(i)
/linux-master/net/netfilter/
H A Dnf_conntrack_seqadj.c13 enum ip_conntrack_dir dir = CTINFO2DIR(ctinfo); local
23 this_way = &seqadj->seq[dir];
34 enum ip_conntrack_dir dir = CTINFO2DIR(ctinfo); local
48 this_way = &seqadj->seq[dir];
124 unsigned int dir, optoff, optend; local
133 dir = CTINFO2DIR(ctinfo);
156 &seqadj->seq[!dir]);
168 enum ip_conntrack_dir dir = CTINFO2DIR(ctinfo); local
176 this_way = &seqadj->seq[dir];
177 other_way = &seqadj->seq[!dir];
220 nf_ct_seq_offset(const struct nf_conn *ct, enum ip_conntrack_dir dir, u32 seq) argument
[all...]
/linux-master/fs/reiserfs/
H A Dacl.h56 struct inode *dir, struct dentry *dentry,
58 int reiserfs_cache_default_acl(struct inode *dir);
73 const struct inode *dir, struct dentry *dentry,
72 reiserfs_inherit_default_acl(struct reiserfs_transaction_handle *th, const struct inode *dir, struct dentry *dentry, struct inode *inode) argument
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dport.h46 int mlx5e_port_query_sbpr(struct mlx5_core_dev *mdev, u32 desc, u8 dir,
48 int mlx5e_port_set_sbpr(struct mlx5_core_dev *mdev, u32 desc, u8 dir,
51 u8 dir, u8 infi_size, u32 max_buff, u8 pool_idx);
/linux-master/include/net/netfilter/
H A Dnf_conntrack_acct.h68 void nf_ct_acct_add(struct nf_conn *ct, u32 dir, unsigned int packets,
71 static inline void nf_ct_acct_update(struct nf_conn *ct, u32 dir, argument
75 nf_ct_acct_add(ct, dir, 1, bytes);
/linux-master/tools/virtio/linux/
H A Ddma-mapping.h24 #define dma_map_page(d, p, o, s, dir) (page_to_phys(p) + (o))
26 #define dma_map_single(d, p, s, dir) (virt_to_phys(p))
27 #define dma_map_single_attrs(d, p, s, dir, a) (virt_to_phys(p))
/linux-master/sound/soc/uniphier/
H A Daio-ld11.c18 .dir = PORT_DIR_INPUT,
31 .dir = PORT_DIR_INPUT,
45 .dir = PORT_DIR_INPUT,
59 .dir = PORT_DIR_INPUT,
72 .dir = PORT_DIR_OUTPUT,
86 .dir = PORT_DIR_OUTPUT,
100 .dir = PORT_DIR_OUTPUT,
113 .dir = PORT_DIR_OUTPUT,
126 .dir = PORT_DIR_OUTPUT,
141 .dir
[all...]
/linux-master/arch/arm64/mm/
H A Ddma-mapping.c17 enum dma_data_direction dir)
25 enum dma_data_direction dir)
29 if (dir == DMA_TO_DEVICE)
16 arch_sync_dma_for_device(phys_addr_t paddr, size_t size, enum dma_data_direction dir) argument
24 arch_sync_dma_for_cpu(phys_addr_t paddr, size_t size, enum dma_data_direction dir) argument
/linux-master/fs/affs/
H A Dnamei.c170 affs_find_entry(struct inode *dir, struct dentry *dentry) argument
172 struct super_block *sb = dir->i_sb;
179 bh = affs_bread(sb, dir->i_ino);
199 affs_lookup(struct inode *dir, struct dentry *dentry, unsigned int flags) argument
201 struct super_block *sb = dir->i_sb;
208 affs_lock_dir(dir);
209 bh = affs_find_entry(dir, dentry);
211 affs_unlock_dir(dir);
231 affs_unlock_dir(dir);
236 affs_unlink(struct inode *dir, struc argument
245 affs_create(struct mnt_idmap *idmap, struct inode *dir, struct dentry *dentry, umode_t mode, bool excl) argument
277 affs_mkdir(struct mnt_idmap *idmap, struct inode *dir, struct dentry *dentry, umode_t mode) argument
307 affs_rmdir(struct inode *dir, struct dentry *dentry) argument
316 affs_symlink(struct mnt_idmap *idmap, struct inode *dir, struct dentry *dentry, const char *symname) argument
394 affs_link(struct dentry *old_dentry, struct inode *dir, struct dentry *dentry) argument
[all...]
/linux-master/fs/ceph/
H A Ddir.c109 * regardless of what dir changes take place on the
134 struct inode *dir = d_inode(parent); local
135 struct ceph_client *cl = ceph_inode_to_client(dir);
141 if (ptr_pos >= i_size_read(dir))
146 cache_ctl->page = find_lock_page(&dir->i_data, ptr_pgoff);
163 if (ceph_dir_is_complete_ordered(dir) && ptr_pos < i_size_read(dir))
178 * falling back to a "normal" sync readdir if any dentries in the dir
181 * Complete dir indicates that we have all dentries in the dir
190 struct inode *dir = d_inode(parent); local
796 ceph_lookup(struct inode *dir, struct dentry *dentry, unsigned int flags) argument
889 ceph_handle_notrace_create(struct inode *dir, struct dentry *dentry) argument
912 ceph_mknod(struct mnt_idmap *idmap, struct inode *dir, struct dentry *dentry, umode_t mode, dev_t rdev) argument
979 ceph_create(struct mnt_idmap *idmap, struct inode *dir, struct dentry *dentry, umode_t mode, bool excl) argument
1022 ceph_symlink(struct mnt_idmap *idmap, struct inode *dir, struct dentry *dentry, const char *dest) argument
1096 ceph_mkdir(struct mnt_idmap *idmap, struct inode *dir, struct dentry *dentry, umode_t mode) argument
1180 ceph_link(struct dentry *old_dentry, struct inode *dir, struct dentry *dentry) argument
1292 get_caps_for_async_unlink(struct inode *dir, struct dentry *dentry) argument
1331 ceph_unlink(struct inode *dir, struct dentry *dentry) argument
1852 struct inode *dir; local
1881 dir_lease_is_valid(struct inode *dir, struct dentry *dentry, struct ceph_mds_client *mdsc) argument
1922 struct inode *dir, *inode; local
2166 ceph_dentry_hash(struct inode *dir, struct dentry *dn) argument
[all...]

Completed in 457 milliseconds

1234567891011>>