/fs/gfs2/ |
D | xattr.c | 238 unsigned int blks = 0; in ea_dealloc_unstuffed() local 726 unsigned int blks, in ea_alloc_skeleton() 803 unsigned int blks = 1; in ea_init() local 954 unsigned int blks; in ea_set_simple() local 1049 unsigned int blks = 2; in ea_set_i() local 1299 unsigned int blks = 0; in ea_dealloc_indirect() local
|
D | log.c | 51 unsigned int blks; in gfs2_struct2blk() local 310 void gfs2_log_release(struct gfs2_sbd *sdp, unsigned int blks) in gfs2_log_release() 340 int gfs2_log_reserve(struct gfs2_sbd *sdp, unsigned int blks) in gfs2_log_reserve()
|
D | lops.c | 530 unsigned int blks = be32_to_cpu(ld->ld_data1); in buf_lo_scan_elements() local 683 unsigned int blks = be32_to_cpu(ld->ld_length); in revoke_lo_scan_elements() local 767 unsigned int blks = be32_to_cpu(ld->ld_data1); in databuf_lo_scan_elements() local
|
D | file.c | 338 size_t blks = (size + sdp->sd_sb.sb_bsize - 1) >> sdp->sd_sb.sb_bsize_shift; in gfs2_size_hint() local
|
D | bmap.c | 459 unsigned n, i, blks, alloced = 0, iblks = 0, branch_start = 0; in gfs2_bmap_alloc() local
|
/fs/ext2/ |
D | inode.c | 359 ext2_blks_to_allocate(Indirect * branch, int k, unsigned long blks, in ext2_blks_to_allocate() 396 ext2_fsblk_t goal, int indirect_blks, int blks, in ext2_alloc_blocks() 474 int indirect_blks, int *blks, ext2_fsblk_t goal, in ext2_alloc_branch() 556 long block, Indirect *where, int num, int blks) in ext2_splice_branch()
|
/fs/ufs/ |
D | super.c | 508 unsigned size, blks, i; in ufs_read_cylinder_structures() local 638 unsigned blks, size, i; in ufs_put_super_internal() local
|
D | ufs_fs.h | 262 #define ufs_blkstofrags(blks) ((blks) << uspi->s_fpbshift) argument
|
/fs/squashfs/ |
D | file.c | 346 long long blks; in read_blocklist() local
|
/fs/xfs/libxfs/ |
D | xfs_bmap_btree.c | 44 xfs_filblks_t blks, in xfs_extent_state()
|
D | xfs_bmap.c | 1114 int blks; /* space reservation */ in xfs_bmap_add_attrfork() local
|
/fs/ext4/ |
D | indirect.c | 269 static int ext4_blks_to_allocate(Indirect *branch, int k, unsigned int blks, in ext4_blks_to_allocate()
|
D | super.c | 3170 int blks; in ext4_calculate_overhead() local
|
D | ext4.h | 258 #define EXT4_NUM_B2C(sbi, blks) (((blks) + (sbi)->s_cluster_ratio - 1) >> \ argument
|
/fs/f2fs/ |
D | f2fs.h | 3130 #define stat_inc_tot_blk_count(si, blks) \ argument 3133 #define stat_inc_data_blk_count(sbi, blks, gc_type) \ argument 3141 #define stat_inc_node_blk_count(sbi, blks, gc_type) \ argument 3180 #define stat_inc_tot_blk_count(si, blks) do { } while (0) argument 3181 #define stat_inc_data_blk_count(sbi, blks, gc_type) do { } while (0) argument 3182 #define stat_inc_node_blk_count(sbi, blks, gc_type) do { } while (0) argument
|
/fs/ocfs2/ |
D | xattr.c | 333 int blks = ocfs2_blocks_per_xattr_bucket(inode->i_sb); in ocfs2_xattr_bucket_new() local 4174 int blks = ocfs2_blocks_per_xattr_bucket(inode->i_sb); in ocfs2_cp_xattr_block_to_bucket() local
|