Searched refs:blkoff (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/partitions/
H A Dsysv68.c45 __be32 blkoff; /* block offset of slice */ member in struct:slice
85 be32_to_cpu(slice->blkoff),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nilfs2/
H A Dmdt.c137 nilfs_mdt_submit_block(struct inode *inode, unsigned long blkoff, argument
144 bh = nilfs_grab_buffer(inode, inode->i_mapping, blkoff, 0);
165 ret = nilfs_bmap_lookup(NILFS_I(inode)->i_bmap, blkoff, &blknum);
194 unsigned long blkoff; local
206 blkoff = block + 1;
207 for (i = 0; i < nr_ra_blocks; i++, blkoff++) {
208 err = nilfs_mdt_submit_block(inode, blkoff, READA, &bh);
238 * @blkoff: block offset
261 int nilfs_mdt_get_block(struct inode *inode, unsigned long blkoff, int create, argument
270 ret = nilfs_mdt_read_block(inode, blkoff, !creat
[all...]
H A Dalloc.h84 unsigned long blkoff; member in struct:nilfs_bh_assoc
H A Dsufile.c158 unsigned long blkoff, prev_blkoff; local
185 blkoff = nilfs_sufile_get_blkoff(sufile, *seg);
186 ret = nilfs_mdt_get_block(sufile, blkoff, create, NULL, &bh);
195 prev_blkoff = blkoff;
196 blkoff = nilfs_sufile_get_blkoff(sufile, *seg);
197 if (blkoff == prev_blkoff)
202 ret = nilfs_mdt_get_block(sufile, blkoff, create, NULL, &bh);
H A Dalloc.c206 static int nilfs_palloc_get_block(struct inode *inode, unsigned long blkoff, argument
218 if (prev->bh && blkoff == prev->blkoff) {
226 ret = nilfs_mdt_get_block(inode, blkoff, create, init_block, bhp);
236 prev->blkoff = blkoff;
H A Dpage.c77 unsigned long blkoff,
81 pgoff_t index = blkoff >> (PAGE_CACHE_SHIFT - blkbits);
89 bh = __nilfs_get_page_block(page, blkoff, index, blkbits, b_state);
105 obh = __nilfs_get_page_block(opage, blkoff, index, blkbits,
75 nilfs_grab_buffer(struct inode *inode, struct address_space *mapping, unsigned long blkoff, unsigned long b_state) argument
H A Dgcinode.c65 * @blkoff - dummy offset treated as the key for the page cache
71 * specified by @pbn to the GC pagecache with the key @blkoff.
83 int nilfs_gccache_submit_read_data(struct inode *inode, sector_t blkoff, argument
90 bh = nilfs_grab_buffer(inode, inode->i_mapping, blkoff, 0);
H A Dinode.c41 * @blkoff - file block number
49 int nilfs_get_block(struct inode *inode, sector_t blkoff, argument
59 ret = nilfs_bmap_lookup_contig(ii->i_bmap, blkoff, &blknum, maxblocks);
75 err = nilfs_bmap_insert(ii->i_bmap, (unsigned long)blkoff,
91 (unsigned long long)blkoff);
578 unsigned long blkoff; local
590 blkoff = (inode->i_size + blocksize - 1) >> sb->s_blocksize_bits;
595 nilfs_truncate_bmap(ii, blkoff);
H A Drecovery.c54 unsigned long blkoff; /* File offset of the data block (per block) */ member in struct:nilfs_recovery_block
369 rb->blkoff = le64_to_cpu(binfo->bi_blkoff);
525 pos = rb->blkoff << inode->i_blkbits;
561 (unsigned long long)rb->blkoff);
H A Dsegment.c603 __le64 *blkoff = nilfs_segctor_map_segsum_entry(sci, ssp, local
604 sizeof(*blkoff));
605 *blkoff = binfo->bi_dat.bi_blkoff;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/afs/
H A Ddir.c218 unsigned blkoff,
227 _enter("%u,%x,%p,,",*fpos,blkoff,block);
229 curr = (*fpos - blkoff) / sizeof(union afs_dirent);
242 blkoff / sizeof(union afs_dir_block), offset);
244 *fpos = blkoff +
256 blkoff / sizeof(union afs_dir_block), offset,
266 blkoff / sizeof(union afs_dir_block),
274 blkoff / sizeof(union afs_dir_block),
280 blkoff / sizeof(union afs_dir_block),
293 blkoff
216 afs_dir_iterate_block(unsigned *fpos, union afs_dir_block *block, unsigned blkoff, void *cookie, filldir_t filldir) argument
318 unsigned blkoff, limit; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Dsuballoc.c1499 u64 blkoff; local
1533 blkoff = ocfs2_clusters_to_blocks(inode->i_sb,
1538 (unsigned long long)blkoff,
1540 if (blkoff > max_block)
1569 u64 blkoff; local
1581 blkoff = le64_to_cpu(bg->bg_blkno) +
1584 (unsigned long long)blkoff,
1586 if (blkoff > max_block)

Completed in 198 milliseconds