Home
last modified time | relevance | path

Searched refs:fs_lock (Results 1 – 12 of 12) sorted by relevance

/linux-4.1.27/fs/autofs4/
Dexpire.c312 spin_lock(&sbi->fs_lock); in autofs4_expire_direct()
319 spin_unlock(&sbi->fs_lock); in autofs4_expire_direct()
321 spin_lock(&sbi->fs_lock); in autofs4_expire_direct()
327 spin_unlock(&sbi->fs_lock); in autofs4_expire_direct()
333 spin_unlock(&sbi->fs_lock); in autofs4_expire_direct()
445 spin_lock(&sbi->fs_lock); in autofs4_expire_indirect()
452 spin_unlock(&sbi->fs_lock); in autofs4_expire_indirect()
457 spin_unlock(&sbi->fs_lock); in autofs4_expire_indirect()
459 spin_lock(&sbi->fs_lock); in autofs4_expire_indirect()
469 spin_unlock(&sbi->fs_lock); in autofs4_expire_indirect()
[all …]
Droot.c360 spin_lock(&sbi->fs_lock); in autofs4_d_automount()
362 spin_unlock(&sbi->fs_lock); in autofs4_d_automount()
375 spin_unlock(&sbi->fs_lock); in autofs4_d_automount()
393 spin_unlock(&sbi->fs_lock); in autofs4_d_automount()
398 spin_unlock(&sbi->fs_lock); in autofs4_d_automount()
403 spin_unlock(&sbi->fs_lock); in autofs4_d_automount()
405 spin_lock(&sbi->fs_lock); in autofs4_d_automount()
408 spin_unlock(&sbi->fs_lock); in autofs4_d_automount()
412 spin_unlock(&sbi->fs_lock); in autofs4_d_automount()
472 spin_lock(&sbi->fs_lock); in autofs4_d_manage()
[all …]
Dwaitq.c196 spin_lock(&sbi->fs_lock); in autofs4_getpath()
201 spin_unlock(&sbi->fs_lock); in autofs4_getpath()
217 spin_unlock(&sbi->fs_lock); in autofs4_getpath()
519 spin_lock(&sbi->fs_lock); in autofs4_wait()
522 spin_unlock(&sbi->fs_lock); in autofs4_wait()
Dautofs_i.h124 spinlock_t fs_lock; member
Ddev-ioctl.c458 spin_lock(&sbi->fs_lock); in autofs_dev_ioctl_requester()
461 spin_unlock(&sbi->fs_lock); in autofs_dev_ioctl_requester()
Dinode.c237 spin_lock_init(&sbi->fs_lock); in autofs4_fill_super()
/linux-4.1.27/fs/afs/
Dcallback.c150 spin_lock(&server->fs_lock); in afs_break_one_callback()
174 spin_unlock(&server->fs_lock); in afs_break_one_callback()
184 spin_unlock(&server->fs_lock); in afs_break_one_callback()
Dvnode.c69 spin_lock(&old_server->fs_lock); in afs_install_vnode()
71 spin_unlock(&old_server->fs_lock); in afs_install_vnode()
79 spin_lock(&server->fs_lock); in afs_install_vnode()
105 spin_unlock(&server->fs_lock); in afs_install_vnode()
194 spin_lock(&server->fs_lock); in afs_vnode_deleted_remotely()
196 spin_unlock(&server->fs_lock); in afs_vnode_deleted_remotely()
Dvolume.c374 spin_lock(&server->fs_lock); in afs_volume_release_fileserver()
380 spin_unlock(&server->fs_lock); in afs_volume_release_fileserver()
Dinode.c431 spin_lock(&vnode->server->fs_lock); in afs_evict_inode()
433 spin_unlock(&vnode->server->fs_lock); in afs_evict_inode()
Dserver.c84 spin_lock_init(&server->fs_lock); in afs_alloc_server()
Dinternal.h286 spinlock_t fs_lock; /* access lock */ member