Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/autofs/
Dexpire.c289 spin_lock(&sbi->fs_lock); in autofs_expire_direct()
293 spin_unlock(&sbi->fs_lock); in autofs_expire_direct()
297 spin_unlock(&sbi->fs_lock); in autofs_expire_direct()
300 spin_lock(&sbi->fs_lock); in autofs_expire_direct()
303 spin_unlock(&sbi->fs_lock); in autofs_expire_direct()
306 spin_lock(&sbi->fs_lock); in autofs_expire_direct()
308 spin_unlock(&sbi->fs_lock); in autofs_expire_direct()
439 spin_lock(&sbi->fs_lock); in autofs_expire_indirect()
442 spin_unlock(&sbi->fs_lock); in autofs_expire_indirect()
445 spin_unlock(&sbi->fs_lock); in autofs_expire_indirect()
[all …]
Droot.c335 spin_lock(&sbi->fs_lock); in autofs_d_automount()
337 spin_unlock(&sbi->fs_lock); in autofs_d_automount()
350 spin_unlock(&sbi->fs_lock); in autofs_d_automount()
368 spin_unlock(&sbi->fs_lock); in autofs_d_automount()
373 spin_unlock(&sbi->fs_lock); in autofs_d_automount()
378 spin_unlock(&sbi->fs_lock); in autofs_d_automount()
380 spin_lock(&sbi->fs_lock); in autofs_d_automount()
383 spin_unlock(&sbi->fs_lock); in autofs_d_automount()
387 spin_unlock(&sbi->fs_lock); in autofs_d_automount()
449 spin_lock(&sbi->fs_lock); in autofs_d_manage()
[all …]
Dwaitq.c194 spin_lock(&sbi->fs_lock); in autofs_getpath()
199 spin_unlock(&sbi->fs_lock); in autofs_getpath()
215 spin_unlock(&sbi->fs_lock); in autofs_getpath()
506 spin_lock(&sbi->fs_lock); in autofs_wait()
509 spin_unlock(&sbi->fs_lock); in autofs_wait()
Dautofs_i.h122 spinlock_t fs_lock; member
Ddev-ioctl.c442 spin_lock(&sbi->fs_lock); in autofs_dev_ioctl_requester()
447 spin_unlock(&sbi->fs_lock); in autofs_dev_ioctl_requester()
Dinode.c251 spin_lock_init(&sbi->fs_lock); in autofs_fill_super()
/kernel/linux/linux-5.10/fs/afs/
Dserver.c106 read_seqbegin_or_lock(&net->fs_lock, &seq); in afs_find_server_by_uuid()
124 } while (need_seqretry(&net->fs_lock, seq)); in afs_find_server_by_uuid()
126 done_seqretry(&net->fs_lock, seq); in afs_find_server_by_uuid()
148 write_seqlock(&net->fs_lock); in afs_install_server()
172 lockdep_is_held(&net->fs_lock.lock)); in afs_install_server()
211 write_sequnlock(&net->fs_lock); in afs_install_server()
237 rwlock_init(&server->fs_lock); in afs_alloc_server()
484 write_seqlock(&net->fs_lock); in afs_gc_servers()
491 server->uuid_next, lockdep_is_held(&net->fs_lock.lock)); in afs_gc_servers()
517 write_sequnlock(&net->fs_lock); in afs_gc_servers()
[all …]
Dfs_probe.c44 write_seqlock(&net->fs_lock); in afs_finished_fs_probe()
52 write_sequnlock(&net->fs_lock); in afs_finished_fs_probe()
198 read_lock(&server->fs_lock); in afs_fs_probe_fileserver()
200 lockdep_is_held(&server->fs_lock)); in afs_fs_probe_fileserver()
202 read_unlock(&server->fs_lock); in afs_fs_probe_fileserver()
325 __releases(&net->fs_lock) in afs_dispatch_fs_probe()
335 write_sequnlock(&net->fs_lock); in afs_dispatch_fs_probe()
347 write_seqlock(&net->fs_lock); in afs_probe_fileserver()
350 write_sequnlock(&net->fs_lock); in afs_probe_fileserver()
377 write_seqlock(&net->fs_lock); in afs_fs_probe_dispatcher()
[all …]
Drotate.c381 read_lock(&server->fs_lock); in afs_select_fileserver()
383 lockdep_is_held(&server->fs_lock)); in afs_select_fileserver()
385 read_unlock(&server->fs_lock); in afs_select_fileserver()
Dmain.c89 seqlock_init(&net->fs_lock); in afs_net_init()
Dinternal.h279 seqlock_t fs_lock; /* For fs_servers, fs_probe_*, fs_proc */ member
386 seqlock_t fs_lock; /* For fs_servers */ member
520 rwlock_t fs_lock; /* access lock */ member
Dcell.c168 seqlock_init(&cell->fs_lock); in afs_alloc_cell()