Home
last modified time | relevance | path

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

/fs/pstore/
Dftrace.c163 struct pstore_ftrace_record *drec, *srec, *mrec; in pstore_ftrace_combine_log() local
178 srec = (struct pstore_ftrace_record *)(src_log + src_off); in pstore_ftrace_combine_log()
183 pstore_ftrace_read_timestamp(&srec[src_idx])) { in pstore_ftrace_combine_log()
187 mrec[merged_idx++] = srec[src_idx++]; in pstore_ftrace_combine_log()
198 mrec[merged_idx++] = srec[src_idx++]; in pstore_ftrace_combine_log()
/fs/xfs/libxfs/
Dxfs_ialloc.c471 struct xfs_inobt_rec_incore *srec) /* src record */ in __xfs_inobt_can_merge() argument
477 if (trec->ir_startino != srec->ir_startino) in __xfs_inobt_can_merge()
482 !xfs_inobt_issparse(srec->ir_holemask)) in __xfs_inobt_can_merge()
486 if (!trec->ir_count || !srec->ir_count) in __xfs_inobt_can_merge()
490 if (trec->ir_count + srec->ir_count > XFS_INODES_PER_CHUNK) in __xfs_inobt_can_merge()
495 salloc = xfs_inobt_irec_to_allocmask(srec); in __xfs_inobt_can_merge()
509 struct xfs_inobt_rec_incore *srec) /* src */ in __xfs_inobt_rec_merge() argument
511 ASSERT(trec->ir_startino == srec->ir_startino); in __xfs_inobt_rec_merge()
514 trec->ir_count += srec->ir_count; in __xfs_inobt_rec_merge()
515 trec->ir_freecount += srec->ir_freecount; in __xfs_inobt_rec_merge()
[all …]