Lines Matching refs:wtype
1930 int wtype; in __dquot_free_space() local
1936 wtype = info_bdq_free(dquots[cnt], number); in __dquot_free_space()
1937 if (wtype != QUOTA_NL_NOWARN) in __dquot_free_space()
1938 prepare_warning(&warn[cnt], dquots[cnt], wtype); in __dquot_free_space()
1977 int wtype; in dquot_free_inode() local
1983 wtype = info_idq_free(dquots[cnt], 1); in dquot_free_inode()
1984 if (wtype != QUOTA_NL_NOWARN) in dquot_free_inode()
1985 prepare_warning(&warn[cnt], dquots[cnt], wtype); in dquot_free_inode()
2080 int wtype; in __dquot_transfer() local
2083 wtype = info_idq_free(transfer_from[cnt], inode_usage); in __dquot_transfer()
2084 if (wtype != QUOTA_NL_NOWARN) in __dquot_transfer()
2086 transfer_from[cnt], wtype); in __dquot_transfer()
2087 wtype = info_bdq_free(transfer_from[cnt], in __dquot_transfer()
2089 if (wtype != QUOTA_NL_NOWARN) in __dquot_transfer()
2091 transfer_from[cnt], wtype); in __dquot_transfer()