Searched refs:numblks (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_ag.c | 288 size_t numblks, in xfs_get_aghdr_buf() argument 295 error = xfs_buf_get_uncached(mp->m_ddev_targp, numblks, &bp); in xfs_get_aghdr_buf() 593 error = xfs_get_aghdr_buf(mp, id->daddr, id->numblks, &bp, ops); in xfs_ag_init_hdr() 606 size_t numblks; member 632 .numblks = XFS_FSS_TO_BB(mp, 1), in xfs_ag_init_headers() 639 .numblks = XFS_FSS_TO_BB(mp, 1), in xfs_ag_init_headers() 646 .numblks = XFS_FSS_TO_BB(mp, 1), in xfs_ag_init_headers() 653 .numblks = XFS_FSS_TO_BB(mp, 1), in xfs_ag_init_headers() 660 .numblks = BTOBB(mp->m_sb.sb_blocksize), in xfs_ag_init_headers() 668 .numblks = BTOBB(mp->m_sb.sb_blocksize), in xfs_ag_init_headers() [all …]
|
| H A D | xfs_ag.h | 325 size_t numblks; /* size of header */ member
|
| /linux/fs/ext4/ |
| H A D | extents.c | 6145 int numblks = 0, i, ret = 0; in ext4_ext_replay_set_iblocks() local 6168 numblks += ret; in ext4_ext_replay_set_iblocks() 6186 numblks += path->p_depth; in ext4_ext_replay_set_iblocks() 6214 numblks++; in ext4_ext_replay_set_iblocks() 6219 inode->i_blocks = numblks << (inode->i_sb->s_blocksize_bits - 9); in ext4_ext_replay_set_iblocks()
|