Searched defs:i_block (Results 1 - 7 of 7) sorted by relevance
/linux-4.1.27/fs/ufs/ | ||
H A D | inode.c | 46 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 D | indirect.c | 72 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 D | ext4.h | 664 __le32 i_block[EXT4_N_BLOCKS];/* Pointers to blocks */ member in struct:ext4_inode |
/linux-4.1.27/fs/ext2/ | ||
H A D | inode.c | 159 ext2_block_to_path(struct inode *inode, long i_block, int offsets[4], int *boundary) ext2_block_to_path() argument |
H A D | ext2.h | 320 __le32 i_block[EXT2_N_BLOCKS];/* Pointers to blocks */ member in struct:ext2_inode |
/linux-4.1.27/fs/ext3/ | ||
H A D | inode.c | 342 ext3_block_to_path(struct inode *inode, long i_block, int offsets[4], int *boundary) ext3_block_to_path() argument |
H A D | ext3.h | 283 __le32 i_block[EXT3_N_BLOCKS];/* Pointers to blocks */ member in struct:ext3_inode |
Completed in 454 milliseconds