Home
last modified time | relevance | path

Searched refs:EXT4_MAP_FLAGS (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/fs/ext4/
Dext4.h146 #define EXT4_MAP_FLAGS (EXT4_MAP_NEW | EXT4_MAP_MAPPED |\ macro
Dinode.c1415 bh->b_state = (bh->b_state & ~EXT4_MAP_FLAGS) | map.m_flags; in _ext4_get_block()
2495 bh->b_state = (bh->b_state & ~EXT4_MAP_FLAGS) | map.m_flags; in ext4_da_get_block_prep()