Home
last modified time | relevance | path

Searched refs:di_nblocks (Results 1 – 16 of 16) sorted by relevance

/linux-4.1.27/fs/xfs/libxfs/
Dxfs_inode_buf.c221 to->di_nblocks = be64_to_cpu(from->di_nblocks); in xfs_dinode_from_disk()
267 to->di_nblocks = cpu_to_be64(from->di_nblocks); in xfs_dinode_to_disk()
Dxfs_bmap_btree.c502 cur->bc_private.b.ip->i_d.di_nblocks++; in xfs_bmbt_alloc_block()
529 ip->i_d.di_nblocks--; in xfs_bmbt_free_block()
Dxfs_log_format.h383 xfs_rfsblock_t di_nblocks; /* # of direct & btree blocks used */ member
Dxfs_inode_fork.c91 be64_to_cpu(dip->di_nblocks))) { in xfs_iformat_fork()
98 be64_to_cpu(dip->di_nblocks)); in xfs_iformat_fork()
393 XFS_IFORK_NEXTENTS(ip, whichfork) > ip->i_d.di_nblocks)) { in xfs_iformat_btree()
Dxfs_format.h837 __be64 di_nblocks; /* # of direct & btree blocks used */ member
Dxfs_bmap.c700 ip->i_d.di_nblocks--; in xfs_bmap_btree_to_extents()
809 ip->i_d.di_nblocks++; in xfs_bmap_extents_to_btree()
970 ip->i_d.di_nblocks = 1; in xfs_bmap_local_to_extents()
3867 ap->ip->i_d.di_nblocks += args.len; in xfs_bmap_btalloc()
4980 ip->i_d.di_nblocks -= nblks; in xfs_bmap_del_extent()
Dxfs_da_btree.c2003 xfs_rfsblock_t nblks = dp->i_d.di_nblocks; in xfs_da_grow_inode_int()
2072 args->total -= dp->i_d.di_nblocks - nblks; in xfs_da_grow_inode_int()
/linux-4.1.27/fs/jfs/
Djfs_dinode.h50 __le64 di_nblocks; /* 8: number of blocks allocated */ member
Djfs_imap.c3091 ip->i_blocks = LBLK2PBLK(ip->i_sb, le64_to_cpu(dip->di_nblocks)); in copy_from_dinode()
3140 dip->di_nblocks = cpu_to_le64(PBLK2LBLK(ip->i_sb, ip->i_blocks)); in copy_to_dinode()
/linux-4.1.27/fs/xfs/
Dxfs_bmap_util.c231 ap->ip->i_d.di_nblocks += ralen; in xfs_bmap_rtalloc()
1831 tmp = (__uint64_t)ip->i_d.di_nblocks; in xfs_swap_extents()
1832 ip->i_d.di_nblocks = tip->i_d.di_nblocks - taforkblks + aforkblks; in xfs_swap_extents()
1833 tip->i_d.di_nblocks = tmp + taforkblks - aforkblks; in xfs_swap_extents()
Dxfs_qm.c961 if (qip->i_d.di_nblocks == 0) in xfs_qm_dqiterate()
1170 nblks = (xfs_qcnt_t)ip->i_d.di_nblocks - rtblks; in xfs_qm_dqusage_adjust()
1763 xfs_trans_mod_dquot(tp, prevdq, bfield, -(ip->i_d.di_nblocks)); in xfs_qm_vop_chown()
1767 xfs_trans_mod_dquot(tp, newdq, bfield, ip->i_d.di_nblocks); in xfs_qm_vop_chown()
1843 ip->i_d.di_nblocks, 1, in xfs_qm_vop_chown_reserve()
Dxfs_quotaops.c51 tstate->blocks = ip->i_d.di_nblocks; in xfs_qm_fill_state()
Dxfs_itable.c126 buf->bs_blocks = dic->di_nblocks + ip->i_delayed_blks; in xfs_bulkstat_one_int()
Dxfs_inode.c772 ASSERT(ip->i_d.di_nblocks == 0); in xfs_ialloc()
2425 ASSERT(ip->i_d.di_nblocks == 0); in xfs_ifree()
3516 ip->i_d.di_nblocks, mp, XFS_ERRTAG_IFLUSH_5, in xfs_iflush_int()
3523 ip->i_d.di_nblocks, ip); in xfs_iflush_int()
Dxfs_iops.c469 XFS_FSB_TO_BB(mp, ip->i_d.di_nblocks + ip->i_delayed_blks); in xfs_vn_getattr()
Dxfs_log_recover.c2650 if (unlikely(dicp->di_nextents + dicp->di_anextents > dicp->di_nblocks)){ in xlog_recover_inode_pass2()
2658 dicp->di_nblocks); in xlog_recover_inode_pass2()