/fs/gfs2/ |
D | log.c | 50 unsigned int blks; in gfs2_struct2blk() local 477 void gfs2_log_release(struct gfs2_sbd *sdp, unsigned int blks) in gfs2_log_release() 496 static bool __gfs2_log_try_reserve(struct gfs2_sbd *sdp, unsigned int blks, in __gfs2_log_try_reserve() 532 static void __gfs2_log_reserve(struct gfs2_sbd *sdp, unsigned int blks, in __gfs2_log_reserve() 572 unsigned int blks = tr->tr_reserved; in gfs2_log_try_reserve() local 603 unsigned int blks = tr->tr_reserved; in gfs2_log_reserve() local
|
D | xattr.c | 241 unsigned int blks = 0; in ea_dealloc_unstuffed() local 738 unsigned int blks, in ea_alloc_skeleton() 806 unsigned int blks = 1; in ea_init() local 951 unsigned int blks; in ea_set_simple() local 1046 unsigned int blks = 2; in ea_set_i() local 1272 unsigned int blks = 0; in ea_dealloc_indirect() local
|
D | lops.c | 794 unsigned int blks = be32_to_cpu(ld->ld_data1); in buf_lo_scan_elements() local 934 unsigned int blks = be32_to_cpu(ld->ld_length); in revoke_lo_scan_elements() local 1018 unsigned int blks = be32_to_cpu(ld->ld_data1); in databuf_lo_scan_elements() local
|
D | file.c | 370 size_t blks = (size + sdp->sd_sb.sb_bsize - 1) >> sdp->sd_sb.sb_bsize_shift; in gfs2_size_hint() local
|
D | bmap.c | 665 unsigned n, i, blks, alloced = 0, iblks = 0, branch_start = 0; in __gfs2_iomap_alloc() local
|
/fs/ext2/ |
D | inode.c | 361 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() 476 int indirect_blks, int *blks, ext2_fsblk_t goal, in ext2_alloc_branch() 558 long block, Indirect *where, int num, int blks) in ext2_splice_branch()
|
/fs/f2fs/ |
D | debug.c | 205 int blks = get_seg_entry(sbi, i)->valid_blocks; in update_general_status() local
|
D | gc.c | 2077 long long blks = (long long)segs * sbi->blocks_per_seg; in update_fs_metadata() local
|
D | f2fs.h | 4028 #define stat_inc_tot_blk_count(si, blks) \ argument 4031 #define stat_inc_data_blk_count(sbi, blks, gc_type) \ argument 4039 #define stat_inc_node_blk_count(sbi, blks, gc_type) \ argument 4085 #define stat_inc_tot_blk_count(si, blks) do { } while (0) argument 4086 #define stat_inc_data_blk_count(sbi, blks, gc_type) do { } while (0) argument 4087 #define stat_inc_node_blk_count(sbi, blks, gc_type) do { } while (0) argument
|
D | data.c | 1880 static inline u64 blks_to_bytes(struct inode *inode, u64 blks) in blks_to_bytes()
|
D | segment.c | 3435 unsigned int blks = FDEV(devidx).end_blk - blkaddr + 1; in f2fs_update_device_state() local
|
/fs/ufs/ |
D | super.c | 509 unsigned size, blks, i; in ufs_read_cylinder_structures() local 649 unsigned blks, size, i; in ufs_put_super_internal() local
|
D | ufs_fs.h | 263 #define ufs_blkstofrags(blks) ((blks) << uspi->s_fpbshift) argument
|
/fs/xfs/scrub/ |
D | dabtree.c | 478 struct xfs_da_state_blk *blks; in xchk_da_btree() local
|
/fs/squashfs/ |
D | file.c | 330 long long blks; in read_blocklist() local
|
/fs/ext4/ |
D | indirect.c | 277 static int ext4_blks_to_allocate(Indirect *branch, int k, unsigned int blks, in ext4_blks_to_allocate()
|
D | super.c | 4159 int blks; in ext4_calculate_overhead() local
|
D | ext4.h | 318 #define EXT4_NUM_B2C(sbi, blks) (((blks) + (sbi)->s_cluster_ratio - 1) >> \ argument
|
/fs/xfs/libxfs/ |
D | xfs_bmap.c | 1021 int blks; /* space reservation */ in xfs_bmap_add_attrfork() local
|
/fs/ocfs2/ |
D | xattr.c | 323 int blks = ocfs2_blocks_per_xattr_bucket(inode->i_sb); in ocfs2_xattr_bucket_new() local 4187 int blks = ocfs2_blocks_per_xattr_bucket(inode->i_sb); in ocfs2_cp_xattr_block_to_bucket() local
|