Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-fs-f2fs705 FAULT_TRUNCATE 0x000000400
/openbmc/linux/Documentation/filesystems/
H A Df2fs.rst198 FAULT_TRUNCATE 0x000000400
/openbmc/linux/fs/f2fs/
H A Df2fs.h55 FAULT_TRUNCATE, enumerator
H A Dsuper.c56 [FAULT_TRUNCATE] = "truncate fail",
H A Dfile.c816 if (time_to_inject(F2FS_I_SB(inode), FAULT_TRUNCATE)) in f2fs_truncate()