/linux-3.3/fs/lockd/ |
D | svclock.c | 61 nlmsvc_insert_block_locked(struct nlm_block *block, unsigned long when) in nlmsvc_insert_block_locked() 91 static void nlmsvc_insert_block(struct nlm_block *block, unsigned long when) in nlmsvc_insert_block() 102 nlmsvc_remove_block(struct nlm_block *block) in nlmsvc_remove_block() 118 struct nlm_block *block; in nlmsvc_lookup_block() local 156 struct nlm_block *block; in nlmsvc_find_block() local 191 struct nlm_block *block; in nlmsvc_create_block() local 246 static int nlmsvc_unlink_block(struct nlm_block *block) in nlmsvc_unlink_block() 259 struct nlm_block *block = container_of(kref, struct nlm_block, b_count); in nlmsvc_free_block() local 276 static void nlmsvc_release_block(struct nlm_block *block) in nlmsvc_release_block() 290 struct nlm_block *block, *next; in nlmsvc_traverse_blocks() local [all …]
|
D | clntlock.c | 92 struct nlm_wait *block; in nlmclnt_prepare_block() local 108 void nlmclnt_finish_block(struct nlm_wait *block) in nlmclnt_finish_block() 121 int nlmclnt_block(struct nlm_wait *block, struct nlm_rqst *req, long timeout) in nlmclnt_block() 155 struct nlm_wait *block; in nlmclnt_grant() local 219 struct nlm_wait *block; in reclaimer() local
|
/linux-3.3/sound/isa/gus/ |
D | gus_mem.c | 43 struct snd_gf1_mem_block * block) in snd_gf1_mem_xalloc() 78 int snd_gf1_mem_xfree(struct snd_gf1_mem * alloc, struct snd_gf1_mem_block * block) in snd_gf1_mem_xfree() 111 struct snd_gf1_mem_block *block; in snd_gf1_mem_look() local 124 struct snd_gf1_mem_block *block; in snd_gf1_mem_share() local 137 struct snd_gf1_mem_block * block, in snd_gf1_mem_find() 192 struct snd_gf1_mem_block block, *nblock; in snd_gf1_mem_alloc() local 225 struct snd_gf1_mem_block *block; in snd_gf1_mem_free() local 240 struct snd_gf1_mem_block block; in snd_gf1_mem_init() local 275 struct snd_gf1_mem_block *block, *nblock; in snd_gf1_mem_done() local 293 struct snd_gf1_mem_block *block; in snd_gf1_mem_info_read() local
|
D | gus_dma.c | 97 struct snd_gf1_dma_block *block; in snd_gf1_dma_next_block() local 129 struct snd_gf1_dma_block *block; in snd_gf1_dma_interrupt() local 172 struct snd_gf1_dma_block *block; in snd_gf1_dma_done() local 201 struct snd_gf1_dma_block *block; in snd_gf1_dma_transfer_block() local
|
/linux-3.3/arch/arm/mach-cns3xxx/ |
D | pm.c | 18 void cns3xxx_pwr_clk_en(unsigned int block) in cns3xxx_pwr_clk_en() 27 void cns3xxx_pwr_clk_dis(unsigned int block) in cns3xxx_pwr_clk_dis() 36 void cns3xxx_pwr_power_up(unsigned int block) in cns3xxx_pwr_power_up() 48 void cns3xxx_pwr_power_down(unsigned int block) in cns3xxx_pwr_power_down() 58 static void cns3xxx_pwr_soft_rst_force(unsigned int block) in cns3xxx_pwr_soft_rst_force() 78 void cns3xxx_pwr_soft_rst(unsigned int block) in cns3xxx_pwr_soft_rst()
|
/linux-3.3/drivers/s390/block/ |
D | dasd_ioctl.c | 103 static int dasd_ioctl_quiesce(struct dasd_block *block) in dasd_ioctl_quiesce() 124 static int dasd_ioctl_resume(struct dasd_block *block) in dasd_ioctl_resume() 149 static int dasd_format(struct dasd_block *block, struct format_data_t *fdata) in dasd_format() 241 static int dasd_ioctl_reset_profile(struct dasd_block *block) in dasd_ioctl_reset_profile() 250 static int dasd_ioctl_read_profile(struct dasd_block *block, void __user *argp) in dasd_ioctl_read_profile() 294 static int dasd_ioctl_reset_profile(struct dasd_block *block) in dasd_ioctl_reset_profile() 299 static int dasd_ioctl_read_profile(struct dasd_block *block, void __user *argp) in dasd_ioctl_read_profile() 308 static int dasd_ioctl_information(struct dasd_block *block, in dasd_ioctl_information() 421 static int dasd_ioctl_readall_cmb(struct dasd_block *block, unsigned int cmd, in dasd_ioctl_readall_cmb() 437 struct dasd_block *block; in dasd_ioctl() local
|
D | dasd_genhd.c | 30 int dasd_gendisk_alloc(struct dasd_block *block) in dasd_gendisk_alloc() 87 void dasd_gendisk_free(struct dasd_block *block) in dasd_gendisk_free() 101 int dasd_scan_partitions(struct dasd_block *block) in dasd_scan_partitions() 131 void dasd_destroy_partitions(struct dasd_block *block) in dasd_destroy_partitions()
|
D | dasd.c | 148 struct dasd_block *block; in dasd_alloc_block() local 174 void dasd_free_block(struct dasd_block *block) in dasd_free_block() 248 struct dasd_block *block = device->block; in dasd_state_known_to_basic() local 326 struct dasd_block *block; in dasd_state_basic_to_ready() local 363 struct dasd_block *block = device->block; in dasd_state_ready_to_basic() local 659 static void dasd_profile_start(struct dasd_block *block, in dasd_profile_start() 766 static void dasd_profile_end(struct dasd_block *block, in dasd_profile_end() 1145 #define dasd_profile_start(block, cqr, req) do {} while (0) argument 1146 #define dasd_profile_end(block, cqr, req) do {} while (0) argument 1789 struct dasd_block *block; in __dasd_device_process_final_queue() local [all …]
|
/linux-3.3/drivers/staging/zram/ |
D | xvmalloc.c | 39 static int test_flag(struct block_header *block, enum blockflags flag) in test_flag() 44 static void set_flag(struct block_header *block, enum blockflags flag) in set_flag() 49 static void clear_flag(struct block_header *block, enum blockflags flag) in clear_flag() 72 static u32 get_blockprev(struct block_header *block) in get_blockprev() 77 static void set_blockprev(struct block_header *block, u16 new_offset) in set_blockprev() 82 static struct block_header *BLOCK_NEXT(struct block_header *block) in BLOCK_NEXT() 188 struct block_header *block) in insert_block() 221 struct block_header *block, u32 slindex) in remove_block() 278 struct block_header *block; in grow_pool() local 346 struct block_header *block, *tmpblock; in xv_malloc() local [all …]
|
/linux-3.3/drivers/mtd/ |
D | rfd_ftl.c | 56 struct block { struct 79 int reserved_block; /* block next up for reclaim */ argument 94 struct block *block = &part->blocks[block_no]; in build_block_map() local 326 static int erase_block(struct partition *part, int block) in erase_block() 447 int block, best_block, score, old_sector_block; in reclaim_block() local 519 int block, stop; in find_free_block() local 543 int rc, block; in find_writable_block() local 585 int block, offset, rc; in mark_sector_deleted() local 621 static int find_free_sector(const struct partition *part, const struct block *block) in find_free_sector() 643 struct block *block; in do_writesect() local
|
D | nftlmount.c | 41 unsigned int block, boot_record_count = 0; in find_boot_record() local 303 int NFTL_formatblock(struct NFTLrecord *nftl, int block) in NFTL_formatblock() 375 unsigned int block, i, status; in check_sectors_in_chain() local 428 unsigned int length = 0, block = first_block; in calc_chain_length() local 460 unsigned int block = first_block, block1; in format_chain() local 491 static int check_and_mark_free_block(struct NFTLrecord *nftl, int block) in check_and_mark_free_block() 552 static int get_fold_mark(struct NFTLrecord *nftl, unsigned int block) in get_fold_mark() 569 unsigned int block, first_block, is_first_block; in NFTL_mount() local
|
D | inftlmount.c | 49 unsigned int i, block; in find_boot_record() local 373 int INFTL_formatblock(struct INFTLrecord *inftl, int block) in INFTL_formatblock() 441 unsigned int block = first_block, block1; in format_chain() local 514 int logical, block, i; in INFTL_dumpVUchains() local 541 unsigned int block, first_block, prev_block, last_block; in INFTL_mount() local
|
D | sm_ftl.c | 198 static loff_t sm_mkoffset(struct sm_ftl *ftl, int zone, int block, int boffset) in sm_mkoffset() 213 int *zone, int *block, int *boffset) in sm_break_offset() 240 int zone, int block, int boffset, in sm_read_sector() 322 int zone, int block, int boffset, in sm_write_sector() 370 int zone, int block, int lba, in sm_write_block() 432 static void sm_mark_block_bad(struct sm_ftl *ftl, int zone, int block) in sm_mark_block_bad() 459 static int sm_erase_block(struct sm_ftl *ftl, int zone_num, uint16_t block, in sm_erase_block() 514 static int sm_check_block(struct sm_ftl *ftl, int zone, int block) in sm_check_block() 693 int block, boffset; in sm_find_cis() local 766 uint16_t block; in sm_init_zone() local [all …]
|
/linux-3.3/sound/pci/ctxfi/ |
D | ctvmem.c | 34 struct ct_vm_block *block = NULL, *entry; in get_vm_block() local 77 static void put_vm_block(struct ct_vm *vm, struct ct_vm_block *block) in put_vm_block() 128 struct ct_vm_block *block; in ct_vm_map() local 153 static void ct_vm_unmap(struct ct_vm *vm, struct ct_vm_block *block) in ct_vm_unmap() 177 struct ct_vm_block *block; in ct_vm_create() local
|
/linux-3.3/drivers/video/ |
D | fbmon.c | 98 static int edid_is_serial_block(unsigned char *block) in edid_is_serial_block() 108 static int edid_is_ascii_block(unsigned char *block) in edid_is_ascii_block() 118 static int edid_is_limits_block(unsigned char *block) in edid_is_limits_block() 128 static int edid_is_monitor_block(unsigned char *block) in edid_is_monitor_block() 138 static int edid_is_timing_block(unsigned char *block) in edid_is_timing_block() 149 unsigned char *block = edid + ID_MANUFACTURER_NAME, manufacturer[4]; in check_edid() local 294 static void parse_vendor_block(unsigned char *block, struct fb_monspecs *specs) in parse_vendor_block() 328 static void get_chroma(unsigned char *block, struct fb_monspecs *specs) in get_chroma() 411 static int get_est_timing(unsigned char *block, struct fb_videomode *mode) in get_est_timing() 496 static int get_std_timing(unsigned char *block, struct fb_videomode *mode, in get_std_timing() [all …]
|
/linux-3.3/arch/mips/alchemy/common/ |
D | vss.c | 22 static inline void __enable_block(int block) in __enable_block() 53 static inline void __disable_block(int block) in __disable_block() 69 void au1300_vss_block_control(int block, int enable) in au1300_vss_block_control()
|
/linux-3.3/fs/xfs/ |
D | xfs_btree.c | 54 struct xfs_btree_block *block, /* btree long form block pointer */ in xfs_btree_check_lblock() 90 struct xfs_btree_block *block, /* btree short form block pointer */ in xfs_btree_check_sblock() 131 struct xfs_btree_block *block, /* generic btree block pointer */ in xfs_btree_check_block() 380 struct xfs_btree_block *block) in xfs_btree_rec_addr() 393 struct xfs_btree_block *block) in xfs_btree_key_addr() 406 struct xfs_btree_block *block) in xfs_btree_ptr_addr() 504 struct xfs_btree_block *block; /* generic btree block pointer */ in xfs_btree_islastblock() local 524 struct xfs_btree_block *block; /* generic btree block pointer */ in xfs_btree_firstrec() local 553 struct xfs_btree_block *block; /* generic btree block pointer */ in xfs_btree_lastrec() local 681 struct xfs_btree_block *block) in xfs_btree_readahead_lblock() [all …]
|
D | xfs_bmap_btree.h | 144 #define XFS_BMBT_REC_ADDR(mp, block, index) \ argument 150 #define XFS_BMBT_KEY_ADDR(mp, block, index) \ argument 156 #define XFS_BMBT_PTR_ADDR(mp, block, index, maxrecs) \ argument 163 #define XFS_BMDR_REC_ADDR(block, index) \ argument 169 #define XFS_BMDR_KEY_ADDR(block, index) \ argument 175 #define XFS_BMDR_PTR_ADDR(block, index, maxrecs) \ argument
|
/linux-3.3/fs/udf/ |
D | partition.c | 30 uint32_t udf_get_pblock(struct super_block *sb, uint32_t block, in udf_get_pblock() 47 uint32_t udf_get_pblock_virt15(struct super_block *sb, uint32_t block, in udf_get_pblock_virt15() 107 inline uint32_t udf_get_pblock_virt20(struct super_block *sb, uint32_t block, in udf_get_pblock_virt20() 113 uint32_t udf_get_pblock_spar15(struct super_block *sb, uint32_t block, in udf_get_pblock_spar15() 281 static uint32_t udf_try_read_meta(struct inode *inode, uint32_t block, in udf_try_read_meta() 306 uint32_t udf_get_pblock_meta25(struct super_block *sb, uint32_t block, in udf_get_pblock_meta25()
|
/linux-3.3/fs/ocfs2/ |
D | uptodate.c | 224 sector_t block) in ocfs2_search_cache_tree() 304 sector_t block) in ocfs2_append_cache_array() 322 sector_t block = new->c_block; in __ocfs2_insert_cache_tree() local 401 sector_t block, in __ocfs2_set_buffer_uptodate() 572 sector_t block) in ocfs2_remove_block_from_cache() 606 sector_t block = bh->b_blocknr; in ocfs2_remove_from_cache() local 613 sector_t block, in ocfs2_remove_xattr_clusters_from_cache()
|
/linux-3.3/fs/efs/ |
D | inode.c | 20 static sector_t _efs_bmap(struct address_space *mapping, sector_t block) in _efs_bmap() 55 efs_block_t block, offset; in efs_iget() local 180 efs_extent_check(efs_extent *ptr, efs_block_t block, struct efs_sb_info *sb) { in efs_extent_check() 200 efs_block_t efs_map_block(struct inode *inode, efs_block_t block) { in efs_map_block()
|
/linux-3.3/fs/sysv/ |
D | balloc.c | 48 unsigned block = fs32_to_cpu(sbi, nr); in sysv_free_block() local 102 unsigned int block; in sysv_new_block() local 165 unsigned block; in sysv_count_free_blocks() local
|
/linux-3.3/fs/ext2/ |
D | xip.c | 19 __inode_direct_access(struct inode *inode, sector_t block, in __inode_direct_access() 53 ext2_clear_xip_target(struct inode *inode, sector_t block) in ext2_clear_xip_target() 82 sector_t block; in ext2_get_xip_mem() local
|
/linux-3.3/fs/befs/ |
D | io.c | 30 befs_blocknr_t block = 0; in befs_bread_iaddr() local 63 befs_bread(struct super_block *sb, befs_blocknr_t block) in befs_bread()
|
/linux-3.3/fs/logfs/ |
D | readwrite.c | 389 static void indirect_write_block(struct logfs_block *block) in indirect_write_block() 416 static void inode_write_block(struct logfs_block *block) in inode_write_block() 462 struct logfs_block *block, write_alias_t *write_one_alias) in inode_write_alias() 504 struct logfs_block *block, write_alias_t *write_one_alias) in indirect_write_alias() 532 struct logfs_block *block; in logfs_write_obj_aliases_pagecache() local 543 void __free_block(struct super_block *sb, struct logfs_block *block) in __free_block() 550 static void inode_free_block(struct super_block *sb, struct logfs_block *block) in inode_free_block() 559 struct logfs_block *block) in indirect_free_block() 588 struct logfs_block *block; in __alloc_block() local 604 struct logfs_block *block; in alloc_inode_block() local [all …]
|