Home
last modified time | relevance | path

Searched refs:sort (Results 1 – 25 of 33) sorted by relevance

12

/fs/xfs/
A Dxfs_refcount_item.c313 bool sort, in __xfs_refcount_update_create_intent() argument
323 if (sort) in __xfs_refcount_update_create_intent()
335 bool sort) in xfs_refcount_update_create_intent() argument
337 return __xfs_refcount_update_create_intent(tp, items, count, sort, in xfs_refcount_update_create_intent()
611 bool sort) in xfs_rtrefcount_update_create_intent() argument
613 return __xfs_refcount_update_create_intent(tp, items, count, sort, in xfs_rtrefcount_update_create_intent()
A Dxfs_rmap_item.c338 bool sort, in __xfs_rmap_update_create_intent() argument
348 if (sort) in __xfs_rmap_update_create_intent()
360 bool sort) in xfs_rmap_update_create_intent() argument
362 return __xfs_rmap_update_create_intent(tp, items, count, sort, in xfs_rmap_update_create_intent()
664 bool sort) in xfs_rtrmap_update_create_intent() argument
666 return __xfs_rmap_update_create_intent(tp, items, count, sort, in xfs_rtrmap_update_create_intent()
A Dxfs_extfree_item.c422 bool sort, in __xfs_extent_free_create_intent() argument
432 if (sort) in __xfs_extent_free_create_intent()
444 bool sort) in xfs_extent_free_create_intent() argument
446 return __xfs_extent_free_create_intent(tp, items, count, sort, in xfs_extent_free_create_intent()
762 bool sort) in xfs_rtextent_free_create_intent() argument
764 return __xfs_extent_free_create_intent(tp, items, count, sort, in xfs_rtextent_free_create_intent()
A Dxfs_linux.h176 #define xfs_sort(a,n,s,fn) sort(a,n,s,fn,NULL)
A Dxfs_bmap_item.c297 bool sort) in xfs_bmap_update_create_intent() argument
305 if (sort) in xfs_bmap_update_create_intent()
A Dxfs_exchmaps_item.c219 bool sort) in xfs_exchmaps_create_intent() argument
A Dxfs_attr_item.c416 bool sort) in xfs_attr_create_intent() argument
A Dxfs_zone_gc.c351 sort(iter->recs, iter->rec_count, sizeof(iter->recs[0]), in xfs_zone_gc_query()
A Dxfs_dquot.c1534 sort(q, i, sizeof(struct xfs_dqtrx), xfs_dqtrx_cmp, NULL); in xfs_dqlockn()
/fs/bcachefs/
A Djournal_sb.c40 sort(b, nr, sizeof(u64), u64_cmp, NULL); in bch2_sb_journal_validate()
134 sort(b, nr, sizeof(*b), u64_range_cmp, NULL); in bch2_sb_journal_v2_validate()
A Ddisk_groups.c73 sort(sorted, nr_groups, sizeof(*sorted), group_cmp, NULL); in bch2_sb_disk_groups_validate()
/fs/xfs/libxfs/
A Dxfs_defer.h53 struct list_head *items, unsigned int count, bool sort);
A Dxfs_defer.c192 bool sort) in xfs_defer_barrier_create_intent() argument
279 bool sort) in xfs_defer_create_intent() argument
287 sort); in xfs_defer_create_intent()
/fs/xfs/scrub/
A Dxfarray.c560 sort(scratch, hi - lo + 1, si->array->obj_size, si->cmp_fn, NULL); in xfarray_isort()
597 sort(startp, hi - lo + 1, si->array->obj_size, si->cmp_fn, NULL); in xfarray_foliosort()
706 sort(parray, XFARRAY_QSORT_PIVOT_NR, pivot_rec_sz, si->cmp_fn, NULL); in xfarray_qsort_pivot()
A Dagheader.c842 sort(sai.entries, sai.nr_entries, sizeof(sai.entries[0]), in xchk_agfl()
/fs/smb/client/
A Dcompress.c247 sort(bkt, bkt_size, sizeof(*bkt), cmp_bkt, NULL); in is_compressible()
/fs/nfs_common/
A Dnfsacl.c301 sort(acl->a_entries, acl->a_count, sizeof(struct posix_acl_entry), in posix_acl_from_nfsacl()
/fs/ext4/
A Dfsmap.c726 sort(handlers, EXT4_GETFSMAP_DEVS, sizeof(struct ext4_getfsmap_dev), in ext4_getfsmap()
/fs/ubifs/
A Dfind.c756 sort(c->dirty_idx.arr, c->dirty_idx.cnt, sizeof(void *), in ubifs_save_dirty_idx_lnums()
/fs/gfs2/
A Dquota.c914 sort(qda, num_qd, sizeof(struct gfs2_quota_data *), sort_qd, NULL); in do_sync()
1087 sort(ip->i_qadata->qa_qd, ip->i_qadata->qa_qd_num, in gfs2_quota_lock()
A Ddir.c1274 sort(&darr[sort_start], entries - sort_start, in do_filldir_main()
/fs/ceph/
A Dsnap.c406 sort(snapc->snaps, num, sizeof(u64), cmpu64_rev, NULL); in build_snap_context()
/fs/
A Dcoredump.c1772 sort(cprm->vma_meta, cprm->vma_count, sizeof(*cprm->vma_meta), in dump_vma_snapshot()
/fs/ocfs2/
A Drefcounttree.c1469 sort(&rl->rl_recs, le16_to_cpu(rl->rl_used), in ocfs2_divide_leaf_refcount_block()
1494 sort(&rl->rl_recs, le16_to_cpu(rl->rl_used), in ocfs2_divide_leaf_refcount_block()
1498 sort(&new_rl->rl_recs, le16_to_cpu(new_rl->rl_used), in ocfs2_divide_leaf_refcount_block()
A Dxattr.c4233 sort(target + offset, count, sizeof(struct ocfs2_xattr_entry), in ocfs2_cp_xattr_block_to_bucket()
4427 sort(entries, le16_to_cpu(xh->xh_count), in ocfs2_defrag_xattr_bucket()
4469 sort(entries, le16_to_cpu(xh->xh_count), in ocfs2_defrag_xattr_bucket()

Completed in 85 milliseconds

12