Home
last modified time | relevance | path

Searched refs:s_umount (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/fs/
Dsuper.c274 init_rwsem(&s->s_umount); in alloc_super()
276 down_write(&s->s_umount); in alloc_super()
350 down_write(&s->s_umount); in grab_super()
361 up_write(&s->s_umount); in grab_super()
407 up_write(&s->s_umount); in remove_super()
435 up_read(&sb->s_umount); in drop_super()
475 down_read(&sb->s_umount); in sync_supers()
505 down_read(&s->s_umount); in get_super()
817 up_write(&sb->s_umount); in do_kern_mount()
836 down_write(&sb->s_umount); in kill_super()
Dnamespace.c323 down_write(&sb->s_umount); in do_umount()
329 up_write(&sb->s_umount); in do_umount()
545 down_write(&sb->s_umount); in do_remount()
549 up_write(&sb->s_umount); in do_remount()
Dinode.c467 down_read(&s->s_umount); in get_super_to_sync()
Ddquot.c436 down_read(&sb->s_umount); in get_super_to_sync()
/linux-2.4.37.9/include/linux/
Dfs.h759 struct rw_semaphore s_umount; member