Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ncpfs/
Dioctl.c590 down_read(&server->auth_rwsem); in __ncp_ioctl()
603 up_read(&server->auth_rwsem); in __ncp_ioctl()
617 down_read(&server->auth_rwsem); in __ncp_ioctl()
630 up_read(&server->auth_rwsem); in __ncp_ioctl()
671 down_write(&server->auth_rwsem); in __ncp_ioctl()
681 up_write(&server->auth_rwsem); in __ncp_ioctl()
707 down_read(&server->auth_rwsem); in __ncp_ioctl()
718 up_read(&server->auth_rwsem); in __ncp_ioctl()
767 down_write(&server->auth_rwsem); in __ncp_ioctl()
772 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()