Home
last modified time | relevance | path

Searched refs:quota_claim (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/trace/events/
H A Dext4.h1217 TP_PROTO(struct inode *inode, int used_blocks, int quota_claim),
1219 TP_ARGS(inode, used_blocks, quota_claim),
1227 __field( int, quota_claim )
1238 __entry->quota_claim = quota_claim;
1248 __entry->quota_claim)
/openbmc/linux/fs/ext4/
H A Dinode.c333 int used, int quota_claim) in ext4_da_update_reserve_space() argument
339 trace_ext4_da_update_reserve_space(inode, used, quota_claim); in ext4_da_update_reserve_space()
356 if (quota_claim) in ext4_da_update_reserve_space()
H A Dext4.h3009 int used, int quota_claim);