Searched refs:get_block_device (Results 1 – 8 of 8) sorted by relevance
/systemd-251/src/shared/ |
D | blockdev-util.c | 88 int get_block_device(const char *path, dev_t *ret) { in get_block_device() function 370 r = get_block_device(path, &devt); in path_is_encrypted()
|
D | quota-util.c | 35 r = get_block_device(path, &devno); in quotactl_path()
|
D | blockdev-util.h | 19 int get_block_device(const char *path, dev_t *dev);
|
D | sleep-config.c | 226 return get_block_device(swap->device, ret_dev); in swap_device_to_device_id()
|
/systemd-251/src/shutdown/ |
D | umount.c | 680 (void) get_block_device("/", &rootdev); in loopback_points_list_detach() 711 (void) get_block_device("/", &rootdev); in dm_points_list_detach() 741 (void) get_block_device("/", &rootdev); in md_points_list_detach()
|
/systemd-251/src/home/ |
D | homework-quota.c | 51 r = get_block_device(path, &devno); in home_update_quota_classic()
|
/systemd-251/src/partition/ |
D | growfs.c | 216 r = get_block_device(arg_target, &devno); in run()
|
D | repart.c | 3793 r = get_block_device(resolved, ret); in find_backing_devno()
|