Home
last modified time | relevance | path

Searched refs:ncp_lock_ioctl (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/include/linux/
Dncp_fs.h60 struct ncp_lock_ioctl struct
121 #define NCP_IOC_LOCKUNLOCK _IOR('n', 7, struct ncp_lock_ioctl)
/linux-2.4.37.9/fs/ncpfs/
Dioctl.c309 struct ncp_lock_ioctl rqdata; in ncp_ioctl()
312 if (copy_from_user(&rqdata, (struct ncp_lock_ioctl*)arg, in ncp_ioctl()