Home
last modified time | relevance | path

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

/fs/ncpfs/
Dioctl.c592 down_read(&server->auth_rwsem); in __ncp_ioctl()
605 up_read(&server->auth_rwsem); in __ncp_ioctl()
619 down_read(&server->auth_rwsem); in __ncp_ioctl()
632 up_read(&server->auth_rwsem); in __ncp_ioctl()
673 down_write(&server->auth_rwsem); in __ncp_ioctl()
683 up_write(&server->auth_rwsem); in __ncp_ioctl()
709 down_read(&server->auth_rwsem); in __ncp_ioctl()
720 up_read(&server->auth_rwsem); in __ncp_ioctl()
769 down_write(&server->auth_rwsem); in __ncp_ioctl()
774 up_write(&server->auth_rwsem); in __ncp_ioctl()
Dncp_fs_sb.h99 struct rw_semaphore auth_rwsem; member
Dinode.c589 init_rwsem(&server->auth_rwsem); in ncp_fill_super()