Lines Matching refs:longest
61 xfs_extlen_t *longest) in xfs_filestream_pick_ag() argument
66 xfs_extlen_t minlen = *longest; in xfs_filestream_pick_ag()
80 *longest = 0; in xfs_filestream_pick_ag()
81 err = xfs_bmap_longest_free_extent(pag, NULL, longest); in xfs_filestream_pick_ag()
110 if (((minlen && *longest >= minlen) || in xfs_filestream_pick_ag()
207 xfs_extlen_t *longest) in xfs_filestream_lookup_association() argument
214 *longest = 0; in xfs_filestream_lookup_association()
239 *longest = 1; in xfs_filestream_lookup_association()
243 error = xfs_bmap_longest_free_extent(pag, args->tp, longest); in xfs_filestream_lookup_association()
246 if (error || *longest < args->maxlen) { in xfs_filestream_lookup_association()
248 *longest = 0; in xfs_filestream_lookup_association()
263 xfs_extlen_t *longest) in xfs_filestream_create_association() argument
296 *longest = ap->length; in xfs_filestream_create_association()
297 error = xfs_filestream_pick_ag(args, pino, agno, flags, longest); in xfs_filestream_create_association()
345 xfs_extlen_t *longest) in xfs_filestream_select_ag() argument
352 *longest = 0; in xfs_filestream_select_ag()
358 longest); in xfs_filestream_select_ag()
362 if (*longest >= args->maxlen) in xfs_filestream_select_ag()
368 error = xfs_filestream_create_association(ap, args, ino, longest); in xfs_filestream_select_ag()