Home
last modified time | relevance | path

Searched refs:EXT4_GET_BLOCKS_NO_LOCK (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/fs/ext4/
Dinode.c405 if (!(flags & EXT4_GET_BLOCKS_NO_LOCK)) in ext4_map_blocks_es_recheck()
414 if (!(flags & EXT4_GET_BLOCKS_NO_LOCK)) in ext4_map_blocks_es_recheck()
511 if (!(flags & EXT4_GET_BLOCKS_NO_LOCK)) in ext4_map_blocks()
543 if (!(flags & EXT4_GET_BLOCKS_NO_LOCK)) in ext4_map_blocks()
704 if (flags && !(flags & EXT4_GET_BLOCKS_NO_LOCK) && !handle) { in _ext4_get_block()
3060 EXT4_GET_BLOCKS_NO_LOCK); in ext4_get_block_write_nolock()
Dext4.h559 #define EXT4_GET_BLOCKS_NO_LOCK 0x0100 macro
/linux-4.1.27/include/trace/events/
Dext4.h46 { EXT4_GET_BLOCKS_NO_LOCK, "NO_LOCK" })