Home
last modified time | relevance | path

Searched refs:dev (Results 1 – 3 of 3) sorted by relevance

/init/
Ddo_mounts.c77 static int match_dev_by_uuid(struct device *dev, const void *data) in match_dev_by_uuid() argument
79 struct block_device *bdev = dev_to_bdev(dev); in match_dev_by_uuid()
104 struct device *dev = NULL; in devt_from_partuuid() local
127 dev = class_find_device(&block_class, NULL, &cmp, &match_dev_by_uuid); in devt_from_partuuid()
128 if (!dev) in devt_from_partuuid()
136 devt = part_devt(dev_to_disk(dev), in devt_from_partuuid()
137 dev_to_bdev(dev)->bd_partno + offset); in devt_from_partuuid()
139 devt = dev->devt; in devt_from_partuuid()
142 put_device(dev); in devt_from_partuuid()
161 static int match_dev_by_label(struct device *dev, const void *data) in match_dev_by_label() argument
[all …]
Ddo_mounts.h17 static inline __init int create_dev(char *name, dev_t dev) in create_dev() argument
20 return init_mknod(name, S_IFBLK | 0600, new_encode_dev(dev)); in create_dev()
DKconfig78 …nt x) { asm goto ("": "=r"(x) ::: bar); return x; bar: return 0; }' | $(CC) -x c - -c -o /dev/null)
83 ….long (%l[bar]) - .": "+m"(*x) ::: bar); return *x; bar: return 0; }' | $CC -x c - -c -o /dev/null)
89 def_bool $(success,echo 'void foo(void) { asm inline (""); }' | $(CC) -x c - -c -o /dev/null)
92 … '__attribute__((no_profile_instrument_function)) int x();' | $(CC) -x c - -c -o /dev/null -Werror)
809 /dev/kmsg, as it permits auditing the printk formats present in a