Searched refs:di_nblocks (Results 1 - 17 of 17) sorted by relevance

/linux-4.4.14/fs/xfs/libxfs/
H A Dxfs_inode_buf.c221 to->di_nblocks = be64_to_cpu(from->di_nblocks); xfs_dinode_from_disk()
267 to->di_nblocks = cpu_to_be64(from->di_nblocks); xfs_dinode_to_disk()
H A Dxfs_bmap_btree.c503 cur->bc_private.b.ip->i_d.di_nblocks++; xfs_bmbt_alloc_block()
530 ip->i_d.di_nblocks--; xfs_bmbt_free_block()
H A Dxfs_inode_fork.c91 be64_to_cpu(dip->di_nblocks))) { xfs_iformat_fork()
98 be64_to_cpu(dip->di_nblocks)); xfs_iformat_fork()
393 XFS_IFORK_NEXTENTS(ip, whichfork) > ip->i_d.di_nblocks)) { xfs_iformat_btree()
H A Dxfs_bmap.c700 ip->i_d.di_nblocks--; xfs_bmap_btree_to_extents()
809 ip->i_d.di_nblocks++; xfs_bmap_extents_to_btree()
972 ip->i_d.di_nblocks = 1; xfs_bmap_local_to_extents()
3872 ap->ip->i_d.di_nblocks += args.len; xfs_bmap_btalloc()
4781 * Realtime allocation. Free it and record di_nblocks update. xfs_bmap_del_extent()
5019 ip->i_d.di_nblocks -= nblks; xfs_bmap_del_extent()
H A Dxfs_log_format.h383 xfs_rfsblock_t di_nblocks; /* # of direct & btree blocks used */ member in struct:xfs_icdinode
H A Dxfs_da_btree.c2014 xfs_rfsblock_t nblks = dp->i_d.di_nblocks; xfs_da_grow_inode_int()
2083 args->total -= dp->i_d.di_nblocks - nblks; xfs_da_grow_inode_int()
H A Dxfs_format.h856 __be64 di_nblocks; /* # of direct & btree blocks used */ member in struct:xfs_dinode
/linux-4.4.14/fs/jfs/
H A Djfs_dinode.h50 __le64 di_nblocks; /* 8: number of blocks allocated */ member in struct:dinode
H A Dresize.c291 * di_nblocks: number of blocks allocated for map file; jfs_extendfs()
H A Djfs_imap.c3091 ip->i_blocks = LBLK2PBLK(ip->i_sb, le64_to_cpu(dip->di_nblocks)); copy_from_dinode()
3140 dip->di_nblocks = cpu_to_le64(PBLK2LBLK(ip->i_sb, ip->i_blocks)); copy_to_dinode()
/linux-4.4.14/fs/xfs/
H A Dxfs_quotaops.c51 tstate->blocks = ip->i_d.di_nblocks; xfs_qm_fill_state()
H A Dxfs_qm.c960 if (qip->i_d.di_nblocks == 0) xfs_qm_dqiterate()
1169 nblks = (xfs_qcnt_t)ip->i_d.di_nblocks - rtblks; xfs_qm_dqusage_adjust()
1762 xfs_trans_mod_dquot(tp, prevdq, bfield, -(ip->i_d.di_nblocks)); xfs_qm_vop_chown()
1766 xfs_trans_mod_dquot(tp, newdq, bfield, ip->i_d.di_nblocks); xfs_qm_vop_chown()
1842 ip->i_d.di_nblocks, 1, xfs_qm_vop_chown_reserve()
H A Dxfs_bmap_util.c250 ap->ip->i_d.di_nblocks += ralen; xfs_bmap_rtalloc()
1871 tmp = (__uint64_t)ip->i_d.di_nblocks; xfs_swap_extents()
1872 ip->i_d.di_nblocks = tip->i_d.di_nblocks - taforkblks + aforkblks; xfs_swap_extents()
1873 tip->i_d.di_nblocks = tmp + taforkblks - aforkblks; xfs_swap_extents()
H A Dxfs_itable.c126 buf->bs_blocks = dic->di_nblocks + ip->i_delayed_blks; xfs_bulkstat_one_int()
H A Dxfs_inode.c823 ASSERT(ip->i_d.di_nblocks == 0); xfs_ialloc()
2412 ASSERT(ip->i_d.di_nblocks == 0); xfs_ifree()
3500 ip->i_d.di_nblocks, mp, XFS_ERRTAG_IFLUSH_5, xfs_iflush_int()
3507 ip->i_d.di_nblocks, ip); xfs_iflush_int()
H A Dxfs_iops.c466 XFS_FSB_TO_BB(mp, ip->i_d.di_nblocks + ip->i_delayed_blks); xfs_vn_getattr()
H A Dxfs_log_recover.c2659 if (unlikely(dicp->di_nextents + dicp->di_anextents > dicp->di_nblocks)){ xlog_recover_inode_pass2()
2667 dicp->di_nblocks); xlog_recover_inode_pass2()

Completed in 580 milliseconds