Searched refs:F2FS_MAP_FLAGS (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/fs/f2fs/ | ||
D | data.c | 723 bh->b_state = (bh->b_state & ~F2FS_MAP_FLAGS) | map.m_flags; in __get_data_block() |
D | f2fs.h | 373 #define F2FS_MAP_FLAGS (F2FS_MAP_NEW | F2FS_MAP_MAPPED |\ macro |