Searched defs:blks (Results 26 – 34 of 34) sorted by relevance
12
| /Linux-v5.15/fs/f2fs/ |
| D | f2fs.h | 3816 #define stat_inc_tot_blk_count(si, blks) \ argument 3819 #define stat_inc_data_blk_count(sbi, blks, gc_type) \ argument 3827 #define stat_inc_node_blk_count(sbi, blks, gc_type) \ argument 3872 #define stat_inc_tot_blk_count(si, blks) do { } while (0) argument 3873 #define stat_inc_data_blk_count(sbi, blks, gc_type) do { } while (0) argument 3874 #define stat_inc_node_blk_count(sbi, blks, gc_type) do { } while (0) argument
|
| D | data.c | 1734 static inline u64 blks_to_bytes(struct inode *inode, u64 blks) in blks_to_bytes()
|
| /Linux-v5.15/fs/gfs2/ |
| D | bmap.c | 670 unsigned n, i, blks, alloced = 0, iblks = 0, branch_start = 0; in __gfs2_iomap_alloc() local
|
| /Linux-v5.15/fs/xfs/libxfs/ |
| D | xfs_bmap.c | 1073 int blks; /* space reservation */ in xfs_bmap_add_attrfork() local
|
| /Linux-v5.15/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
|
| /Linux-v5.15/fs/ufs/ |
| D | ufs_fs.h | 263 #define ufs_blkstofrags(blks) ((blks) << uspi->s_fpbshift) argument
|
| /Linux-v5.15/fs/ext4/ |
| D | super.c | 3782 int blks; in ext4_calculate_overhead() local
|
| D | ext4.h | 319 #define EXT4_NUM_B2C(sbi, blks) (((blks) + (sbi)->s_cluster_ratio - 1) >> \ argument
|
| /Linux-v5.15/drivers/net/ethernet/broadcom/ |
| D | cnic.c | 1195 int total_mem, blks, i; in cnic_alloc_bnx2x_context() local
|
12