Home
last modified time | relevance | path

Searched refs:xfs_quota_reserve_blkres (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/fs/xfs/
Dxfs_quota.h112 xfs_quota_reserve_blkres(struct xfs_inode *ip, int64_t blocks) in xfs_quota_reserve_blkres() function
148 xfs_quota_reserve_blkres(struct xfs_inode *ip, int64_t blocks) in xfs_quota_reserve_blkres() function
178 return xfs_quota_reserve_blkres(ip, -blocks); in xfs_quota_unreserve_blkres()
/linux-6.1.9/fs/xfs/libxfs/
Dxfs_bmap.c3996 error = xfs_quota_reserve_blkres(ip, alen); in xfs_bmapi_reserve_delalloc()