Home
last modified time | relevance | path

Searched refs:snapshot_create_lock (Results 1 – 4 of 4) sorted by relevance

/linux/fs/bcachefs/
H A Dio_misc.c322 down_read(&c->snapshot_create_lock); in bch2_truncate()
331 up_read(&c->snapshot_create_lock); in bch2_truncate()
558 down_read(&c->snapshot_create_lock); in bch2_fcollapse_finsert()
567 up_read(&c->snapshot_create_lock); in bch2_fcollapse_finsert()
H A Dfs-ioctl.c304 down_write(&c->snapshot_create_lock); in bch2_ioctl_subvolume_create()
308 up_write(&c->snapshot_create_lock); in bch2_ioctl_subvolume_create()
H A Dbcachefs.h880 struct rw_semaphore snapshot_create_lock; member
H A Dsuper.c891 init_rwsem(&c->snapshot_create_lock); in bch2_fs_alloc()