/linux-4.1.27/fs/xfs/libxfs/ |
D | xfs_dir2_sf.c | 144 dp->d_ops->sf_put_parent_ino(sfhp, parent); in xfs_dir2_block_sfsize() 197 ptr = (char *)dp->d_ops->data_entry_p(hdr); in xfs_dir2_block_to_sf() 225 dp->d_ops->sf_get_parent_ino(sfp)); in xfs_dir2_block_to_sf() 235 dp->d_ops->sf_put_ino(sfp, sfep, in xfs_dir2_block_to_sf() 237 dp->d_ops->sf_put_ftype(sfep, in xfs_dir2_block_to_sf() 238 dp->d_ops->data_get_ftype(dep)); in xfs_dir2_block_to_sf() 240 sfep = dp->d_ops->sf_nextentry(sfp, sfep); in xfs_dir2_block_to_sf() 242 ptr += dp->d_ops->data_entsize(dep->namelen); in xfs_dir2_block_to_sf() 315 incr_isize = dp->d_ops->sf_entsize(sfp, args->namelen); in xfs_dir2_sf_addname() 402 xfs_idata_realloc(dp, dp->d_ops->sf_entsize(sfp, args->namelen), in xfs_dir2_sf_addname_easy() [all …]
|
D | xfs_dir2_node.c | 69 dp->d_ops->leaf_hdr_from_disk(&leafhdr, leaf); in xfs_dir3_leafn_check() 232 dp->d_ops->free_hdr_to_disk(bp->b_addr, &hdr); in xfs_dir3_free_get_buf() 251 bests = args->dp->d_ops->free_bests_p(free); in xfs_dir2_free_log_bests() 276 args->dp->d_ops->free_hdr_size - 1); in xfs_dir2_free_log_header() 323 dp->d_ops->free_hdr_from_disk(&freehdr, free); in xfs_dir2_leaf_to_node() 334 to = dp->d_ops->free_bests_p(free); in xfs_dir2_leaf_to_node() 347 dp->d_ops->free_hdr_to_disk(fbp->b_addr, &freehdr); in xfs_dir2_leaf_to_node() 393 dp->d_ops->leaf_hdr_from_disk(&leafhdr, leaf); in xfs_dir2_leafn_add() 394 ents = dp->d_ops->leaf_ents_p(leaf); in xfs_dir2_leafn_add() 410 if (leafhdr.count == dp->d_ops->leaf_max_ents(args->geo)) { in xfs_dir2_leafn_add() [all …]
|
D | xfs_da_btree.c | 333 dp->d_ops->node_hdr_to_disk(node, &ichdr); in xfs_da3_node_create() 335 XFS_DA_LOGRANGE(node, &node->hdr, dp->d_ops->node_hdr_size)); in xfs_da3_node_create() 543 dp->d_ops->node_hdr_from_disk(&icnodehdr, oldroot); in xfs_da3_root_split() 544 btree = dp->d_ops->node_tree_p(oldroot); in xfs_da3_root_split() 558 dp->d_ops->leaf_hdr_from_disk(&leafhdr, leaf); in xfs_da3_root_split() 559 ents = dp->d_ops->leaf_ents_p(leaf); in xfs_da3_root_split() 603 dp->d_ops->node_hdr_from_disk(&nodehdr, node); in xfs_da3_root_split() 604 btree = dp->d_ops->node_tree_p(node); in xfs_da3_root_split() 610 dp->d_ops->node_hdr_to_disk(node, &nodehdr); in xfs_da3_root_split() 652 dp->d_ops->node_hdr_from_disk(&nodehdr, node); in xfs_da3_node_split() [all …]
|
D | xfs_dir2_leaf.c | 66 dp->d_ops->leaf_hdr_from_disk(&leafhdr, leaf); in xfs_dir3_leaf1_check() 418 bf = dp->d_ops->data_bestfree_p(hdr); in xfs_dir2_block_to_leaf() 419 ents = dp->d_ops->leaf_ents_p(leaf); in xfs_dir2_block_to_leaf() 424 dp->d_ops->leaf_hdr_from_disk(&leafhdr, leaf); in xfs_dir2_block_to_leaf() 427 dp->d_ops->leaf_hdr_to_disk(leaf, &leafhdr); in xfs_dir2_block_to_leaf() 653 ents = dp->d_ops->leaf_ents_p(leaf); in xfs_dir2_leaf_addname() 654 dp->d_ops->leaf_hdr_from_disk(&leafhdr, leaf); in xfs_dir2_leaf_addname() 656 length = dp->d_ops->data_entsize(args->namelen); in xfs_dir2_leaf_addname() 819 bf = dp->d_ops->data_bestfree_p(hdr); in xfs_dir2_leaf_addname() 835 bf = dp->d_ops->data_bestfree_p(hdr); in xfs_dir2_leaf_addname() [all …]
|
D | xfs_dir2_block.c | 185 bf = dp->d_ops->data_bestfree_p(hdr); in xfs_dir2_block_need_space() 368 len = dp->d_ops->data_entsize(args->namelen); in xfs_dir2_block_addname() 548 dp->d_ops->data_put_ftype(dep, args->filetype); in xfs_dir2_block_addname() 549 tagp = dp->d_ops->data_entry_tag_p(dep); in xfs_dir2_block_addname() 640 args->filetype = dp->d_ops->data_get_ftype(dep); in xfs_dir2_block_lookup() 798 dp->d_ops->data_entsize(dep->namelen), &needlog, &needscan); in xfs_dir2_block_removename() 871 dp->d_ops->data_put_ftype(dep, args->filetype); in xfs_dir2_block_replace() 930 dp->d_ops->leaf_hdr_from_disk(&leafhdr, leaf); in xfs_dir2_leaf_to_block() 931 ents = dp->d_ops->leaf_ents_p(leaf); in xfs_dir2_leaf_to_block() 945 hdrsz = dp->d_ops->data_entry_offset; in xfs_dir2_leaf_to_block() [all …]
|
D | xfs_dir2_data.c | 524 bf = dp->d_ops->data_bestfree_p(hdr); in xfs_dir2_data_freescan() 530 p = (char *)dp->d_ops->data_entry_p(hdr); in xfs_dir2_data_freescan() 557 be16_to_cpu(*dp->d_ops->data_entry_tag_p(dep))); in xfs_dir2_data_freescan() 558 p += dp->d_ops->data_entsize(dep->namelen); in xfs_dir2_data_freescan() 613 bf = dp->d_ops->data_bestfree_p(hdr); in xfs_dir3_data_init() 614 bf[0].offset = cpu_to_be16(dp->d_ops->data_entry_offset); in xfs_dir3_data_init() 623 dup = dp->d_ops->data_unused_p(hdr); in xfs_dir3_data_init() 626 t = args->geo->blksize - (uint)dp->d_ops->data_entry_offset; in xfs_dir3_data_init() 656 (uint)((char *)(args->dp->d_ops->data_entry_tag_p(dep) + 1) - in xfs_dir2_data_log_entry() 678 args->dp->d_ops->data_entry_offset - 1); in xfs_dir2_data_log_header() [all …]
|
D | xfs_da_format.c | 886 return dp->d_ops; in xfs_dir_get_ops() 902 return dp->d_ops; in xfs_nondir_get_ops()
|
D | xfs_attr_leaf.c | 999 dp->d_ops->node_hdr_from_disk(&icnodehdr, node); in xfs_attr3_leaf_to_node() 1000 btree = dp->d_ops->node_tree_p(node); in xfs_attr3_leaf_to_node() 1010 dp->d_ops->node_hdr_to_disk(node, &icnodehdr); in xfs_attr3_leaf_to_node()
|
/linux-4.1.27/arch/arm/kernel/ |
D | dma.c | 41 if (!dma->d_ops) in isa_dma_add() 73 if (dma->d_ops->request) in request_dma() 74 ret = dma->d_ops->request(chan, dma); in request_dma() 104 dma->d_ops->disable(chan, dma); in free_dma() 109 if (dma->d_ops->free) in free_dma() 110 dma->d_ops->free(chan, dma); in free_dma() 196 dma->d_ops->enable(chan, dma); in enable_dma() 217 dma->d_ops->disable(chan, dma); in disable_dma() 248 if (dma->d_ops->setspeed) in set_dma_speed() 249 ret = dma->d_ops->setspeed(chan, dma, cycle_ns); in set_dma_speed() [all …]
|
D | dma-isa.c | 178 isa_dma[chan].d_ops = &isa_dma_ops; in isa_init_dma()
|
/linux-4.1.27/fs/xfs/ |
D | xfs_dir2_readdir.c | 102 dp->d_ops->data_dot_offset); in xfs_dir2_sf_getdents() 104 dp->d_ops->data_dotdot_offset); in xfs_dir2_sf_getdents() 119 ino = dp->d_ops->sf_get_parent_ino(sfp); in xfs_dir2_sf_getdents() 136 sfep = dp->d_ops->sf_nextentry(sfp, sfep); in xfs_dir2_sf_getdents() 140 ino = dp->d_ops->sf_get_ino(sfp, sfep); in xfs_dir2_sf_getdents() 141 filetype = dp->d_ops->sf_get_ftype(sfep); in xfs_dir2_sf_getdents() 146 sfep = dp->d_ops->sf_nextentry(sfp, sfep); in xfs_dir2_sf_getdents() 196 ptr = (char *)dp->d_ops->data_entry_p(hdr); in xfs_dir2_block_getdents() 220 ptr += dp->d_ops->data_entsize(dep->namelen); in xfs_dir2_block_getdents() 231 filetype = dp->d_ops->data_get_ftype(dep); in xfs_dir2_block_getdents() [all …]
|
D | xfs_attr_inactive.c | 232 dp->d_ops->node_hdr_from_disk(&ichdr, node); in xfs_attr3_node_inactive() 238 btree = dp->d_ops->node_tree_p(node); in xfs_attr3_node_inactive()
|
D | xfs_attr_list.c | 315 dp->d_ops->node_hdr_from_disk(&nodehdr, node); in xfs_attr_node_list() 316 btree = dp->d_ops->node_tree_p(node); in xfs_attr_node_list()
|
D | xfs_inode.h | 53 const struct xfs_dir_ops *d_ops; /* directory ops vector */ member
|
D | xfs_iops.c | 1261 ip->d_ops = ip->i_mount->m_nondir_inode_ops; in xfs_setup_inode() 1276 ip->d_ops = ip->i_mount->m_dir_inode_ops; in xfs_setup_inode()
|
/linux-4.1.27/arch/arm/mach-footbridge/ |
D | dma.c | 48 dma[_DC21285_DMA(0)].d_ops = &fb_dma_ops; in fb_dma_init() 49 dma[_DC21285_DMA(1)].d_ops = &fb_dma_ops; in fb_dma_init()
|
/linux-4.1.27/crypto/ |
D | drbg.c | 1114 ret = drbg->d_ops->update(drbg, &seedlist, reseed); in drbg_seed() 1233 tmp->d_ops = drbg->d_ops; in drbg_make_shadow() 1339 len = shadow->d_ops->crypto_init(shadow); in drbg_generate() 1371 len = shadow->d_ops->generate(shadow, buf, buflen, &addtllist); in drbg_generate() 1428 shadow->d_ops->crypto_fini(shadow); in drbg_generate() 1490 drbg->d_ops = &drbg_hmac_ops; in drbg_instantiate() 1495 drbg->d_ops = &drbg_hash_ops; in drbg_instantiate() 1500 drbg->d_ops = &drbg_ctr_ops; in drbg_instantiate() 1522 if (drbg->d_ops->crypto_init(drbg)) in drbg_instantiate() 1525 drbg->d_ops->crypto_fini(drbg); in drbg_instantiate()
|
/linux-4.1.27/arch/arm/include/asm/mach/ |
D | dma.h | 43 const struct dma_ops *d_ops; member
|
/linux-4.1.27/arch/arm/mach-rpc/ |
D | dma.c | 333 .d_ops = &floppy_dma_ops, 339 .d_ops = &sound_dma_ops, 374 iomd_dma[i].dma.d_ops = &iomd_dma_ops; in rpc_dma_init()
|
/linux-4.1.27/include/crypto/ |
D | drbg.h | 122 const struct drbg_state_ops *d_ops; member
|
/linux-4.1.27/Documentation/filesystems/ |
D | path-lookup.txt | 296 access d_ops and i_ops during rcu-walk.
|