Searched defs:cell (Results 101 - 103 of 103) sorted by relevance

12345

/linux-master/drivers/md/
H A Ddm-cache-target.c413 struct dm_bio_prison_cell_v2 *cell; member in struct:per_bio_data
424 struct dm_bio_prison_cell_v2 *cell; member in struct:dm_cache_migration
469 static void free_prison_cell(struct cache *cache, struct dm_bio_prison_cell_v2 *cell) argument
581 struct dm_bio_prison_cell_v2 *cell_prealloc, *cell; local
[all...]
H A Ddm-thin.c467 cell_release(struct pool *pool, struct dm_bio_prison_cell *cell, struct bio_list *bios) argument
475 cell_visit_release(struct pool *pool, void (*fn)(void *, struct dm_bio_prison_cell *), void *context, struct dm_bio_prison_cell *cell) argument
484 cell_release_no_holder(struct pool *pool, struct dm_bio_prison_cell *cell, struct bio_list *bios) argument
492 cell_error_with_code(struct pool *pool, struct dm_bio_prison_cell *cell, blk_status_t error_code) argument
504 cell_error(struct pool *pool, struct dm_bio_prison_cell *cell) argument
509 cell_success(struct pool *pool, struct dm_bio_prison_cell *cell) argument
514 cell_requeue(struct pool *pool, struct dm_bio_prison_cell *cell) argument
592 struct dm_bio_prison_cell *cell; member in struct:dm_thin_endio_hook
623 struct dm_bio_prison_cell *cell, *tmp; local
815 struct dm_bio_prison_cell *cell; member in struct:dm_thin_new_mapping
880 cell_defer_no_holder(struct thin_c *tc, struct dm_bio_prison_cell *cell) argument
905 __inc_remap_and_issue_cell(void *context, struct dm_bio_prison_cell *cell) argument
927 inc_remap_and_issue_cell(struct thin_c *tc, struct dm_bio_prison_cell *cell, dm_block_t block) argument
1309 schedule_copy(struct thin_c *tc, dm_block_t virt_block, struct dm_dev *origin, dm_block_t data_origin, dm_block_t data_dest, struct dm_bio_prison_cell *cell, struct bio *bio, sector_t len) argument
1370 schedule_internal_copy(struct thin_c *tc, dm_block_t virt_block, dm_block_t data_origin, dm_block_t data_dest, struct dm_bio_prison_cell *cell, struct bio *bio) argument
1379 schedule_zero(struct thin_c *tc, dm_block_t virt_block, dm_block_t data_block, struct dm_bio_prison_cell *cell, struct bio *bio) argument
1409 schedule_external_copy(struct thin_c *tc, dm_block_t virt_block, dm_block_t data_dest, struct dm_bio_prison_cell *cell, struct bio *bio) argument
1627 retry_bios_on_resume(struct pool *pool, struct dm_bio_prison_cell *cell) argument
1801 break_sharing(struct thin_c *tc, struct bio *bio, dm_block_t block, struct dm_cell_key *key, struct dm_thin_lookup_result *lookup_result, struct dm_bio_prison_cell *cell) argument
1829 __remap_and_issue_shared_cell(void *context, struct dm_bio_prison_cell *cell) argument
1849 remap_and_issue_shared_cell(struct thin_c *tc, struct dm_bio_prison_cell *cell, dm_block_t block) argument
1904 provision_block(struct thin_c *tc, struct bio *bio, dm_block_t block, struct dm_bio_prison_cell *cell) argument
1953 process_cell(struct thin_c *tc, struct dm_bio_prison_cell *cell) argument
2012 struct dm_bio_prison_cell *cell; local
2026 __process_bio_read_only(struct thin_c *tc, struct bio *bio, struct dm_bio_prison_cell *cell) argument
2082 process_cell_read_only(struct thin_c *tc, struct dm_bio_prison_cell *cell) argument
2097 process_cell_success(struct thin_c *tc, struct dm_bio_prison_cell *cell) argument
2102 process_cell_fail(struct thin_c *tc, struct dm_bio_prison_cell *cell) argument
2260 struct dm_bio_prison_cell *cell, *tmp; local
2279 struct dm_bio_prison_cell *cell; local
2694 thin_defer_cell(struct thin_c *tc, struct dm_bio_prison_cell *cell) argument
[all...]
/linux-master/fs/afs/
H A Dinternal.h60 struct afs_cell *cell; /* cell in which to find volume */ member in struct:afs_fs_context
262 struct afs_cell *cell; /* The cell in which the volume resides */ member in struct:afs_super_info
558 struct afs_cell *cell; /* Cell to which belongs (pins ref) */ member in struct:afs_server
639 struct afs_cell *cell; /* Cell to which belongs (pins ref) */ member in struct:afs_volume
801 struct afs_cell *cell; /* The cell we're querying */ member in struct:afs_vl_cursor
1313 afs_proc_cell_setup(struct afs_cell *cell) argument
1314 afs_proc_cell_remove(struct afs_cell *cell) argument
[all...]

Completed in 212 milliseconds

12345