/linux-4.4.14/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 | 70 dp->d_ops->leaf_hdr_from_disk(&leafhdr, leaf); in xfs_dir3_leafn_check() 236 dp->d_ops->free_hdr_to_disk(bp->b_addr, &hdr); in xfs_dir3_free_get_buf() 255 bests = args->dp->d_ops->free_bests_p(free); in xfs_dir2_free_log_bests() 280 args->dp->d_ops->free_hdr_size - 1); in xfs_dir2_free_log_header() 327 dp->d_ops->free_hdr_from_disk(&freehdr, free); in xfs_dir2_leaf_to_node() 338 to = dp->d_ops->free_bests_p(free); in xfs_dir2_leaf_to_node() 351 dp->d_ops->free_hdr_to_disk(fbp->b_addr, &freehdr); in xfs_dir2_leaf_to_node() 397 dp->d_ops->leaf_hdr_from_disk(&leafhdr, leaf); in xfs_dir2_leafn_add() 398 ents = dp->d_ops->leaf_ents_p(leaf); in xfs_dir2_leafn_add() 414 if (leafhdr.count == dp->d_ops->leaf_max_ents(args->geo)) { in xfs_dir2_leafn_add() [all …]
|
D | xfs_da_btree.c | 339 dp->d_ops->node_hdr_to_disk(node, &ichdr); in xfs_da3_node_create() 341 XFS_DA_LOGRANGE(node, &node->hdr, dp->d_ops->node_hdr_size)); in xfs_da3_node_create() 549 dp->d_ops->node_hdr_from_disk(&icnodehdr, oldroot); in xfs_da3_root_split() 550 btree = dp->d_ops->node_tree_p(oldroot); in xfs_da3_root_split() 564 dp->d_ops->leaf_hdr_from_disk(&leafhdr, leaf); in xfs_da3_root_split() 565 ents = dp->d_ops->leaf_ents_p(leaf); in xfs_da3_root_split() 609 dp->d_ops->node_hdr_from_disk(&nodehdr, node); in xfs_da3_root_split() 610 btree = dp->d_ops->node_tree_p(node); in xfs_da3_root_split() 616 dp->d_ops->node_hdr_to_disk(node, &nodehdr); in xfs_da3_root_split() 658 dp->d_ops->node_hdr_from_disk(&nodehdr, node); in xfs_da3_node_split() [all …]
|
D | xfs_dir2_leaf.c | 67 dp->d_ops->leaf_hdr_from_disk(&leafhdr, leaf); in xfs_dir3_leaf1_check() 423 bf = dp->d_ops->data_bestfree_p(hdr); in xfs_dir2_block_to_leaf() 424 ents = dp->d_ops->leaf_ents_p(leaf); in xfs_dir2_block_to_leaf() 429 dp->d_ops->leaf_hdr_from_disk(&leafhdr, leaf); in xfs_dir2_block_to_leaf() 432 dp->d_ops->leaf_hdr_to_disk(leaf, &leafhdr); in xfs_dir2_block_to_leaf() 658 ents = dp->d_ops->leaf_ents_p(leaf); in xfs_dir2_leaf_addname() 659 dp->d_ops->leaf_hdr_from_disk(&leafhdr, leaf); in xfs_dir2_leaf_addname() 661 length = dp->d_ops->data_entsize(args->namelen); in xfs_dir2_leaf_addname() 824 bf = dp->d_ops->data_bestfree_p(hdr); in xfs_dir2_leaf_addname() 840 bf = dp->d_ops->data_bestfree_p(hdr); in xfs_dir2_leaf_addname() [all …]
|
D | xfs_dir2_block.c | 189 bf = dp->d_ops->data_bestfree_p(hdr); in xfs_dir2_block_need_space() 372 len = dp->d_ops->data_entsize(args->namelen); in xfs_dir2_block_addname() 552 dp->d_ops->data_put_ftype(dep, args->filetype); in xfs_dir2_block_addname() 553 tagp = dp->d_ops->data_entry_tag_p(dep); in xfs_dir2_block_addname() 644 args->filetype = dp->d_ops->data_get_ftype(dep); in xfs_dir2_block_lookup() 802 dp->d_ops->data_entsize(dep->namelen), &needlog, &needscan); in xfs_dir2_block_removename() 875 dp->d_ops->data_put_ftype(dep, args->filetype); in xfs_dir2_block_replace() 934 dp->d_ops->leaf_hdr_from_disk(&leafhdr, leaf); in xfs_dir2_leaf_to_block() 935 ents = dp->d_ops->leaf_ents_p(leaf); in xfs_dir2_leaf_to_block() 949 hdrsz = dp->d_ops->data_entry_offset; in xfs_dir2_leaf_to_block() [all …]
|
D | xfs_dir2_data.c | 529 bf = dp->d_ops->data_bestfree_p(hdr); in xfs_dir2_data_freescan() 535 p = (char *)dp->d_ops->data_entry_p(hdr); in xfs_dir2_data_freescan() 562 be16_to_cpu(*dp->d_ops->data_entry_tag_p(dep))); in xfs_dir2_data_freescan() 563 p += dp->d_ops->data_entsize(dep->namelen); in xfs_dir2_data_freescan() 618 bf = dp->d_ops->data_bestfree_p(hdr); in xfs_dir3_data_init() 619 bf[0].offset = cpu_to_be16(dp->d_ops->data_entry_offset); in xfs_dir3_data_init() 628 dup = dp->d_ops->data_unused_p(hdr); in xfs_dir3_data_init() 631 t = args->geo->blksize - (uint)dp->d_ops->data_entry_offset; in xfs_dir3_data_init() 661 (uint)((char *)(args->dp->d_ops->data_entry_tag_p(dep) + 1) - in xfs_dir2_data_log_entry() 683 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 | 1003 dp->d_ops->node_hdr_from_disk(&icnodehdr, node); in xfs_attr3_leaf_to_node() 1004 btree = dp->d_ops->node_tree_p(node); in xfs_attr3_leaf_to_node() 1014 dp->d_ops->node_hdr_to_disk(node, &icnodehdr); in xfs_attr3_leaf_to_node()
|
/linux-4.4.14/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.4.14/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() 199 ptr = (char *)dp->d_ops->data_entry_p(hdr); in xfs_dir2_block_getdents() 223 ptr += dp->d_ops->data_entsize(dep->namelen); in xfs_dir2_block_getdents() 234 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 | 1258 ip->d_ops = ip->i_mount->m_nondir_inode_ops; in xfs_setup_inode() 1273 ip->d_ops = ip->i_mount->m_dir_inode_ops; in xfs_setup_inode()
|
/linux-4.4.14/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.4.14/arch/arm/include/asm/mach/ |
D | dma.h | 43 const struct dma_ops *d_ops; member
|
/linux-4.4.14/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.4.14/crypto/ |
D | drbg.c | 1050 int ret = drbg->d_ops->update(drbg, seed, reseed); in __drbg_seed() 1202 drbg->d_ops = NULL; in drbg_dealloc_state() 1223 drbg->d_ops = &drbg_hmac_ops; in drbg_alloc_state() 1228 drbg->d_ops = &drbg_hash_ops; in drbg_alloc_state() 1233 drbg->d_ops = &drbg_ctr_ops; in drbg_alloc_state() 1359 len = drbg->d_ops->generate(drbg, buf, buflen, &addtllist); in drbg_generate() 1541 if (drbg->d_ops->crypto_init(drbg)) in drbg_instantiate() 1597 if (drbg->d_ops) in drbg_uninstantiate() 1598 drbg->d_ops->crypto_fini(drbg); in drbg_uninstantiate()
|
/linux-4.4.14/include/crypto/ |
D | drbg.h | 126 const struct drbg_state_ops *d_ops; member
|
/linux-4.4.14/Documentation/filesystems/ |
D | path-lookup.txt | 296 access d_ops and i_ops during rcu-walk.
|