Home
last modified time | relevance | path

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

/minix3/sys/ufs/ufs/
H A Dufs_quota.h115 int chkiq1(struct inode *, int32_t, kauth_cred_t, int);
H A Dufs_quota.c161 return chkiq1(ip, change, cred, flags); in chkiq()
H A Dufs_quota1.c171 chkiq1(struct inode *ip, int32_t change, kauth_cred_t cred, int flags) in chkiq1() function