Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Dioctl.c200 if (test_and_set_bit_lock(EXT4_FLAGS_RESIZING, in ext4_update_superblocks_fn()
272 clear_bit_unlock(EXT4_FLAGS_RESIZING, &sbi->s_ext4_flags); in ext4_update_superblocks_fn()
H A Dresize.c91 if (test_and_set_bit_lock(EXT4_FLAGS_RESIZING, in ext4_resize_begin()
100 clear_bit_unlock(EXT4_FLAGS_RESIZING, &EXT4_SB(sb)->s_ext4_flags); in ext4_resize_end()
H A Dext4.h2242 #define EXT4_FLAGS_RESIZING 0 macro