Home | History | Annotate | Download | only in bin

Lines Matching refs:exclude_swap

117 def get_partition_list(job, min_blocks=0, filter_func=None, exclude_swap=True,
132 @param exclude_swap: If True any partition actively in use as a swap
139 if exclude_swap:
161 if exclude_swap and device in active_swap_devices:
222 filter_func=None, exclude_swap=True,
234 @param job, min_blocks, filter_func, exclude_swap, open_func: Forwarded
239 filter_func=filter_func, exclude_swap=exclude_swap, open_func=open_func)