Searched refs:iblock (Results 1 – 8 of 8) sorted by relevance
| /linux/fs/qnx4/ |
| H A D | qnx4.h | 27 extern unsigned long qnx4_block_map(struct inode *inode, long iblock);
|
| /linux/fs/fat/ |
| H A D | dir.c | 51 static inline void fat_dir_readahead(struct inode *dir, sector_t iblock, in fat_dir_readahead() argument 60 if ((iblock & (sbi->sec_per_clus - 1)) || sbi->sec_per_clus == 1) in fat_dir_readahead() 88 sector_t phys, iblock; in fat__get_entry() local 95 iblock = *pos >> sb->s_blocksize_bits; in fat__get_entry() 96 err = fat_bmap(dir, iblock, &phys, &mapped_blocks, 0, false); in fat__get_entry() 100 fat_dir_readahead(dir, iblock, phys); in fat__get_entry() 107 *pos = (iblock + 1) << sb->s_blocksize_bits; in fat__get_entry()
|
| /linux/fs/ |
| H A D | buffer.c | 2280 sector_t iblock, lblock; in block_read_full_folio() local 2294 iblock = div_u64(folio_pos(folio), blocksize); in block_read_full_folio() 2306 if (iblock < lblock) { in block_read_full_folio() 2308 err = get_block(inode, iblock, bh, 0); in block_read_full_folio() 2361 } while (iblock++, (bh = bh->b_this_page) != head); in block_read_full_folio() 2571 sector_t iblock; in block_truncate_page() local 2586 iblock = ((loff_t)index * PAGE_SIZE) >> inode->i_blkbits; in block_truncate_page() 2601 iblock++; in block_truncate_page() 2607 err = get_block(inode, iblock, bh, 0); in block_truncate_page()
|
| /linux/fs/ext4/ |
| H A D | inode.c | 911 static int _ext4_get_block(struct inode *inode, sector_t iblock, in _ext4_get_block() argument 920 map.m_lblk = iblock; in _ext4_get_block() 937 int ext4_get_block(struct inode *inode, sector_t iblock, in ext4_get_block() argument 940 return _ext4_get_block(inode, iblock, bh, in ext4_get_block() 949 int ext4_get_block_unwritten(struct inode *inode, sector_t iblock, in ext4_get_block_unwritten() argument 956 ret = _ext4_get_block(inode, iblock, bh_result, in ext4_get_block_unwritten() 2014 int ext4_da_get_block_prep(struct inode *inode, sector_t iblock, in ext4_da_get_block_prep() argument 2027 map.m_lblk = iblock; in ext4_da_get_block_prep() 4036 ext4_lblk_t iblock; in ext4_load_tail_bh() local 4050 iblock = EXT4_PG_TO_LBLK(inode, folio->index); in ext4_load_tail_bh() [all …]
|
| H A D | ext4.h | 3144 int ext4_get_block_unwritten(struct inode *inode, sector_t iblock, 3146 int ext4_get_block(struct inode *inode, sector_t iblock, 3148 int ext4_da_get_block_prep(struct inode *inode, sector_t iblock,
|
| /linux/block/ |
| H A D | fops.c | 463 static int blkdev_get_block(struct inode *inode, sector_t iblock, in blkdev_get_block() argument 467 bh->b_blocknr = iblock; in blkdev_get_block()
|
| /linux/crypto/ |
| H A D | Kconfig | 978 https://tc26.ru/upload/iblock/fed/feddbb4d26b685903faa2ba11aea43f6.pdf
|
| /linux/include/linux/ |
| H A D | fs.h | 87 typedef int (get_block_t)(struct inode *inode, sector_t iblock,
|