Home
last modified time | relevance | path

Searched refs:FAULT_NO_SEGMENT (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/Documentation/ABI/testing/
H A Dsysfs-fs-f2fs736 FAULT_NO_SEGMENT 0x000100000
/linux-6.15/Documentation/filesystems/
H A Df2fs.rst208 FAULT_NO_SEGMENT 0x000100000
/linux-6.15/fs/f2fs/
H A Dsuper.c65 [FAULT_NO_SEGMENT] = "no free segment",
H A Df2fs.h64 FAULT_NO_SEGMENT, enumerator
H A Dsegment.c2758 if (time_to_inject(sbi, FAULT_NO_SEGMENT)) { in get_new_segment()