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