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()
78 *longest = 0; in xfs_filestream_pick_ag()
79 err = xfs_bmap_longest_free_extent(pag, NULL, longest); in xfs_filestream_pick_ag()
104 if (((minlen && *longest >= minlen) || in xfs_filestream_pick_ag()
156 *longest = 0; in xfs_filestream_pick_ag()
210 xfs_extlen_t *longest) in xfs_filestream_lookup_association() argument
217 *longest = 0; in xfs_filestream_lookup_association()
242 *longest = 1; in xfs_filestream_lookup_association()
246 error = xfs_bmap_longest_free_extent(pag, args->tp, longest); in xfs_filestream_lookup_association()
249 if (error || *longest < args->maxlen) { in xfs_filestream_lookup_association()
251 *longest = 0; in xfs_filestream_lookup_association()
266 xfs_extlen_t *longest) in xfs_filestream_create_association() argument
299 *longest = ap->length; in xfs_filestream_create_association()
300 error = xfs_filestream_pick_ag(args, pino, agno, flags, longest); in xfs_filestream_create_association()
348 xfs_extlen_t *longest) in xfs_filestream_select_ag() argument
355 *longest = 0; in xfs_filestream_select_ag()
361 longest); in xfs_filestream_select_ag()
365 if (*longest >= args->maxlen) in xfs_filestream_select_ag()
371 error = xfs_filestream_create_association(ap, args, ino, longest); in xfs_filestream_select_ag()