Home
last modified time | relevance | path

Searched refs:ext2_clear_bit_atomic (Results 1 – 6 of 6) sorted by relevance

/linux/include/asm-generic/bitops/
A Dext2-atomic-setbit.h10 #define ext2_clear_bit_atomic(l, nr, addr) test_and_clear_bit_le(nr, addr) macro
A Dext2-atomic.h18 #define ext2_clear_bit_atomic(lock, nr, addr) \ macro
/linux/fs/nilfs2/
A Dalloc.h64 #define nilfs_clear_bit_atomic ext2_clear_bit_atomic
/linux/fs/ext2/
A Dialloc.c142 if (!ext2_clear_bit_atomic(sb_bgl_lock(EXT2_SB(sb), block_group), in ext2_free_inode()
A Dballoc.c537 if (!ext2_clear_bit_atomic(sb_bgl_lock(sbi, block_group), in ext2_free_blocks()
/linux/fs/ext4/
A Dext4.h1277 #define ext4_clear_bit_atomic ext2_clear_bit_atomic

Completed in 23 milliseconds