Home
last modified time | relevance | path

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

/minix3/sys/ufs/ufs/
H A Dufs_quota.h127 int chkdq2(struct inode *, int64_t, kauth_cred_t, int);
H A Dufs_quota.c145 return chkdq2(ip, change, cred, flags); in chkdq()
H A Dufs_quota2.c563 chkdq2(struct inode *ip, int64_t change, kauth_cred_t cred, int flags) in chkdq2() function