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

  /src/sys/ufs/lfs/
ulfs_quota2.c 438 quota2_check(struct inode *ip, int vtype, int64_t change, kauth_cred_t cred, function in typeref:typename:int
568 return quota2_check(ip, QL_BLOCK, change, cred, flags);
574 return quota2_check(ip, QL_FILE, change, cred, flags);
  /src/sys/ufs/ufs/
ufs_quota2.c 435 quota2_check(struct inode *ip, int vtype, int64_t change, kauth_cred_t cred, function in typeref:typename:int
564 return quota2_check(ip, QL_BLOCK, change, cred, flags);
570 return quota2_check(ip, QL_FILE, change, cred, flags);

Completed in 14 milliseconds