Searched refs:F2FS_NOCOW_FL (Results 1 – 2 of 2) sorted by relevance
/third_party/f2fs-tools/tools/f2fs_io/ | ||
D | f2fs_io.h | 87 #define F2FS_NOCOW_FL 0x00800000 /* Do not cow file */ macro |
D | f2fs_io.c | 392 (flags & F2FS_NOCOW_FL) ? "pinned" : "un-pinned", in do_pinfile() |