Lines Matching defs:nilfs
21 struct the_nilfs *nilfs;
31 struct the_nilfs *nilfs);
61 unsigned long offset, struct the_nilfs *nilfs)
64 nilfs_get_segment_range(nilfs, segnum, &segbuf->sb_fseg_start,
89 __u64 nextnum, struct the_nilfs *nilfs)
92 segbuf->sb_sum.next = nilfs_get_segment_start_blocknr(nilfs, nextnum);
235 struct the_nilfs *nilfs = segbuf->sb_super->s_fs_info;
240 srsize = NILFS_SR_BYTES(nilfs->ns_inode_size);
288 int nilfs_write_logs(struct list_head *logs, struct the_nilfs *nilfs)
294 ret = nilfs_segbuf_write(segbuf, nilfs);
382 * @nilfs: nilfs object
389 static struct bio *nilfs_alloc_seg_bio(struct the_nilfs *nilfs, sector_t start,
400 bio_set_dev(bio, nilfs->ns_bdev);
402 start << (nilfs->ns_blocksize_bits - 9);
427 wi->bio = nilfs_alloc_seg_bio(wi->nilfs, wi->blocknr + wi->end,
449 * @nilfs: nilfs object
459 struct the_nilfs *nilfs)
465 wi.nilfs = nilfs;