Searched refs:LOOP_TABLE_SIZE (Results 1 – 1 of 1) sorted by relevance
99 #define LOOP_TABLE_SIZE (PATH_MAX + 255) macro2892 _table = dm_malloc(LOOP_TABLE_SIZE); in _process_losetup_switches()2893 if (!_loop_table(_table, (size_t) LOOP_TABLE_SIZE, loop_file, device_name, offset)) { in _process_losetup_switches()