Home
last modified time | relevance | path

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

/Linux-v5.10/fs/btrfs/
Dsysfs.c827 switch (READ_ONCE(fs_info->exclusive_operation)) { in btrfs_exclusive_operation_show()
855 BTRFS_ATTR(, exclusive_operation, btrfs_exclusive_operation_show);
865 BTRFS_ATTR_PTR(, exclusive_operation),
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()
Dctree.h952 unsigned long exclusive_operation; member