Searched refs:EXT3_BLOCK_SIZE_BITS (Results 1 – 5 of 5) sorted by relevance
52 #define MAX_PATH_BLOCKS(inode) (PATH_MAX >> EXT3_BLOCK_SIZE_BITS((inode)->i_sb))53 #define MAX_NAME_BLOCKS(inode) (NAME_MAX >> EXT3_BLOCK_SIZE_BITS((inode)->i_sb))75 return (avail << EXT3_BLOCK_SIZE_BITS(sb)); in presto_e3_freespace()
88 blk = (filp->f_pos) >> EXT3_BLOCK_SIZE_BITS(sb); in ext3_readdir()105 for (i = 16 >> (EXT3_BLOCK_SIZE_BITS(sb) - 9), num = 0; in ext3_readdir()
126 nblocks = dir->i_size >> EXT3_BLOCK_SIZE_BITS(sb); in ext3_find_entry()166 block << EXT3_BLOCK_SIZE_BITS(sb), res_dir); in ext3_find_entry()186 nblocks = dir->i_size >> EXT3_BLOCK_SIZE_BITS(sb); in ext3_find_entry()282 offset >> EXT3_BLOCK_SIZE_BITS(sb), 1, &retval); in ext3_add_entry()615 offset >> EXT3_BLOCK_SIZE_BITS(sb), 0, &err); in empty_dir()
1900 >> EXT3_BLOCK_SIZE_BITS(inode->i_sb); in ext3_truncate()2068 (offset >> EXT3_BLOCK_SIZE_BITS(inode->i_sb)); in ext3_get_inode_loc()
95 # define EXT3_BLOCK_SIZE_BITS(s) ((s)->s_blocksize_bits) macro97 # define EXT3_BLOCK_SIZE_BITS(s) ((s)->s_log_block_size + 10) macro