Searched refs:getinoquota (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_quota.h151 extern struct dquot *getinoquota(struct inode *);
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dquota_ufs.c74 getinoquota(struct inode *ip) function
176 expect_dq = getinoquota(ip);
178 * We got NULL back from getinoquota(), but there is
195 * out by getinoquota().
255 * Release for getinoquota() above or getdiskquota()
H A Dquotacalls.c183 ip->i_dquot = getinoquota(ip);
468 ip->i_dquot = getinoquota(ip);
608 * fields (getinoquota() returns NULL when there are no limits).
H A Dufs_inode.c653 ip->i_dquot = getinoquota(ip);
H A Dufs_dir.c2208 ip->i_dquot = getinoquota(ip);
H A Dufs_vnops.c2301 ip->i_dquot = getinoquota(ip);

Completed in 67 milliseconds