Home
last modified time | relevance | path

Searched refs:cr (Results 1 – 10 of 10) sorted by relevance

/fs/xfs/scrub/
A Drmap.c204 struct xchk_rmap *cr, in xchk_rmapbt_check_overlapping() argument
217 pnext = cr->overlap_rec.rm_startblock + cr->overlap_rec.rm_blockcount; in xchk_rmapbt_check_overlapping()
238 struct xchk_rmap *cr, in xchk_rmap_mergeable() argument
268 struct xchk_rmap *cr, in xchk_rmapbt_check_mergeable() argument
308 bmp = &cr->fs_owned; in xchk_rmapbt_mark_bitmap()
314 bmp = &cr->ag_owned; in xchk_rmapbt_mark_bitmap()
398 struct xchk_rmap *cr) in xchk_rmapbt_walk_ag_metadata() argument
451 &cr->ag_owned); in xchk_rmapbt_walk_ag_metadata()
511 struct xchk_rmap *cr) in xchk_rmapbt_check_bitmaps() argument
552 if (!cr) in xchk_rmapbt()
[all …]
A Drtrmap.c97 struct xchk_rtrmap *cr, in xchk_rtrmapbt_check_overlapping() argument
106 if (cr->overlap_rec.rm_blockcount == 0) in xchk_rtrmapbt_check_overlapping()
110 pnext = cr->overlap_rec.rm_startblock + cr->overlap_rec.rm_blockcount; in xchk_rtrmapbt_check_overlapping()
131 struct xchk_rtrmap *cr, in xchk_rtrmap_mergeable() argument
134 const struct xfs_rmap_irec *r1 = &cr->prev_rec; in xchk_rtrmap_mergeable()
137 if (cr->prev_rec.rm_blockcount == 0) in xchk_rtrmap_mergeable()
156 struct xchk_rtrmap *cr, in xchk_rtrmapbt_check_mergeable() argument
162 if (xchk_rtrmap_mergeable(cr, irec)) in xchk_rtrmapbt_check_mergeable()
224 struct xchk_rtrmap *cr = bs->private; in xchk_rtrmapbt_rec() local
236 xchk_rtrmapbt_check_mergeable(bs, cr, &irec); in xchk_rtrmapbt_rec()
[all …]
/fs/ocfs2/
A Dresize.c88 struct ocfs2_chain_rec *cr; in ocfs2_update_last_group_and_inode() local
143 cr = (&cl->cl_recs[chain]); in ocfs2_update_last_group_and_inode()
144 le32_add_cpu(&cr->c_total, num_bits); in ocfs2_update_last_group_and_inode()
145 le32_add_cpu(&cr->c_free, num_bits); in ocfs2_update_last_group_and_inode()
150 le32_add_cpu(&cr->c_free, -1 * backups); in ocfs2_update_last_group_and_inode()
465 struct ocfs2_chain_rec *cr; in ocfs2_group_add() local
527 cr = &cl->cl_recs[input->chain]; in ocfs2_group_add()
538 group->bg_next_group = cr->c_blkno; in ocfs2_group_add()
551 memset(cr, 0, sizeof(struct ocfs2_chain_rec)); in ocfs2_group_add()
554 cr->c_blkno = cpu_to_le64(input->group); in ocfs2_group_add()
[all …]
/fs/ntfs3/
A Dfslog.c564 cr = ca + client_idx; in is_client_area_valid()
588 *head = cr->next_client; in remove_client()
590 ca[le16_to_cpu(cr->prev_client)].next_client = cr->next_client; in remove_client()
593 ca[le16_to_cpu(cr->next_client)].prev_client = cr->prev_client; in remove_client()
604 cr->next_client = *head; in add_client()
1396 struct CLIENT_REC *cr; in log_create_ra() local
1415 cr = ra->clients; in log_create_ra()
2456 const struct CLIENT_REC *cr; in read_log_rec_lcb() local
3766 struct CLIENT_REC *ca, *cr; in log_replay() local
4086 cr = ca + t16; in log_replay()
[all …]
A Dbitmap.c968 const struct rb_node *pr, *cr; in wnd_find() local
1011 cr = wnd->start_tree.rb_node; in wnd_find()
1014 e = rb_entry(cr, struct e_node, start.node); in wnd_find()
1020 pr = cr; in wnd_find()
1021 cr = cr->rb_right; in wnd_find()
1022 if (!cr) in wnd_find()
1027 cr = cr->rb_left; in wnd_find()
1028 if (!cr) { in wnd_find()
/fs/ext4/
A Dmballoc.c884 enum criteria cr = ac->ac_criteria; in ext4_mb_scan_groups_xa_range() local
1140 enum criteria cr = ac->ac_criteria; in ext4_mb_scan_groups_linear() local
2647 enum criteria cr = ac->ac_criteria; in __ext4_mb_scan_group() local
2650 if (cr == CR_POWER2_ALIGNED) in __ext4_mb_scan_group()
2659 if ((cr == CR_GOAL_LEN_FAST || cr == CR_BEST_AVAIL_LEN) && in __ext4_mb_scan_group()
2673 ext4_group_t group, enum criteria cr) in ext4_mb_good_group() argument
2679 BUG_ON(cr < CR_POWER2_ALIGNED || cr >= EXT4_MB_NUM_CRS); in ext4_mb_good_group()
2692 switch (cr) { in ext4_mb_good_group()
2791 if (!ext4_mb_cr_expensive(cr) && in ext4_mb_good_group_nolock()
2925 enum criteria cr = ac->ac_criteria; in ext4_mb_scan_group() local
[all …]
A Dext4.h2975 static inline bool ext4_mb_cr_expensive(enum criteria cr) in ext4_mb_cr_expensive() argument
2977 return cr >= CR_GOAL_LEN_SLOW; in ext4_mb_cr_expensive()
/fs/nfsd/
A Dnfs4state.c2613 static bool is_gss_cred(struct svc_cred *cr) in is_gss_cred() argument
2616 return (cr->cr_flavor > RPC_AUTH_MAXFLAVOR); in is_gss_cred()
2638 struct svc_cred *cr = &rqstp->rq_cred; in svc_rqst_integrity_protected() local
2641 if (!cr->cr_gss_mech) in svc_rqst_integrity_protected()
2643 service = gss_pseudoflavor_to_service(cr->cr_gss_mech, cr->cr_flavor); in svc_rqst_integrity_protected()
2650 struct svc_cred *cr = &rqstp->rq_cred; in nfsd4_mach_creds_match() local
2654 if (cl->cl_cred.cr_gss_mech != cr->cr_gss_mech) in nfsd4_mach_creds_match()
2660 cr->cr_raw_principal); in nfsd4_mach_creds_match()
2661 if (!cr->cr_principal) in nfsd4_mach_creds_match()
2663 return 0 == strcmp(cl->cl_cred.cr_principal, cr->cr_principal); in nfsd4_mach_creds_match()
/fs/resctrl/
A Drdtgroup.c4175 struct rdtgroup *cr; in clear_childcpus() local
4177 list_for_each_entry(cr, &r->mon.crdtgrp_list, mon.crdtgrp_list) { in clear_childcpus()
4178 if (cpumask_test_and_clear_cpu(cpu, &cr->cpu_mask)) in clear_childcpus()
/fs/btrfs/
A Dsend.c1292 const struct clone_root *cr = elt; in __clone_root_cmp_bsearch() local
1294 if (root < btrfs_root_id(cr->root)) in __clone_root_cmp_bsearch()
1296 if (root > btrfs_root_id(cr->root)) in __clone_root_cmp_bsearch()

Completed in 83 milliseconds