Home
last modified time | relevance | path

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

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