Searched refs:recs (Results 1 - 12 of 12) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lnet/lnet/
H A Dapi-ni.c526 lnet_res_containers_destroy(struct lnet_res_container **recs) lnet_res_containers_destroy() argument
531 cfs_percpt_for_each(rec, i, recs) lnet_res_containers_destroy()
534 cfs_percpt_free(recs); lnet_res_containers_destroy()
540 struct lnet_res_container **recs; lnet_res_containers_create() local
545 recs = cfs_percpt_alloc(lnet_cpt_table(), sizeof(*rec)); lnet_res_containers_create()
546 if (recs == NULL) { lnet_res_containers_create()
552 cfs_percpt_for_each(rec, i, recs) { cfs_percpt_for_each()
555 lnet_res_containers_destroy(recs); cfs_percpt_for_each()
560 return recs;
607 struct lnet_res_container **recs; lnet_prepare() local
651 recs = lnet_res_containers_create(LNET_COOKIE_TYPE_ME, LNET_FL_MAX_MES, lnet_prepare()
653 if (recs == NULL) { lnet_prepare()
658 the_lnet.ln_me_containers = recs; lnet_prepare()
660 recs = lnet_res_containers_create(LNET_COOKIE_TYPE_MD, LNET_FL_MAX_MDS, lnet_prepare()
662 if (recs == NULL) { lnet_prepare()
667 the_lnet.ln_md_containers = recs; lnet_prepare()
/linux-4.1.27/block/partitions/
H A Dldm.c1424 int size, perbuf, skip, finish, s, v, recs; ldm_get_vblks() local
1450 recs = get_unaligned_be16(data + 0x0E); /* Number of records */ ldm_get_vblks()
1451 if (recs == 1) { ldm_get_vblks()
1454 } else if (recs > 1) { ldm_get_vblks()
/linux-4.1.27/fs/ntfs/
H A Daops.c141 unsigned int i, recs; ntfs_end_buffer_async_read() local
145 recs = PAGE_CACHE_SIZE / rec_size; ntfs_end_buffer_async_read()
147 BUG_ON(!recs); ntfs_end_buffer_async_read()
150 for (i = 0; i < recs; i++) ntfs_end_buffer_async_read()
/linux-4.1.27/fs/ocfs2/
H A Dxattr.c5837 * some REFCOUNT extent recs after the 1st one. ocfs2_prepare_refcount_xattr()
5855 * 2 * cluster more extent recs at most. ocfs2_prepare_refcount_xattr()
6300 * Sometimes we need to split the tree, and after split, half recs ocfs2_reflink_lock_xattr_allocators()
6302 * half number of recs. So we multiple new blocks by 2. ocfs2_reflink_lock_xattr_allocators()
6395 * recs have already be copied to the new xh with the ocfs2_reflink_xattr_header()
6769 * Sometimes we need to split the tree, and after split, half recs ocfs2_lock_reflink_xattr_rec_allocators()
6771 * half number of recs. So we multiple new blocks by 2. ocfs2_lock_reflink_xattr_rec_allocators()
H A Drefcounttree.c1219 * Merge the refcount rec if we are contiguous with the adjacent recs.
1865 * no more recs are needed, just split is OK. ocfs2_split_refcount_rec()
1866 * Otherwise we at least need one new recs. ocfs2_split_refcount_rec()
H A Dalloc.c2768 * Move recs over to get rid of empty extent, decrease ocfs2_rotate_subtree_left()
/linux-4.1.27/kernel/trace/
H A Dftrace.c1103 * Set when doing a global update, like enabling all recs or disabling them.
1828 * on a ftrace_rec, and -EINVAL if the new_hash tries to trace all recs.
1830 * - If the hash is NULL, it hits all recs (if IPMODIFY is set, this is rejected)
1832 * - Anything else hits the recs which match the hash entries.
/linux-4.1.27/fs/xfs/
H A Dxfs_log.c3538 * and then there are LR hdrs, split-recs and roundoff at end of syncs. xfs_log_calc_unit_res()
3570 * Furthermore - the addition of op headers for split-recs might xfs_log_calc_unit_res()
3585 /* for split-recs - ophdrs added when data split over LRs */ xfs_log_calc_unit_res()
/linux-4.1.27/net/ipv4/
H A Digmp.c634 /* change recs */ for_each_pmc_rcu()
/linux-4.1.27/net/ipv6/
H A Dmcast.c1901 /* change recs */ mld_send_cr()
/linux-4.1.27/drivers/block/
H A Dcciss.c5078 /* command and error info recs zeroed out before cciss_init_one()
/linux-4.1.27/fs/xfs/libxfs/
H A Dxfs_btree.c2826 int numrecs,/* # of recs in block */ xfs_btree_make_block_unfull()

Completed in 728 milliseconds