Searched defs:qid_t (Results 1 – 2 of 2) sorted by relevance
/linux/fs/quota/ |
H A D | quota.c | 918 SYSCALL_DEFINE4(quotactl,unsigned int,cmd,const char __user *,special,qid_t,id,void __user *,addr) SYSCALL_DEFINE4() argument 974 SYSCALL_DEFINE4(quotactl_fd,unsigned int,fd,unsigned int,cmd,qid_t,id,void __user *,addr) SYSCALL_DEFINE4() argument [all...] |
/linux/include/linux/ |
H A D | quota.h | 65 typedef __kernel_uid32_t qid_t; /* Type in which we store ids in memory */ typedef
|