Home
last modified time | relevance | path

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

/linux/include/trace/events/
H A Dext4.h1213 TP_PROTO(struct inode *inode, int used_blocks, int quota_claim),
1215 TP_ARGS(inode, used_blocks, quota_claim),
1223 __field( int, quota_claim )
1234 __entry->quota_claim = quota_claim;
1244 __entry->quota_claim)
/linux/fs/ext4/
H A Dinode.c338 int used, int quota_claim) in ext4_da_update_reserve_space() argument
344 trace_ext4_da_update_reserve_space(inode, used, quota_claim); in ext4_da_update_reserve_space()
361 if (quota_claim) in ext4_da_update_reserve_space()
H A Dext4.h3018 int used, int quota_claim);