HomeSort by: relevance | last modified time | path
    Searched defs:chkiqchg (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/ufs/lfs/
ulfs_quota1.c 58 static int chkiqchg(struct inode *, int32_t, kauth_cred_t, int);
205 error = chkiqchg(ip, change, cred, i);
227 chkiqchg(struct inode *ip, int32_t change, kauth_cred_t cred, int type) function in typeref:typename:int
  /src/sys/ufs/ufs/
ufs_quota1.c 57 static int chkiqchg(struct inode *, int32_t, kauth_cred_t, int);
205 error = chkiqchg(ip, change, cred, i);
227 chkiqchg(struct inode *ip, int32_t change, kauth_cred_t cred, int type) function in typeref:typename:int

Completed in 46 milliseconds