Searched refs:irec (Results 1 - 25 of 42) sorted by relevance

12

/linux-master/fs/xfs/scrub/
H A Dbmap.c140 /* Look for a corresponding rmap for this irec. */
144 struct xfs_bmbt_irec *irec,
156 if (irec->br_state == XFS_EXT_UNWRITTEN)
166 offset = irec->br_startoff;
185 irec->br_startoff);
193 struct xfs_bmbt_irec *irec,
203 /* Find the rmap record for this irec. */
204 if (!xchk_bmap_get_rmap(info, irec, agbno, owner, &rmap))
213 irec->br_startoff);
216 if (rmap_end != agbno + irec
142 xchk_bmap_get_rmap( struct xchk_bmap_info *info, struct xfs_bmbt_irec *irec, xfs_agblock_t agbno, uint64_t owner, struct xfs_rmap_irec *rmap) argument
191 xchk_bmap_xref_rmap( struct xchk_bmap_info *info, struct xfs_bmbt_irec *irec, xfs_agblock_t agbno) argument
258 xchk_bmap_xref_rmap_cow( struct xchk_bmap_info *info, struct xfs_bmbt_irec *irec, xfs_agblock_t agbno) argument
312 xchk_bmap_rt_iextent_xref( struct xfs_inode *ip, struct xchk_bmap_info *info, struct xfs_bmbt_irec *irec) argument
323 xchk_bmap_iextent_xref( struct xfs_inode *ip, struct xchk_bmap_info *info, struct xfs_bmbt_irec *irec) argument
391 xchk_bmap_dirattr_extent( struct xfs_inode *ip, struct xchk_bmap_info *info, struct xfs_bmbt_irec *irec) argument
413 xchk_bmap_iextent( struct xfs_inode *ip, struct xchk_bmap_info *info, struct xfs_bmbt_irec *irec) argument
466 struct xfs_bmbt_irec irec; local
563 struct xfs_bmbt_irec irec; local
782 xchk_bmap_iextent_delalloc( struct xfs_inode *ip, struct xchk_bmap_info *info, struct xfs_bmbt_irec *irec) argument
810 xchk_bmap_iext_mapping( struct xchk_bmap_info *info, const struct xfs_bmbt_irec *irec) argument
851 xchk_bmap_iext_iter( struct xchk_bmap_info *info, struct xfs_bmbt_irec *irec) argument
915 struct xfs_bmbt_irec irec; local
[all...]
H A Dialloc.c67 struct xfs_inobt_rec_incore *irec,
108 if (irec->ir_free == 0)
112 if (irec->ir_free == XFS_INOBT_ALL_FREE)
134 struct xfs_inobt_rec_incore *irec,
147 for (i = agino, rec_idx = agino - irec->ir_startino;
153 free = irec->ir_free & (1ULL << rec_idx);
155 hole = irec->ir_holemask & (1U << hole_idx);
157 error = xchk_inobt_xref_finobt(sc, irec, i, free, hole);
175 struct xfs_inobt_rec_incore irec; local
190 error = xfs_inobt_get_rec(cur, &irec,
65 xchk_inobt_xref_finobt( struct xfs_scrub *sc, struct xfs_inobt_rec_incore *irec, xfs_agino_t agino, bool free, bool hole) argument
132 xchk_inobt_chunk_xref_finobt( struct xfs_scrub *sc, struct xfs_inobt_rec_incore *irec, xfs_agino_t agino, unsigned int nr_inodes) argument
253 xchk_iallocbt_chunk( struct xchk_btree *bs, struct xfs_inobt_rec_incore *irec, xfs_agino_t agino, unsigned int nr_inodes) argument
300 xchk_iallocbt_check_cluster_ifree( struct xchk_btree *bs, struct xfs_inobt_rec_incore *irec, unsigned int irec_ino, struct xfs_dinode *dip) argument
362 xchk_iallocbt_check_cluster( struct xchk_btree *bs, struct xfs_inobt_rec_incore *irec, unsigned int cluster_base) argument
465 xchk_iallocbt_check_clusters( struct xchk_btree *bs, struct xfs_inobt_rec_incore *irec) argument
497 xchk_iallocbt_rec_alignment( struct xchk_btree *bs, struct xfs_inobt_rec_incore *irec) argument
579 struct xfs_inobt_rec_incore irec; local
[all...]
H A Dalloc.c99 const struct xfs_alloc_rec_incore *irec)
101 xfs_agblock_t agbno = irec->ar_startblock;
102 xfs_extlen_t len = irec->ar_blockcount;
119 const struct xfs_alloc_rec_incore *irec)
125 ca->prev.ar_startblock + ca->prev.ar_blockcount == irec->ar_startblock &&
126 ca->prev.ar_blockcount + irec->ar_blockcount < (uint32_t)~0U)
129 memcpy(&ca->prev, irec, sizeof(*irec));
138 struct xfs_alloc_rec_incore irec; local
141 xfs_alloc_btrec_to_irec(rec, &irec);
97 xchk_allocbt_xref( struct xfs_scrub *sc, const struct xfs_alloc_rec_incore *irec) argument
116 xchk_allocbt_mergeable( struct xchk_btree *bs, struct xchk_alloc *ca, const struct xfs_alloc_rec_incore *irec) argument
[all...]
H A Drefcount.c287 const struct xfs_refcount_irec *irec)
291 .bno = irec->rc_startblock,
292 .len = irec->rc_blockcount,
293 .refcount = irec->rc_refcount,
307 low.rm_startblock = irec->rc_startblock;
309 high.rm_startblock = irec->rc_startblock + irec->rc_blockcount - 1;
318 if (irec->rc_refcount != refchk.seen) {
319 trace_xchk_refcount_incorrect(sc->sa.pag, irec, refchk.seen);
334 const struct xfs_refcount_irec *irec)
285 xchk_refcountbt_xref_rmap( struct xfs_scrub *sc, const struct xfs_refcount_irec *irec) argument
332 xchk_refcountbt_xref( struct xfs_scrub *sc, const struct xfs_refcount_irec *irec) argument
432 xchk_refcountbt_check_mergeable( struct xchk_btree *bs, struct xchk_refcbt_records *rrc, const struct xfs_refcount_irec *irec) argument
452 struct xfs_refcount_irec irec; local
[all...]
H A Drmap.c82 struct xfs_rmap_irec *irec)
95 non_inode = XFS_RMAP_NON_INODE_OWNER(irec->rm_owner);
96 is_bmbt = irec->rm_flags & XFS_RMAP_BMBT_BLOCK;
97 is_attr = irec->rm_flags & XFS_RMAP_ATTR_FORK;
98 is_unwritten = irec->rm_flags & XFS_RMAP_UNWRITTEN;
101 error = xfs_refcount_find_shared(sc->sa.refc_cur, irec->rm_startblock,
102 irec->rm_blockcount, &fbno, &flen, false);
113 struct xfs_rmap_irec *irec)
115 xfs_agblock_t agbno = irec->rm_startblock;
116 xfs_extlen_t len = irec
80 xchk_rmapbt_xref_refc( struct xfs_scrub *sc, struct xfs_rmap_irec *irec) argument
111 xchk_rmapbt_xref( struct xfs_scrub *sc, struct xfs_rmap_irec *irec) argument
186 xchk_rmapbt_is_shareable( struct xfs_scrub *sc, const struct xfs_rmap_irec *irec) argument
202 xchk_rmapbt_check_overlapping( struct xchk_btree *bs, struct xchk_rmap *cr, const struct xfs_rmap_irec *irec) argument
266 xchk_rmapbt_check_mergeable( struct xchk_btree *bs, struct xchk_rmap *cr, const struct xfs_rmap_irec *irec) argument
282 xchk_rmapbt_mark_bitmap( struct xchk_btree *bs, struct xchk_rmap *cr, const struct xfs_rmap_irec *irec) argument
358 struct xfs_rmap_irec irec; local
[all...]
H A Dcow_repair.c67 struct xfs_bmbt_irec irec; member in struct:xrep_cow
69 /* refcount btree block number of irec.br_startblock */
84 * space. Caller must ensure that the physical range is within xc->irec.
94 startoff = xc->irec.br_startoff +
95 (startblock - xc->irec.br_startblock);
124 xc->irec_startbno + xc->irec.br_blockcount) {
126 (xc->irec_startbno + xc->irec.br_blockcount);
219 if (rec_bno + rec_len > xc->irec_startbno + xc->irec.br_blockcount) {
221 (xc->irec_startbno + xc->irec.br_blockcount);
246 agno = XFS_FSB_TO_AGNO(sc->mp, xc->irec
[all...]
H A Dquota_repair.c60 struct xfs_bmbt_irec *irec)
77 irec, &nmaps);
83 dq->q_blkno = XFS_FSB_TO_DADDR(mp, irec->br_startblock);
114 struct xfs_bmbt_irec irec; local
128 error = xfs_bmapi_read(sc->ip, offset, 1, &irec, &nmaps, 0);
132 if (nmaps < 1 || !xfs_bmap_is_real_extent(&irec)) {
134 error = xrep_quota_item_fill_bmap_hole(sc, dq, &irec);
137 } else if (irec.br_state != XFS_EXT_NORM) {
139 ASSERT(irec.br_state == XFS_EXT_NORM);
141 } else if (dq->q_blkno != XFS_FSB_TO_DADDR(mp, irec
57 xrep_quota_item_fill_bmap_hole( struct xfs_scrub *sc, struct xfs_dquot *dq, struct xfs_bmbt_irec *irec) argument
402 struct xfs_bmbt_irec irec = { 0 }; local
[all...]
H A Dbmap_repair.c128 struct xfs_bmbt_irec irec = { local
151 irec.br_blockcount = min_t(xfs_filblks_t, blockcount,
154 fa = xfs_bmap_validate_extent(sc->ip, rb->whichfork, &irec);
158 xfs_bmbt_disk_set_all(&rbe, &irec);
160 trace_xrep_bmap_found(sc->ip, rb->whichfork, &irec);
171 irec.br_startblock += irec.br_blockcount;
172 irec.br_startoff += irec.br_blockcount;
173 blockcount -= irec
315 struct xfs_bmbt_irec irec; local
369 struct xfs_bmbt_irec irec; local
438 struct xfs_bmbt_irec *irec = &cur->bc_rec.b; local
524 struct xfs_bmbt_irec irec; local
[all...]
H A Drefcount_repair.c175 struct xfs_refcount_irec irec = { local
186 irec.rc_refcount = min_t(uint64_t, MAXREFCOUNT, refcount);
188 error = xrep_refc_check_ext(rr->sc, &irec);
192 trace_xrep_refc_found(sc->sa.pag, &irec);
194 return xfarray_append(rr->refcount_records, &irec);
292 const struct xfs_refcount_irec *irec)
296 start = irec->rc_startblock & ~XFS_REFC_COWFLAG;
297 if (irec->rc_domain == XFS_REFC_DOMAIN_COW)
331 struct xfs_refcount_irec irec; local
346 error = xfarray_load(rr->refcount_records, cur, &irec);
291 xrep_refc_encode_startblock( const struct xfs_refcount_irec *irec) argument
525 struct xfs_refcount_irec *irec = &cur->bc_rec.rc; local
[all...]
H A Dquota.c87 struct xfs_bmbt_irec irec; local
102 error = xfs_bmapi_read(sc->ip, offset, 1, &irec, &nmaps, 0);
111 if (!xfs_verify_fsbno(mp, irec.br_startblock))
113 if (XFS_FSB_TO_DADDR(mp, irec.br_startblock) != dq->q_blkno)
115 if (!xfs_bmap_is_written_extent(&irec))
259 struct xfs_bmbt_irec irec = { 0 }; local
274 for_each_xfs_iext(ifp, &icur, &irec) {
282 if (!xfs_bmap_is_written_extent(&irec) ||
283 irec.br_startoff > max_dqid_off ||
284 irec
[all...]
H A Dialloc_repair.c530 struct xfs_inobt_rec_incore *irec = &cur->bc_rec.i; local
539 ri->array_cur++, irec);
540 } while (error == 0 && xfs_inobt_rec_freecount(irec) == 0);
560 struct xfs_inobt_rec_incore *irec = &cur->bc_rec.i; local
567 error = xfarray_load(ri->inode_records, ri->array_cur++, irec);
607 struct xfs_inobt_rec_incore irec; local
616 error = xfarray_load(ri->inode_records, cur, &irec);
620 if (irec.ir_startino < next_agino)
623 next_agino = irec.ir_startino + XFS_INODES_PER_CHUNK;
/linux-master/fs/xfs/libxfs/
H A Dxfs_refcount.h23 struct xfs_refcount_irec *irec, int *stat);
62 const struct xfs_refcount_irec *irec)
64 if (irec->rc_domain == XFS_REFC_DOMAIN_COW && irec->rc_refcount != 1)
66 if (irec->rc_domain == XFS_REFC_DOMAIN_SHARED && irec->rc_refcount < 2)
75 struct xfs_bmbt_irec *irec);
77 struct xfs_bmbt_irec *irec);
119 struct xfs_refcount_irec *irec);
121 const struct xfs_refcount_irec *irec);
61 xfs_refcount_check_domain( const struct xfs_refcount_irec *irec) argument
[all...]
H A Dxfs_rmap.h51 const struct xfs_rmap_irec *irec)
55 x = XFS_RMAP_OFF(irec->rm_offset);
56 if (irec->rm_flags & XFS_RMAP_ATTR_FORK)
58 if (irec->rm_flags & XFS_RMAP_BMBT_BLOCK)
60 if (irec->rm_flags & XFS_RMAP_UNWRITTEN)
68 struct xfs_rmap_irec *irec)
73 irec->rm_offset = XFS_RMAP_OFF(offset);
74 irec->rm_flags = 0;
76 irec->rm_flags |= XFS_RMAP_ATTR_FORK;
78 irec
50 xfs_rmap_irec_offset_pack( const struct xfs_rmap_irec *irec) argument
66 xfs_rmap_irec_offset_unpack( __u64 offset, struct xfs_rmap_irec *irec) argument
[all...]
H A Dxfs_bmap.h150 static inline bool xfs_bmap_is_real_extent(const struct xfs_bmbt_irec *irec) argument
152 return irec->br_startblock != HOLESTARTBLOCK &&
153 irec->br_startblock != DELAYSTARTBLOCK &&
154 !isnullstartblock(irec->br_startblock);
161 static inline bool xfs_bmap_is_written_extent(struct xfs_bmbt_irec *irec) argument
163 return xfs_bmap_is_real_extent(irec) &&
164 irec->br_state != XFS_EXT_UNWRITTEN;
176 void xfs_trim_extent(struct xfs_bmbt_irec *irec, xfs_fileoff_t bno,
267 int whichfork, struct xfs_bmbt_irec *irec);
269 struct xfs_bmbt_irec *irec);
[all...]
H A Dxfs_rmap.c41 struct xfs_rmap_irec *irec,
54 if (error || !(*stat) || !irec)
57 error = xfs_rmap_get_rec(cur, irec, &get_stat);
98 struct xfs_rmap_irec *irec)
104 irec->rm_startblock, irec->rm_blockcount,
105 irec->rm_owner, irec->rm_offset, irec->rm_flags);
107 rec.rmap.rm_startblock = cpu_to_be32(irec
35 xfs_rmap_lookup_le( struct xfs_btree_cur *cur, xfs_agblock_t bno, uint64_t owner, uint64_t offset, unsigned int flags, struct xfs_rmap_irec *irec, int *stat) argument
96 xfs_rmap_update( struct xfs_btree_cur *cur, struct xfs_rmap_irec *irec) argument
204 xfs_rmap_btrec_to_irec( const union xfs_btree_rec *rec, struct xfs_rmap_irec *irec) argument
217 xfs_rmap_check_irec( struct xfs_perag *pag, const struct xfs_rmap_irec *irec) argument
273 xfs_rmap_check_btrec( struct xfs_btree_cur *cur, const struct xfs_rmap_irec *irec) argument
283 xfs_rmap_complain_bad_rec( struct xfs_btree_cur *cur, xfs_failaddr_t fa, const struct xfs_rmap_irec *irec) argument
309 xfs_rmap_get_rec( struct xfs_btree_cur *cur, struct xfs_rmap_irec *irec, int *stat) argument
333 struct xfs_rmap_irec *irec; member in struct:xfs_find_left_neighbor_info
367 xfs_rmap_find_left_neighbor( struct xfs_btree_cur *cur, xfs_agblock_t bno, uint64_t owner, uint64_t offset, unsigned int flags, struct xfs_rmap_irec *irec, int *stat) argument
468 xfs_rmap_lookup_le_range( struct xfs_btree_cur *cur, xfs_agblock_t bno, uint64_t owner, uint64_t offset, unsigned int flags, struct xfs_rmap_irec *irec, int *stat) argument
937 xfs_rmap_is_mergeable( struct xfs_rmap_irec *irec, uint64_t owner, unsigned int flags) argument
2532 struct xfs_rmap_irec irec; local
[all...]
H A Dxfs_ialloc.h82 uint8_t xfs_inobt_rec_freecount(const struct xfs_inobt_rec_incore *irec);
96 struct xfs_inobt_rec_incore *irec);
98 const struct xfs_inobt_rec_incore *irec);
H A Dxfs_refcount.c107 struct xfs_refcount_irec *irec)
114 irec->rc_domain = XFS_REFC_DOMAIN_COW;
116 irec->rc_domain = XFS_REFC_DOMAIN_SHARED;
119 irec->rc_startblock = start;
120 irec->rc_blockcount = be32_to_cpu(rec->refc.rc_blockcount);
121 irec->rc_refcount = be32_to_cpu(rec->refc.rc_refcount);
128 const struct xfs_refcount_irec *irec)
130 if (irec->rc_blockcount == 0 || irec->rc_blockcount > MAXREFCEXTLEN)
133 if (!xfs_refcount_check_domain(irec))
105 xfs_refcount_btrec_to_irec( const union xfs_btree_rec *rec, struct xfs_refcount_irec *irec) argument
126 xfs_refcount_check_irec( struct xfs_perag *pag, const struct xfs_refcount_irec *irec) argument
147 xfs_refcount_complain_bad_rec( struct xfs_btree_cur *cur, xfs_failaddr_t fa, const struct xfs_refcount_irec *irec) argument
168 xfs_refcount_get_rec( struct xfs_btree_cur *cur, struct xfs_refcount_irec *irec, int *stat) argument
196 xfs_refcount_update( struct xfs_btree_cur *cur, struct xfs_refcount_irec *irec) argument
225 xfs_refcount_insert( struct xfs_btree_cur *cur, struct xfs_refcount_irec *irec, int *i) argument
266 struct xfs_refcount_irec irec; local
865 xfs_refc_merge_refcount( const struct xfs_refcount_irec *irec, enum xfs_refc_adjust_op adjust) argument
2086 struct xfs_refcount_irec irec; local
[all...]
H A Dxfs_iext_tree.c55 struct xfs_bmbt_irec *irec)
57 ASSERT((irec->br_startoff & ~XFS_IEXT_STARTOFF_MASK) == 0);
58 ASSERT((irec->br_blockcount & ~XFS_IEXT_LENGTH_MASK) == 0);
59 ASSERT((irec->br_startblock & ~XFS_IEXT_STARTBLOCK_MASK) == 0);
61 rec->lo = irec->br_startoff & XFS_IEXT_STARTOFF_MASK;
62 rec->hi = irec->br_blockcount & XFS_IEXT_LENGTH_MASK;
64 rec->lo |= (irec->br_startblock << 54);
65 rec->hi |= ((irec->br_startblock & ~xfs_mask64lo(10)) << (22 - 10));
67 if (irec->br_state == XFS_EXT_UNWRITTEN)
73 struct xfs_bmbt_irec *irec,
53 xfs_iext_set( struct xfs_iext_rec *rec, struct xfs_bmbt_irec *irec) argument
72 xfs_iext_get( struct xfs_bmbt_irec *irec, struct xfs_iext_rec *rec) argument
633 xfs_iext_insert_raw( struct xfs_ifork *ifp, struct xfs_iext_cursor *cur, struct xfs_bmbt_irec *irec) argument
668 xfs_iext_set(cur_rec(cur), irec); local
676 xfs_iext_insert( struct xfs_inode *ip, struct xfs_iext_cursor *cur, struct xfs_bmbt_irec *irec, int state) argument
[all...]
H A Dxfs_ialloc.c57 xfs_inobt_rec_incore_t *irec) /* btree record */
61 rec.inobt.ir_startino = cpu_to_be32(irec->ir_startino);
63 rec.inobt.ir_u.sp.ir_holemask = cpu_to_be16(irec->ir_holemask);
64 rec.inobt.ir_u.sp.ir_count = irec->ir_count;
65 rec.inobt.ir_u.sp.ir_freecount = irec->ir_freecount;
68 rec.inobt.ir_u.f.ir_freecount = cpu_to_be32(irec->ir_freecount);
70 rec.inobt.ir_free = cpu_to_be64(irec->ir_free);
79 struct xfs_inobt_rec_incore *irec)
81 irec->ir_startino = be32_to_cpu(rec->inobt.ir_startino);
83 irec
55 xfs_inobt_update( struct xfs_btree_cur *cur, xfs_inobt_rec_incore_t *irec) argument
76 xfs_inobt_btrec_to_irec( struct xfs_mount *mp, const union xfs_btree_rec *rec, struct xfs_inobt_rec_incore *irec) argument
101 xfs_inobt_rec_freecount( const struct xfs_inobt_rec_incore *irec) argument
113 xfs_inobt_check_irec( struct xfs_perag *pag, const struct xfs_inobt_rec_incore *irec) argument
136 xfs_inobt_complain_bad_rec( struct xfs_btree_cur *cur, xfs_failaddr_t fa, const struct xfs_inobt_rec_incore *irec) argument
158 xfs_inobt_get_rec( struct xfs_btree_cur *cur, struct xfs_inobt_rec_incore *irec, int *stat) argument
2747 struct xfs_inobt_rec_incore irec; local
2826 struct xfs_inobt_rec_incore irec; local
[all...]
H A Dxfs_ialloc_btree.h56 uint64_t xfs_inobt_irec_to_allocmask(const struct xfs_inobt_rec_incore *irec);
/linux-master/fs/xfs/
H A Dxfs_iwalk.c100 struct xfs_inobt_rec_incore *irec)
108 agbno = XFS_AGINO_TO_AGBNO(mp, irec->ir_startino);
115 if (imask & ~irec->ir_free) {
127 * Set the bits in @irec's free mask that correspond to the inodes before
134 struct xfs_inobt_rec_incore *irec) /* btree record */
138 idx = agino - irec->ir_startino;
140 irec->ir_free |= xfs_inobt_maskn(0, idx);
141 irec->ir_freecount = hweight64(irec->ir_free);
185 struct xfs_inobt_rec_incore *irec local
97 xfs_iwalk_ichunk_ra( struct xfs_mount *mp, struct xfs_perag *pag, struct xfs_inobt_rec_incore *irec) argument
132 xfs_iwalk_adjust_start( xfs_agino_t agino, struct xfs_inobt_rec_incore *irec) argument
266 struct xfs_inobt_rec_incore *irec; local
354 struct xfs_inobt_rec_incore *irec; local
415 struct xfs_inobt_rec_incore *irec; local
[all...]
H A Dxfs_iwalk.h36 const struct xfs_inobt_rec_incore *irec,
H A Dxfs_fsmap.c373 /* Transform a rmapbt irec into a fsmap */
391 /* Transform a bnobt irec into a fsmap */
400 struct xfs_rmap_irec irec; local
406 irec.rm_startblock = rec->ar_startblock;
407 irec.rm_blockcount = rec->ar_blockcount;
408 irec.rm_owner = XFS_RMAP_OWN_NULL; /* "free" */
409 irec.rm_offset = 0;
410 irec.rm_flags = 0;
412 return xfs_getfsmap_helper(cur->bc_tp, info, &irec, rec_daddr, 0);
418 struct xfs_rmap_irec *irec,
417 xfs_getfsmap_set_irec_flags( struct xfs_rmap_irec *irec, const struct xfs_fsmap *fmr) argument
482 struct xfs_rmap_irec irec; local
[all...]
/linux-master/drivers/media/platform/st/sti/c8sectpfe/
H A Dc8sectpfe-core.c75 if (channel->irec && readl(channel->irec + DMA_PRDS_TPENABLE))
91 if (unlikely(!channel || !channel->irec))
96 wp = readl(channel->irec + DMA_PRDS_BUSWP_TP(0));
97 rp = readl(channel->irec + DMA_PRDS_BUSRP_TP(0));
131 writel(channel->back_buffer_busaddr, channel->irec +
134 writel(wp, channel->irec + DMA_PRDS_BUSRP_TP(0));
229 writel(channel->back_buffer_busaddr, channel->irec +
233 writel(tmp, channel->irec + DMA_PRDS_BUSTOP_TP(0));
235 writel(channel->back_buffer_busaddr, channel->irec
[all...]
/linux-master/fs/ext4/
H A Dfsmap.c193 struct ext4_fsmap irec; local
238 irec.fmr_device = 0;
239 irec.fmr_physical = fsb;
240 irec.fmr_length = fslen;
241 irec.fmr_owner = EXT4_FMR_OWN_FREE;
242 irec.fmr_flags = 0;
245 if (ext4_fsmap_next_pblk(&irec) ==
247 info->gfi_lastfree = irec;
252 return ext4_getfsmap_helper(sb, info, &irec);
260 struct ext4_fsmap irec; local
[all...]

Completed in 495 milliseconds

12