Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ext4/
Dinode.c406 if (!(flags & EXT4_GET_BLOCKS_NO_LOCK)) in ext4_map_blocks_es_recheck()
415 if (!(flags & EXT4_GET_BLOCKS_NO_LOCK)) in ext4_map_blocks_es_recheck()
512 if (!(flags & EXT4_GET_BLOCKS_NO_LOCK)) in ext4_map_blocks()
544 if (!(flags & EXT4_GET_BLOCKS_NO_LOCK)) in ext4_map_blocks()
705 if (flags && !(flags & EXT4_GET_BLOCKS_NO_LOCK) && !handle) { in _ext4_get_block()
3091 EXT4_GET_BLOCKS_NO_LOCK); in ext4_get_block_write_nolock()
Dext4.h559 #define EXT4_GET_BLOCKS_NO_LOCK 0x0100 macro
/linux-4.4.14/include/trace/events/
Dext4.h46 { EXT4_GET_BLOCKS_NO_LOCK, "NO_LOCK" })