Searched defs:block_device (Results 1 – 4 of 4) sorted by relevance
40 def build_verity_table(block_device, data_blocks, root_hash, salt): argument53 salt, block_device, signer_path, signing_key): argument72 block_device = sys.argv[5] variable
46 static int set_verity_enabled_state(int fd, const char *block_device, in set_verity_enabled_state()
46 bool block_device; /* target fd is a block device? */ member
106 auto block_device = block_device_for_path(path); in secdiscard_path() local