Searched refs:failfast (Results 1 - 5 of 5) sorted by relevance

/linux-master/fs/btrfs/
H A Dblock-rsv.h37 bool failfast; member in struct:btrfs_block_rsv
H A Dblock-rsv.c20 * ->failfast exists for the truncate case, and is described below.
97 * until we have no space left. With ->failfast set we'll simply return
503 if (block_rsv->failfast)
H A Dfile.c2370 rsv->failfast = true;
H A Dinode.c5323 rsv->failfast = true;
8400 rsv->failfast = true;
/linux-master/drivers/s390/block/
H A Ddasd_devmap.c200 else if (len == 8 && !strncmp(str, "failfast", 8))
962 * failfast controls the behaviour, if no path is available
992 static DEVICE_ATTR(failfast, 0644, dasd_ff_show, dasd_ff_store);

Completed in 194 milliseconds