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

  /src/sys/ufs/ufs/
ufs_quota2.c 438 quota2_check(struct inode *ip, int vtype, int64_t change, kauth_cred_t cred, function
567 return quota2_check(ip, QL_BLOCK, change, cred, flags);
573 return quota2_check(ip, QL_FILE, change, cred, flags);
  /src/sys/ufs/lfs/
ulfs_quota2.c 438 quota2_check(struct inode *ip, int vtype, int64_t change, kauth_cred_t cred, function
568 return quota2_check(ip, QL_BLOCK, change, cred, flags);
574 return quota2_check(ip, QL_FILE, change, cred, flags);

Completed in 32 milliseconds