Searched refs:dst_idx (Results 1 – 2 of 2) sorted by relevance
/fs/incfs/ |
D | data_mgmt.c | 1080 int dst_idx; in incfs_collect_logged_reads() local 1112 for (dst_idx = 0; dst_idx < reads_size; dst_idx++) { in incfs_collect_logged_reads() 1118 &reads[dst_idx], in incfs_collect_logged_reads() 1128 return dst_idx; in incfs_collect_logged_reads()
|
/fs/xfs/ |
D | xfs_trace.h | 1871 TP_PROTO(struct xfs_da_args *args, int src_idx, int dst_idx, int count), 1872 TP_ARGS(args, src_idx, dst_idx, count), 1878 __field(int, dst_idx) 1886 __entry->dst_idx = dst_idx; 1895 __entry->dst_idx,
|