HomeSort by: relevance | last modified time | path
    Searched defs:nilfsdev (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/fs/nilfs/
nilfs.h 169 struct nilfs_device *nilfsdev; member in struct:nilfs_mount
189 struct nilfs_device *nilfsdev; member in struct:nilfs_node
nilfs_subr.c 68 uint64_t nilfs_get_segnum_of_block(struct nilfs_device *nilfsdev,
71 return blocknr / nilfs_rw32(nilfsdev->super.s_blocks_per_segment);
76 nilfs_get_segment_range(struct nilfs_device *nilfsdev, uint64_t segnum,
81 blks_per_seg = nilfs_rw64(nilfsdev->super.s_blocks_per_segment);
85 *seg_start = nilfs_rw64(nilfsdev->super.s_first_data_block);
89 void nilfs_calc_mdt_consts(struct nilfs_device *nilfsdev,
92 uint32_t blocksize = nilfsdev->blocksize;
130 nilfs_dev_bread(struct nilfs_device *nilfsdev, uint64_t blocknr,
133 int blk2dev = nilfsdev->blocksize / DEV_BSIZE;
135 return bread(nilfsdev->devvp, blocknr * blk2dev, nilfsdev->blocksize
145 struct nilfs_device *nilfsdev = node->nilfsdev; local in function:nilfs_bread
202 struct nilfs_device *nilfsdev = node->nilfsdev; local in function:nilfs_btree_lookup_level
    [all...]
nilfs_vfsops.c 298 nilfs_create_system_nodes(struct nilfs_device *nilfsdev)
302 error = nilfs_get_node_raw(nilfsdev, NULL, NILFS_DAT_INO,
303 &nilfsdev->super_root.sr_dat, &nilfsdev->dat_node);
307 error = nilfs_get_node_raw(nilfsdev, NULL, NILFS_CPFILE_INO,
308 &nilfsdev->super_root.sr_cpfile, &nilfsdev->cp_node);
312 error = nilfs_get_node_raw(nilfsdev, NULL, NILFS_SUFILE_INO,
313 &nilfsdev->super_root.sr_sufile, &nilfsdev->su_node)
606 struct nilfs_device *nilfsdev; local in function:nilfs_mount_device
840 struct nilfs_device *nilfsdev; local in function:nilfs_mount
977 struct nilfs_device *nilfsdev; local in function:nilfs_unmount
1114 struct nilfs_device *nilfsdev; local in function:nilfs_loadvnode
    [all...]
nilfs_vnops.c 341 blocksize = node->nilfsdev->blocksize;
388 struct nilfs_device *nilfsdev = node->nilfsdev; local in function:nilfs_read_filebuf
394 int blk2dev = nilfsdev->blocksize / DEV_BSIZE;
403 blocksize = nilfsdev->blocksize;
454 VOP_STRATEGY(nilfsdev->devvp, nbp);
527 uint32_t blocksize = node->nilfsdev->blocksize;
799 vap->va_blocksize = node->nilfsdev->blocksize;

Completed in 15 milliseconds