Home
last modified time | relevance | path

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

/linux/fs/nilfs2/
H A Dthe_nilfs.h42 * @ns_snapshot_mount_mutex: mutex to protect snapshot mounts
100 struct mutex ns_snapshot_mount_mutex; member
H A Dioctl.c214 mutex_lock(&nilfs->ns_snapshot_mount_mutex); in nilfs_ioctl_change_cpmode()
224 mutex_unlock(&nilfs->ns_snapshot_mount_mutex); in nilfs_ioctl_change_cpmode()
H A Dsuper.c962 mutex_lock(&nilfs->ns_snapshot_mount_mutex); in nilfs_attach_snapshot()
988 mutex_unlock(&nilfs->ns_snapshot_mount_mutex); in nilfs_attach_snapshot()
H A Dthe_nilfs.c67 mutex_init(&nilfs->ns_snapshot_mount_mutex); in alloc_nilfs()