Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/ext4/
H A Dresize.c92 if (test_and_set_bit_lock(EXT4_FLAGS_RESIZING, in ext4_resize_begin()
101 clear_bit_unlock(EXT4_FLAGS_RESIZING, &EXT4_SB(sb)->s_ext4_flags); in ext4_resize_end()
H A Dext4.h2100 #define EXT4_FLAGS_RESIZING 0 macro