Home
last modified time | relevance | path

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

/linux/fs/autofs/
H A Dexpire.c286 spin_lock(&sbi->fs_lock); in autofs_expire_direct()
290 spin_unlock(&sbi->fs_lock); in autofs_expire_direct()
294 spin_unlock(&sbi->fs_lock); in autofs_expire_direct()
297 spin_lock(&sbi->fs_lock); in autofs_expire_direct()
300 spin_unlock(&sbi->fs_lock); in autofs_expire_direct()
303 spin_lock(&sbi->fs_lock); in autofs_expire_direct()
305 spin_unlock(&sbi->fs_lock); in autofs_expire_direct()
434 spin_lock(&sbi->fs_lock); in autofs_expire_indirect()
437 spin_unlock(&sbi->fs_lock); in autofs_expire_indirect()
440 spin_unlock(&sbi->fs_lock); in autofs_expire_indirect()
[all …]
H A Droot.c365 spin_lock(&sbi->fs_lock); in autofs_d_automount()
367 spin_unlock(&sbi->fs_lock); in autofs_d_automount()
380 spin_unlock(&sbi->fs_lock); in autofs_d_automount()
398 spin_unlock(&sbi->fs_lock); in autofs_d_automount()
403 spin_unlock(&sbi->fs_lock); in autofs_d_automount()
408 spin_unlock(&sbi->fs_lock); in autofs_d_automount()
410 spin_lock(&sbi->fs_lock); in autofs_d_automount()
413 spin_unlock(&sbi->fs_lock); in autofs_d_automount()
417 spin_unlock(&sbi->fs_lock); in autofs_d_automount()
476 spin_lock(&sbi->fs_lock); in autofs_d_manage()
[all …]
H A Dwaitq.c467 spin_lock(&sbi->fs_lock); in autofs_wait()
470 spin_unlock(&sbi->fs_lock); in autofs_wait()
H A Ddev-ioctl.c512 spin_lock(&sbi->fs_lock); in autofs_dev_ioctl_requester()
517 spin_unlock(&sbi->fs_lock); in autofs_dev_ioctl_requester()
H A Dinode.c259 spin_lock_init(&sbi->fs_lock); in autofs_alloc_sbi()
/linux/fs/afs/
H A Dserver.c99 write_seqlock(&net->fs_lock); in afs_install_server()
101 write_sequnlock(&net->fs_lock); in afs_install_server()
129 rwlock_init(&server->fs_lock); in afs_alloc_server()
188 down_read(&cell->fs_lock); in afs_lookup_server()
191 up_read(&cell->fs_lock); in afs_lookup_server()
208 down_write(&cell->fs_lock); in afs_lookup_server()
212 up_write(&cell->fs_lock); in afs_lookup_server()
220 up_write(&cell->fs_lock); in afs_lookup_server()
266 down_write(&cell->fs_lock); in afs_lookup_server()
281 up_write(&cell->fs_lock); in afs_lookup_server()
[all …]
H A Dfs_probe.c82 write_seqlock(&net->fs_lock); in afs_finished_fs_probe()
91 write_sequnlock(&net->fs_lock); in afs_finished_fs_probe()
255 write_lock(&server->fs_lock); in afs_fs_probe_fileserver()
258 lockdep_is_held(&server->fs_lock)); in afs_fs_probe_fileserver()
276 write_unlock(&server->fs_lock); in afs_fs_probe_fileserver()
388 __releases(&net->fs_lock) in afs_dispatch_fs_probe()
398 write_sequnlock(&net->fs_lock); in afs_dispatch_fs_probe()
410 write_seqlock(&net->fs_lock); in afs_probe_fileserver()
413 write_sequnlock(&net->fs_lock); in afs_probe_fileserver()
440 write_seqlock(&net->fs_lock); in afs_fs_probe_dispatcher()
[all …]
H A Dmain.c86 seqlock_init(&net->fs_lock); in afs_net_init()
H A Dinternal.h307 seqlock_t fs_lock; /* For fs_probe_*, fs_proc */ member
408 struct rw_semaphore fs_lock; /* For fs_servers */ member
577 rwlock_t fs_lock; /* access lock */ member
H A Dcell.c173 init_rwsem(&cell->fs_lock); in afs_alloc_cell()