Home
last modified time | relevance | path

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

/openbmc/linux/fs/nilfs2/
H A Dthe_nilfs.h102 struct mutex ns_snapshot_mount_mutex; member
H A Dioctl.c206 mutex_lock(&nilfs->ns_snapshot_mount_mutex); in nilfs_ioctl_change_cpmode()
216 mutex_unlock(&nilfs->ns_snapshot_mount_mutex); in nilfs_ioctl_change_cpmode()
H A Dsuper.c983 mutex_lock(&nilfs->ns_snapshot_mount_mutex); in nilfs_attach_snapshot()
1009 mutex_unlock(&nilfs->ns_snapshot_mount_mutex); in nilfs_attach_snapshot()
H A Dthe_nilfs.c68 mutex_init(&nilfs->ns_snapshot_mount_mutex); in alloc_nilfs()