Home
last modified time | relevance | path

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

/linux-4.19.296/fs/quota/
Ddquot.c1930 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()
[all …]
/linux-4.19.296/include/trace/events/
Drpcrdma.h463 unsigned int wtype
466 TP_ARGS(rqst, hdrlen, rtype, wtype),
477 __field(unsigned int, wtype)
489 __entry->wtype = wtype;
497 xprtrdma_show_chunktype(__entry->wtype)