Searched refs:longest (Results 1 – 9 of 9) sorted by relevance
/fs/xfs/ |
D | xfs_filestream.c | 139 xfs_extlen_t longest, free = 0, minfree, maxfree = 0; in xfs_filestream_pick_ag() local 188 longest = xfs_alloc_longest_free_extent(pag, in xfs_filestream_pick_ag() 191 if (((minlen && longest >= minlen) || in xfs_filestream_pick_ag()
|
D | xfs_trace.h | 1485 __field(__u32, longest) 1503 __entry->longest = be32_to_cpu(agf->agf_longest); 1521 __entry->longest,
|
/fs/xfs/scrub/ |
D | agheader_repair.c | 65 xfs_agblock_t longest; member 82 if (rec->ar_blockcount > raa->longest) in xrep_agf_walk_allocbt() 83 raa->longest = rec->ar_blockcount; in xrep_agf_walk_allocbt() 259 agf->agf_longest = cpu_to_be32(raa.longest); in xrep_agf_calc_from_btrees()
|
/fs/ocfs2/dlm/ |
D | dlmdebug.c | 411 unsigned long total = 0, longest = 0, bucket_count = 0; in debug_mle_print() local 426 longest = max(longest, bucket_count); in debug_mle_print() 432 "Total: %lu, Longest: %lu\n", total, longest); in debug_mle_print()
|
/fs/nfsd/ |
D | filecache.c | 1074 unsigned int i, count = 0, longest = 0; in nfsd_file_cache_stats_show() local 1086 longest = max(longest, nfsd_file_hashtbl[i].nfb_count); in nfsd_file_cache_stats_show() 1095 seq_printf(m, "longest chain: %u\n", longest); in nfsd_file_cache_stats_show()
|
/fs/xfs/libxfs/ |
D | xfs_dir2_node.c | 1127 int longest) in xfs_dir3_data_block_free() argument 1141 bests[findex] = cpu_to_be16(longest); in xfs_dir3_data_block_free() 1218 int longest; /* longest data free entry */ in xfs_dir2_leafn_remove() local 1267 longest = be16_to_cpu(bf[0].length); in xfs_dir2_leafn_remove() 1284 if (longest < be16_to_cpu(bf[0].length)) { in xfs_dir2_leafn_remove() 1315 longest = be16_to_cpu(bf[0].length); in xfs_dir2_leafn_remove() 1320 if (longest == args->geo->blksize - in xfs_dir2_leafn_remove() 1343 fdb, findex, fbp, longest); in xfs_dir2_leafn_remove()
|
D | xfs_ialloc.c | 931 xfs_extlen_t longest = 0; /* longest extent available */ in xfs_ialloc_ag_select() local 1007 longest = pag->pagf_longest; in xfs_ialloc_ag_select() 1008 if (!longest) in xfs_ialloc_ag_select() 1009 longest = pag->pagf_flcount > 0; in xfs_ialloc_ag_select() 1012 longest >= ineed) { in xfs_ialloc_ag_select()
|
D | xfs_alloc.c | 2044 xfs_extlen_t alloc_len, longest; in xfs_alloc_space_available() local 2056 longest = xfs_alloc_longest_free_extent(pag, min_free, reservation); in xfs_alloc_space_available() 2057 if (longest < alloc_len) in xfs_alloc_space_available()
|
D | xfs_bmap.c | 3203 xfs_extlen_t longest; in xfs_bmap_longest_free_extent() local 3218 longest = xfs_alloc_longest_free_extent(pag, in xfs_bmap_longest_free_extent() 3221 if (*blen < longest) in xfs_bmap_longest_free_extent() 3222 *blen = longest; in xfs_bmap_longest_free_extent()
|