Home
last modified time | relevance | path

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

/systemd-251/src/tmpfiles/
Dtmpfiles.c93 CREATE_BLOCK_DEVICE = 'b', enumerator
373 CREATE_BLOCK_DEVICE, in takes_ownership()
1807 i->type == CREATE_BLOCK_DEVICE ? "block" : "char", in create_device()
2300 case CREATE_BLOCK_DEVICE: in create_item()
2310 r = mkdir_parents_item(i, i->type == CREATE_BLOCK_DEVICE ? S_IFBLK : S_IFCHR); in create_item()
2314 r = create_device(i, i->type == CREATE_BLOCK_DEVICE ? S_IFBLK : S_IFCHR); in create_item()
3101 case CREATE_BLOCK_DEVICE: in parse_line()