Searched refs:di (Results 101 - 125 of 212) sorted by relevance

123456789

/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/pm/
H A Dbase.c62 nvkm_perfdom_find(struct nvkm_pm *pm, int di) argument
68 if (tmp++ == di)
75 nvkm_perfsig_find(struct nvkm_pm *pm, u8 di, u8 si, struct nvkm_perfdom **pdom) argument
80 dom = nvkm_perfdom_find(pm, di);
444 int di, ret = -ENOSYS; local
450 di = (args->v0.iter & 0xff) - 1;
455 if (di >= (int)domain_nr)
458 if (di >= 0) {
459 dom = nvkm_perfdom_find(pm, di);
463 args->v0.id = di;
[all...]
/linux-master/arch/x86/include/asm/
H A Dptrace.h31 unsigned long di; member in struct:pt_regs
125 unsigned long di; member in struct:pt_regs
434 offsetof(struct pt_regs, di),
/linux-master/tools/perf/arch/x86/util/
H A Dperf_regs.c85 SDT_NAME_REG(edi, di),
86 SDT_NAME_REG(rdi, di),
87 SDT_NAME_REG(dil, di),
238 * +24(%rdi) +24(%di) +
239 * 24(%rdi) +24(%di) +
240 * %rdi %di
241 * (%rdi) +0(%di) +0
/linux-master/fs/ocfs2/
H A Dacl.c162 struct ocfs2_dinode *di; local
185 di = (struct ocfs2_dinode *)di_bh->b_data;
195 di->i_mode = cpu_to_le16(inode->i_mode);
196 di->i_ctime = cpu_to_le64(inode_get_ctime_sec(inode));
197 di->i_ctime_nsec = cpu_to_le32(inode_get_ctime_nsec(inode));
H A Dextent_map.c275 struct ocfs2_dinode *di)
278 u64 last_eb_blk = le64_to_cpu(di->i_last_eb_blk);
403 struct ocfs2_dinode *di; local
413 di = (struct ocfs2_dinode *) di_bh->b_data;
414 el = &di->id2.i_list;
494 else if (eb->h_blkno == di->i_last_eb_blk)
496 else if (eb->h_next_leaf_blk == di->i_last_eb_blk) {
497 ret = ocfs2_last_eb_is_empty(inode, di);
706 struct ocfs2_dinode *di; local
711 di
274 ocfs2_last_eb_is_empty(struct inode *inode, struct ocfs2_dinode *di) argument
[all...]
H A Ddir.c396 struct ocfs2_dinode *di; local
405 di = (struct ocfs2_dinode *)di_bh->b_data;
406 data = &di->id2.i_data;
590 static int ocfs2_read_dx_root(struct inode *dir, struct ocfs2_dinode *di, argument
594 u64 blkno = le64_to_cpu(di->i_dx_root);
1009 struct ocfs2_dinode *di; local
1019 di = (struct ocfs2_dinode *)di_bh->b_data;
1021 ret = ocfs2_read_dx_root(dir, di, &dx_root_bh);
1352 struct ocfs2_dinode *di; local
1361 di
1589 struct ocfs2_dinode *di = (struct ocfs2_dinode *)parent_fe_bh->b_data; local
1738 struct ocfs2_dinode *di; local
2076 struct ocfs2_dinode *di; local
2184 struct ocfs2_dinode *di = (struct ocfs2_dinode *)di_bh->b_data; local
2289 struct ocfs2_dinode *di = (struct ocfs2_dinode *) di_bh->b_data; local
2680 struct ocfs2_dinode *di = (struct ocfs2_dinode *)di_bh->b_data; local
2780 struct ocfs2_dinode *di = (struct ocfs2_dinode *)di_bh->b_data; local
3340 struct ocfs2_dinode *di = (struct ocfs2_dinode *)di_bh->b_data; local
4139 struct ocfs2_dinode *di = (struct ocfs2_dinode *)di_bh->b_data; local
4308 struct ocfs2_dinode *di = (struct ocfs2_dinode *)di_bh->b_data; local
4392 struct ocfs2_dinode *di = (struct ocfs2_dinode *)di_bh->b_data; local
[all...]
H A Drefcounttree.c398 struct ocfs2_dinode *di; local
408 di = (struct ocfs2_dinode *)di_bh->b_data;
409 *ref_blkno = le64_to_cpu(di->i_refcount_loc);
555 struct ocfs2_dinode *di = (struct ocfs2_dinode *)di_bh->b_data; local
640 di->i_dyn_features = cpu_to_le16(oi->ip_dyn_features);
641 di->i_refcount_loc = cpu_to_le64(first_blkno);
696 struct ocfs2_dinode *di = (struct ocfs2_dinode *)di_bh->b_data; local
740 di->i_dyn_features = cpu_to_le16(oi->ip_dyn_features);
741 di->i_refcount_loc = cpu_to_le64(refcount_loc);
758 struct ocfs2_dinode *di local
928 struct ocfs2_dinode *di = (struct ocfs2_dinode *)di_bh->b_data; local
3387 struct ocfs2_dinode *di = (struct ocfs2_dinode *)di_bh->b_data; local
3592 ocfs2_refcount_cow_xattr(struct inode *inode, struct ocfs2_dinode *di, struct ocfs2_xattr_value_buf *vb, struct ocfs2_refcount_tree *ref_tree, struct buffer_head *ref_root_bh, u32 cpos, u32 write_len, struct ocfs2_post_refcount *post) argument
3736 struct ocfs2_dinode *di = (struct ocfs2_dinode *)di_bh->b_data; local
3771 struct ocfs2_dinode *di = (struct ocfs2_dinode *)di_bh->b_data; local
4031 struct ocfs2_dinode *di = (struct ocfs2_dinode *)t_bh->b_data; local
4103 struct ocfs2_dinode *di = (struct ocfs2_dinode *)s_bh->b_data; local
[all...]
H A Docfs2_fs.h1246 struct ocfs2_dinode *di)
1248 unsigned int xattrsize = le16_to_cpu(di->i_xattr_inline_size);
1250 if (le16_to_cpu(di->i_dyn_features) & OCFS2_INLINE_XATTR_FL)
1271 struct ocfs2_dinode *di)
1274 unsigned int xattrsize = le16_to_cpu(di->i_xattr_inline_size);
1276 if (le16_to_cpu(di->i_dyn_features) & OCFS2_INLINE_XATTR_FL)
1444 struct ocfs2_dinode *di)
1446 if (di && (di->i_dyn_features & OCFS2_INLINE_XATTR_FL))
1449 di
1245 ocfs2_max_inline_data_with_xattr(struct super_block *sb, struct ocfs2_dinode *di) argument
1269 ocfs2_extent_recs_per_inode_with_xattr( struct super_block *sb, struct ocfs2_dinode *di) argument
1443 ocfs2_max_inline_data_with_xattr(int blocksize, struct ocfs2_dinode *di) argument
[all...]
H A Djournal.c861 struct ocfs2_dinode *di = NULL; local
896 di = (struct ocfs2_dinode *)bh->b_data;
919 *dirty = (le32_to_cpu(di->id1.journal1.ij_flags) &
949 static void ocfs2_bump_recovery_generation(struct ocfs2_dinode *di) argument
951 le32_add_cpu(&(di->id1.journal1.ij_recovery_generation), 1);
954 static u32 ocfs2_get_recovery_generation(struct ocfs2_dinode *di) argument
956 return le32_to_cpu(di->id1.journal1.ij_recovery_generation);
1857 struct ocfs2_dinode *di; local
1869 di = (struct ocfs2_dinode *)bh->b_data;
1870 gen = ocfs2_get_recovery_generation(di);
2225 struct ocfs2_dinode *di = NULL; local
2381 struct ocfs2_dinode *di; local
[all...]
H A Dalloc.c173 struct ocfs2_dinode *di = et->et_object; local
176 di->i_last_eb_blk = cpu_to_le64(blkno);
181 struct ocfs2_dinode *di = et->et_object; local
184 return le64_to_cpu(di->i_last_eb_blk);
191 struct ocfs2_dinode *di = et->et_object; local
193 le32_add_cpu(&di->i_clusters, clusters);
195 oi->ip_clusters = le32_to_cpu(di->i_clusters);
235 struct ocfs2_dinode *di = et->et_object; local
238 BUG_ON(!OCFS2_IS_VALID_DINODE(di));
245 struct ocfs2_dinode *di local
5813 struct ocfs2_dinode *di; local
5852 struct ocfs2_dinode *di; local
5928 struct ocfs2_dinode *di; local
6000 struct ocfs2_dinode *di; local
6191 struct ocfs2_dinode *di; local
7014 ocfs2_zero_dinode_id2_with_xattr(struct inode *inode, struct ocfs2_dinode *di) argument
7029 ocfs2_dinode_new_extent_list(struct inode *inode, struct ocfs2_dinode *di) argument
7039 ocfs2_set_inode_data_inline(struct inode *inode, struct ocfs2_dinode *di) argument
7069 struct ocfs2_dinode *di = (struct ocfs2_dinode *)di_bh->b_data; local
7221 struct ocfs2_dinode *di = (struct ocfs2_dinode *)di_bh->b_data; local
7392 struct ocfs2_dinode *di = (struct ocfs2_dinode *)di_bh->b_data; local
[all...]
H A Dfile.c259 struct ocfs2_dinode *di = (struct ocfs2_dinode *) bh->b_data; local
281 di->i_atime = cpu_to_le64(inode_get_atime_sec(inode));
282 di->i_atime_nsec = cpu_to_le32(inode_get_atime_nsec(inode));
379 struct ocfs2_dinode *di; local
424 di = (struct ocfs2_dinode *) fe_bh->b_data;
425 di->i_size = cpu_to_le64(new_i_size);
426 di->i_ctime = di->i_mtime = cpu_to_le64(inode_get_ctime_sec(inode));
427 di->i_ctime_nsec = di
763 struct ocfs2_dinode *di = (struct ocfs2_dinode *)di_bh->b_data; local
1375 struct ocfs2_dinode *di; local
1771 struct ocfs2_dinode *di = (struct ocfs2_dinode *)di_bh->b_data; local
[all...]
/linux-master/drivers/gpu/drm/imx/ipuv3/
H A Dimx-ldb.c192 "unable to set di%d parent clock to ldb_di%d\n", mux,
311 struct drm_display_info *di = &connector->display_info; local
313 if (di->num_bus_formats)
314 bus_format = di->bus_formats[0];
359 "unable to set di%d parent clock to original parent\n",
371 struct drm_display_info *di = &conn_state->connector->display_info; local
375 if (!bus_format && di->num_bus_formats) {
376 bus_format = di->bus_formats[0];
377 imx_crtc_state->bus_flags = di->bus_flags;
424 snprintf(clkname, sizeof(clkname), "di
[all...]
/linux-master/arch/arc/kernel/
H A Ddisasm.c103 state->di = BITS(state->words[0], 11, 11);
104 if (state->di)
124 state->di = BITS(state->words[0], 5, 5);
125 if (state->di)
210 state->di = BITS(state->words[0], 15, 15);
211 if (state->di)
/linux-master/arch/x86/kernel/
H A Dsignal_64.c66 regs->di = sc.di;
102 unsafe_put_user(regs->di, &sc->di, Efault);
202 regs->di = ksig->sig;
342 regs->di = ksig->sig;
/linux-master/include/linux/
H A Dquotaops.h112 struct qc_dqblk *di);
114 struct qc_dqblk *di);
116 struct qc_dqblk *di);
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Dconn.c88 info->di = (nvbios_rd08(bios, data + 0x02) & 0xf0) >> 4;
/linux-master/sound/drivers/vx/
H A Dvx_mixer.c63 #define SET_CDC_DATA_SEL(di,s) ((di).b.mh = (u8) (s))
64 #define SET_CDC_DATA_REG(di,r) ((di).b.ml = (u8) (r))
65 #define SET_CDC_DATA_VAL(di,d) ((di).b.ll = (u8) (d))
66 #define SET_CDC_DATA_INIT(di) ((di).l = 0L, SET_CDC_DATA_SEL(di,XX_CODEC_SELECTOR))
/linux-master/arch/x86/entry/vdso/
H A Dvsgx.S97 mov %di, (SGX_ENCLAVE_RUN_EXCEPTION_VECTOR)(%rbx)
/linux-master/fs/btrfs/
H A Dprint-tree.c241 struct btrfs_dir_item *di; local
277 di = btrfs_item_ptr(l, i, struct btrfs_dir_item);
278 btrfs_dir_item_key_to_cpu(l, di, &found_key);
281 btrfs_dir_flags(l, di));
/linux-master/tools/perf/
H A Dbuiltin-buildid-cache.c356 struct perf_debuginfod *di = cb; local
359 di->urls = strdup(value);
360 if (!di->urls)
362 di->set = true;
/linux-master/arch/x86/include/asm/xen/
H A Dinterface_64.h114 __DECL_REG(di);
/linux-master/tools/perf/util/
H A Dutil.h95 void perf_debuginfod_setup(struct perf_debuginfod *di);
/linux-master/fs/gfs2/
H A Dinode.c445 struct gfs2_dinode *di = (struct gfs2_dinode *)dibh->b_data; local
446 struct gfs2_dirent *dent = (struct gfs2_dirent *)(di+1);
449 dent->de_inum = di->di_num; /* already GFS2 endian */
497 struct gfs2_dinode *di; local
502 di = (struct gfs2_dinode *)dibh->b_data;
503 gfs2_dinode_out(ip, di);
505 di->di_major = cpu_to_be32(imajor(&ip->i_inode));
506 di->di_minor = cpu_to_be32(iminor(&ip->i_inode));
507 di->__pad1 = 0;
508 di
[all...]
/linux-master/drivers/block/
H A Dpktcdvd.c1537 static int pkt_get_disc_info(struct pktcdvd_device *pd, disc_information *di) argument
1543 init_cdrom_command(&cgc, di, sizeof(*di), CGC_DATA_READ);
1555 cgc.buflen = be16_to_cpu(di->disc_information_length) +
1556 sizeof(di->disc_information_length);
1594 disc_information di; local
1599 ret = pkt_get_disc_info(pd, &di);
1603 last_track = (di.last_track_msb << 8) | di.last_track_lsb;
1755 static int pkt_writable_disc(struct pktcdvd_device *pd, disc_information *di) argument
1804 disc_information di; local
[all...]
/linux-master/arch/x86/include/uapi/asm/
H A Dsigcontext.h207 __u32 di; member in struct:sigcontext_32
247 __u64 di; member in struct:sigcontext_64

Completed in 357 milliseconds

123456789