Searched refs:roots (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/lib/ |
D | bch.c | 510 unsigned int *roots) in find_affine4_roots() argument 539 return solve_linear_system(bch, rows, roots, 4); in find_affine4_roots() 546 unsigned int *roots) in find_poly_deg1_roots() argument 552 roots[n++] = mod_s(bch, GF_N(bch)-bch->a_log_tab[poly->c[0]]+ in find_poly_deg1_roots() 561 unsigned int *roots) in find_poly_deg2_roots() argument 590 roots[n++] = modulo(bch, 2*GF_N(bch)-l1- in find_poly_deg2_roots() 592 roots[n++] = modulo(bch, 2*GF_N(bch)-l1- in find_poly_deg2_roots() 603 unsigned int *roots) in find_poly_deg3_roots() argument 625 roots[n++] = a_ilog(bch, tmp[i]); in find_poly_deg3_roots() 636 unsigned int *roots) in find_poly_deg4_roots() argument [all …]
|
/linux-4.4.14/fs/btrfs/ |
D | backref.c | 931 struct ulist *roots, const u64 *extent_item_pos, argument 1064 if (roots && ref->count && ref->root_id && ref->parent == 0) { 1071 ret = ulist_add(roots, ref->root_id, 0, GFP_NOFS); 1201 u64 time_seq, struct ulist **roots) argument 1211 *roots = ulist_alloc(GFP_NOFS); 1212 if (!*roots) { 1220 time_seq, tmp, *roots, NULL, 0, 0); 1223 ulist_free(*roots); 1239 u64 time_seq, struct ulist **roots) argument 1245 ret = __btrfs_find_all_roots(trans, fs_info, bytenr, time_seq, roots); [all …]
|
D | backref.h | 56 u64 time_seq, struct ulist **roots);
|
D | qgroup.c | 1490 struct ulist *roots, struct ulist *tmp, in qgroup_update_refcnt() argument 1500 if (!roots) in qgroup_update_refcnt() 1503 while ((unode = ulist_next(roots, &uiter))) { in qgroup_update_refcnt() 2198 struct ulist *roots = NULL; in qgroup_rescan_leaf() local 2258 &roots); in qgroup_rescan_leaf() 2263 found.objectid, num_bytes, NULL, roots); in qgroup_rescan_leaf()
|
/linux-4.4.14/Documentation/filesystems/ |
D | btrfs.txt | 26 * Subvolumes (separate internal filesystem roots) 173 Currently this scans a list of several previous tree roots and tries to
|
D | path-lookup.txt | 299 lookups, and to assume dentry mount points and mount roots are stable up and
|
/linux-4.4.14/Documentation/kbuild/ |
D | kbuild.txt | 145 relocations required by build roots. This is not defined in the
|
/linux-4.4.14/Documentation/filesystems/nfs/ |
D | Exporting | 61 b/ A per-superblock list "s_anon" of dentries which are the roots of
|
/linux-4.4.14/Documentation/virtual/kvm/ |
D | mmu.txt | 324 - look up new shadow roots 329 - look up new shadow roots
|
/linux-4.4.14/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 2370 config ubd3=/home/jdike/incoming/roots/root_fs_debian22
|