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

  /src/sys/ufs/lfs/
ulfs_quota2.c 69 static int getinoquota2(struct inode *, bool, bool, struct buf **,
369 getinoquota2(struct inode *ip, bool alloc, bool modify, struct buf **bpp, function in typeref:typename:int
453 if ((error = getinoquota2(ip, change > 0, change != 0, bp, q2e)) != 0)
  /src/sys/ufs/ufs/
ufs_quota2.c 64 static int getinoquota2(struct inode *, bool, bool, struct buf **,
363 getinoquota2(struct inode *ip, bool alloc, bool modify, struct buf **bpp, function in typeref:typename:int
449 if ((error = getinoquota2(ip, change > 0, change != 0, bp, q2e)) != 0)

Completed in 27 milliseconds