Searched refs:quota_claim (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/include/trace/events/ |
| H A D | ext4.h | 1213 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)
|
| /OK3568_Linux_fs/kernel/fs/ext4/ |
| H A D | inode.c | 357 int used, int quota_claim) in ext4_da_update_reserve_space() argument 363 trace_ext4_da_update_reserve_space(inode, used, quota_claim); in ext4_da_update_reserve_space() 380 if (quota_claim) in ext4_da_update_reserve_space()
|
| H A D | ext4.h | 2930 int used, int quota_claim);
|