Searched defs:i_block (Results 1 - 7 of 7) sorted by relevance

/linux-4.1.27/fs/ufs/
H A Dinode.c46 static int ufs_block_to_path(struct inode *inode, sector_t i_block, sector_t offsets[4]) ufs_block_to_path() argument
/linux-4.1.27/fs/ext4/
H A Dindirect.c72 ext4_block_to_path(struct inode *inode, ext4_lblk_t i_block, ext4_lblk_t offsets[4], int *boundary) ext4_block_to_path() argument
H A Dext4.h664 __le32 i_block[EXT4_N_BLOCKS];/* Pointers to blocks */ member in struct:ext4_inode
/linux-4.1.27/fs/ext2/
H A Dinode.c159 ext2_block_to_path(struct inode *inode, long i_block, int offsets[4], int *boundary) ext2_block_to_path() argument
H A Dext2.h320 __le32 i_block[EXT2_N_BLOCKS];/* Pointers to blocks */ member in struct:ext2_inode
/linux-4.1.27/fs/ext3/
H A Dinode.c342 ext3_block_to_path(struct inode *inode, long i_block, int offsets[4], int *boundary) ext3_block_to_path() argument
H A Dext3.h283 __le32 i_block[EXT3_N_BLOCKS];/* Pointers to blocks */ member in struct:ext3_inode

Completed in 454 milliseconds