Home
last modified time | relevance | path

Searched refs:BTRFS_EXCLOP_NONE (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/fs/btrfs/
H A Dfs.h339 BTRFS_EXCLOP_NONE, enumerator
H A Dioctl.c404 if (fs_info->exclusive_operation == BTRFS_EXCLOP_NONE) { in btrfs_exclop_start()
421 * - not BTRFS_EXCLOP_NONE - this is intentionally incompatible and the caller
445 WRITE_ONCE(fs_info->exclusive_operation, BTRFS_EXCLOP_NONE); in btrfs_exclop_finish()
458 fs_info->exclusive_operation == BTRFS_EXCLOP_NONE || in btrfs_exclop_balance()
H A Dsysfs.c1162 case BTRFS_EXCLOP_NONE: in btrfs_exclusive_operation_show()
/kernel/linux/linux-5.10/fs/btrfs/
H A Dsysfs.c828 case BTRFS_EXCLOP_NONE: in btrfs_exclusive_operation_show()
H A Dioctl.c384 return !cmpxchg(&fs_info->exclusive_operation, BTRFS_EXCLOP_NONE, type); in btrfs_exclop_start()
389 WRITE_ONCE(fs_info->exclusive_operation, BTRFS_EXCLOP_NONE); in btrfs_exclop_finish()
H A Dctree.h574 BTRFS_EXCLOP_NONE, enumerator

Completed in 23 milliseconds