Home
last modified time | relevance | path

Searched refs:EXT3_BLOCK_SIZE_BITS (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/fs/intermezzo/
Djournal_ext3.c52 #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()
/linux-2.4.37.9/fs/ext3/
Ddir.c88 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()
Dnamei.c126 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()
Dinode.c1900 >> EXT3_BLOCK_SIZE_BITS(inode->i_sb); in ext3_truncate()
2068 (offset >> EXT3_BLOCK_SIZE_BITS(inode->i_sb)); in ext3_get_inode_loc()
/linux-2.4.37.9/include/linux/
Dext3_fs.h95 # define EXT3_BLOCK_SIZE_BITS(s) ((s)->s_blocksize_bits) macro
97 # define EXT3_BLOCK_SIZE_BITS(s) ((s)->s_log_block_size + 10) macro