Searched refs:bd_claiming (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/fs/
H A Dblock_dev.c752 * return, the caller has ownership of bd_claiming and bd_holder[s].
770 if (whole->bd_claiming) { bd_prepare_to_claim()
771 wait_queue_head_t *wq = bit_waitqueue(&whole->bd_claiming, 0); bd_prepare_to_claim()
849 whole->bd_claiming = holder; bd_start_claiming()
1348 BUG_ON(whole->bd_claiming != holder); blkdev_get()
1349 whole->bd_claiming = NULL; blkdev_get()
1350 wake_up_bit(&whole->bd_claiming, 0); blkdev_get()
/linux-4.1.27/include/linux/
H A Dfs.h456 void * bd_claiming; member in struct:block_device
/linux-4.1.27/drivers/md/
H A Dmd.c2135 * subsystem), by bd_claiming the device.

Completed in 181 milliseconds