Searched refs:newlen (Results 1 – 2 of 2) sorted by relevance
/fs/xfs/libxfs/ |
D | xfs_ialloc.c | 164 xfs_agino_t newlen, in xfs_inobt_insert() argument 177 thisino < newino + newlen; in xfs_inobt_insert() 605 xfs_agino_t newlen; /* new number of inodes */ in xfs_ialloc_ag_alloc() local 629 newlen = args.mp->m_ialloc_inos; in xfs_ialloc_ag_alloc() 631 percpu_counter_read_positive(&args.mp->m_icount) + newlen > in xfs_ialloc_ag_alloc() 772 newlen = args.len << args.mp->m_sb.sb_inopblog; in xfs_ialloc_ag_alloc() 773 ASSERT(newlen <= XFS_INODES_PER_CHUNK); in xfs_ialloc_ag_alloc() 774 allocmask = (1 << (newlen / XFS_INODES_PER_HOLEMASK_BIT)) - 1; in xfs_ialloc_ag_alloc() 792 error = xfs_ialloc_inode_init(args.mp, tp, NULL, newlen, agno, in xfs_ialloc_ag_alloc() 810 rec.ir_count = newlen; in xfs_ialloc_ag_alloc() [all …]
|
D | xfs_bmap.c | 2794 xfs_filblks_t newlen=0; /* new indirect size */ in xfs_bmap_add_extent_hole_delay() local 2863 newlen = xfs_bmap_worst_indlen(ip, temp); in xfs_bmap_add_extent_hole_delay() 2865 nullstartblock((int)newlen)); in xfs_bmap_add_extent_hole_delay() 2884 newlen = xfs_bmap_worst_indlen(ip, temp); in xfs_bmap_add_extent_hole_delay() 2886 nullstartblock((int)newlen)); in xfs_bmap_add_extent_hole_delay() 2900 newlen = xfs_bmap_worst_indlen(ip, temp); in xfs_bmap_add_extent_hole_delay() 2903 nullstartblock((int)newlen), temp, right.br_state); in xfs_bmap_add_extent_hole_delay() 2913 oldlen = newlen = 0; in xfs_bmap_add_extent_hole_delay() 2917 if (oldlen != newlen) { in xfs_bmap_add_extent_hole_delay() 2918 ASSERT(oldlen > newlen); in xfs_bmap_add_extent_hole_delay() [all …]
|