Home
last modified time | relevance | path

Searched refs:auth_rwsem (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/fs/ncpfs/
Dioctl.c588 down_read(&server->auth_rwsem); in __ncp_ioctl()
601 up_read(&server->auth_rwsem); in __ncp_ioctl()
615 down_read(&server->auth_rwsem); in __ncp_ioctl()
628 up_read(&server->auth_rwsem); in __ncp_ioctl()
669 down_write(&server->auth_rwsem); in __ncp_ioctl()
679 up_write(&server->auth_rwsem); in __ncp_ioctl()
705 down_read(&server->auth_rwsem); in __ncp_ioctl()
716 up_read(&server->auth_rwsem); in __ncp_ioctl()
765 down_write(&server->auth_rwsem); in __ncp_ioctl()
770 up_write(&server->auth_rwsem); in __ncp_ioctl()
Dncp_fs_sb.h98 struct rw_semaphore auth_rwsem; member
Dinode.c590 init_rwsem(&server->auth_rwsem); in ncp_fill_super()