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-f2fs739 FAULT_TRUNCATE 0x00000400
/linux/Documentation/filesystems/
H A Df2fs.rst215 FAULT_TRUNCATE 0x00000400
/linux/fs/f2fs/
H A Df2fs.h53 FAULT_TRUNCATE, enumerator
H A Dsuper.c59 [FAULT_TRUNCATE] = "truncate fail",
H A Dfile.c973 if (time_to_inject(F2FS_I_SB(inode), FAULT_TRUNCATE)) in f2fs_truncate()