Searched defs:a (Results 1 – 8 of 8) sorted by relevance
/block/ |
D | badblocks.c | 96 sector_t a = BB_OFFSET(p[mid]); in badblocks_check() local 201 sector_t a = BB_OFFSET(p[mid]); in badblocks_set() local 215 sector_t a = BB_OFFSET(p[lo]); in badblocks_set() local 247 sector_t a = BB_OFFSET(p[hi]); in badblocks_set() local 276 sector_t a = BB_OFFSET(p[hi]); in badblocks_set() local 367 sector_t a = BB_OFFSET(p[mid]); in badblocks_clear() local 383 sector_t a = BB_OFFSET(p[lo]); in badblocks_clear() local
|
D | ioctl.c | 18 struct blkpg_ioctl_arg a; in blkpg_ioctl() local
|
D | compat_ioctl.c | 187 struct blkpg_ioctl_arg __user *a = compat_alloc_user_space(sizeof(*a)); in compat_blkpg_ioctl() local
|
D | bfq-wf2q.c | 27 static int bfq_gt(u64 a, u64 b) in bfq_gt()
|
D | genhd.c | 1121 static umode_t disk_visible(struct kobject *kobj, struct attribute *a, int n) in disk_visible()
|
D | blk-core.c | 3287 static int plug_rq_cmp(void *priv, struct list_head *a, struct list_head *b) in plug_rq_cmp()
|
D | blk-mq.c | 1482 static int plug_ctx_cmp(void *priv, struct list_head *a, struct list_head *b) in plug_ctx_cmp()
|
/block/partitions/ |
D | ldm.c | 47 #define ldm_debug(f, a...) _ldm_printk (KERN_DEBUG, __func__, f, ##a) argument 50 #define ldm_crit(f, a...) _ldm_printk (KERN_CRIT, __func__, f, ##a) argument 51 #define ldm_error(f, a...) _ldm_printk (KERN_ERR, __func__, f, ##a) argument 52 #define ldm_info(f, a...) _ldm_printk (KERN_INFO, __func__, f, ##a) argument
|