Home
last modified time | relevance | path

Searched refs:a (Results 1 – 9 of 9) sorted by relevance

/block/
A Dblk-crypto-sysfs.c72 struct blk_crypto_attr *a = attr_to_crypto_attr(attr); in blk_crypto_is_visible() local
74 if (a == &hw_wrapped_keys_attr && in blk_crypto_is_visible()
77 if (a == &raw_keys_attr && in blk_crypto_is_visible()
108 struct blk_crypto_attr *a = attr_to_crypto_attr(attr); in blk_crypto_mode_is_visible() local
109 int mode_num = a - __blk_crypto_mode_attrs; in blk_crypto_mode_is_visible()
140 struct blk_crypto_attr *a = attr_to_crypto_attr(attr); in blk_crypto_attr_show() local
142 return a->show(profile, a, page); in blk_crypto_attr_show()
A DKconfig34 accesses through their device special file. This is a historic Linux
35 feature and makes no sense in a udev world where device files are
73 Say yes here if you have a storage device that provides the
81 When a block device is mounted, writing to its buffer cache is very
104 Say yes here if you have a ZAC, ZBC, or ZNS storage device.
112 the IO rate to a device. IO rate policies are per cgroup and
140 the configured latency target, throttling anybody with a higher latency
182 Unless you are building a kernel for a tiny system, you should
A DKconfig.iosched14 The Kyber I/O scheduler is a low-overhead scheduler suitable for
26 also guarantees a low latency to interactive and soft
45 files in a cgroup which can be useful for debugging.
A Dblk-mq-sched.c47 static int sched_rq_cmp(void *priv, const struct list_head *a, in sched_rq_cmp() argument
50 struct request *rqa = container_of(a, struct request, queuelist); in sched_rq_cmp()
A Dbadblocks.c511 sector_t a = BB_OFFSET(p[mid]); in prev_badblocks() local
513 if (a == s) { in prev_badblocks()
518 if (a < s) in prev_badblocks()
A Dgenhd.c1236 static umode_t disk_visible(struct kobject *kobj, struct attribute *a, int n) in disk_visible() argument
1241 if (a == &dev_attr_badblocks.attr && !disk->bb) in disk_visible()
1243 return a->mode; in disk_visible()
A Dbfq-wf2q.c18 static int bfq_gt(u64 a, u64 b) in bfq_gt() argument
20 return (s64)(a - b) > 0; in bfq_gt()
/block/partitions/
A DKconfig11 were partitioned under an operating system running on a different
70 Once upon a time, there was a native Unix port for the Acorn series
79 running AIX. AIX actually uses a Logical Volume Manager, where
119 were partitioned on a Macintosh.
162 Like some systems, UnixWare uses its own slice table inside a
169 This is mainly used to carry data from a UnixWare box to your
170 Linux box via a removable medium like magneto-optical, ZIP or
171 removable IDE drives. Note, however, that a good portable way to
192 Manager allows the user to repartition a disk and create spanned,
209 report a bug.
[all …]
A Dldm.c33 #define ldm_debug(f, a...) _ldm_printk (KERN_DEBUG, __func__, f, ##a) argument
36 #define ldm_crit(f, a...) _ldm_printk (KERN_CRIT, __func__, f, ##a) argument
37 #define ldm_error(f, a...) _ldm_printk (KERN_ERR, __func__, f, ##a) argument
38 #define ldm_info(f, a...) _ldm_printk (KERN_INFO, __func__, f, ##a) argument

Completed in 26 milliseconds