Home
last modified time | relevance | path

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

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