Home
last modified time | relevance | path

Searched refs:nilfsdev (Results 1 – 5 of 5) sorted by relevance

/netbsd/sys/fs/nilfs/
H A Dnilfs_vfsops.c303 &nilfsdev->super_root.sr_dat, &nilfsdev->dat_node); in nilfs_create_system_nodes()
308 &nilfsdev->super_root.sr_cpfile, &nilfsdev->cp_node); in nilfs_create_system_nodes()
313 &nilfsdev->super_root.sr_sufile, &nilfsdev->su_node); in nilfs_create_system_nodes()
330 if (!nilfsdev) in nilfs_release_system_nodes()
424 nilfsdev->super2 = nilfsdev->super; /* why preserve? */ in nilfs_read_superblock()
443 if (!nilfsdev) in nilfs_unmount_base()
483 nilfs_calc_mdt_consts(nilfsdev, &nilfsdev->dat_mdt, in nilfs_mount_base()
485 nilfs_calc_mdt_consts(nilfsdev, &nilfsdev->ifile_mdt, in nilfs_mount_base()
918 ump->nilfsdev = nilfsdev; in nilfs_mount()
986 nilfsdev = ump->nilfsdev; in nilfs_unmount()
[all …]
H A Dnilfs_subr.c92 uint32_t blocksize = nilfsdev->blocksize; in nilfs_calc_mdt_consts()
135 return bread(nilfsdev->devvp, blocknr * blk2dev, nilfsdev->blocksize, in nilfs_dev_bread()
145 struct nilfs_device *nilfsdev = node->nilfsdev; in nilfs_bread() local
171 int blocksize = nilfsdev->blocksize; in nilfs_get_segment_log()
202 struct nilfs_device *nilfsdev = node->nilfsdev; in nilfs_btree_lookup_level() local
478 error = nilfs_get_segment_log(nilfsdev, in nilfs_load_segsum()
534 error = nilfs_get_segment_log(nilfsdev, in nilfs_load_super_root()
545 super_root = &nilfsdev->super_root; in nilfs_load_super_root()
585 nilfsdev->super.s_last_pseg = nilfsdev->super.s_first_data_block; in nilfs_search_super_root()
616 super = &nilfsdev->super; in nilfs_search_super_root()
[all …]
H A Dnilfs_subr.h36 uint64_t nilfs_get_segnum_of_block(struct nilfs_device *nilfsdev, uint64_t blocknr);
37 void nilfs_get_segment_range(struct nilfs_device *nilfsdev, uint64_t segnum,
39 void nilfs_calc_mdt_consts(struct nilfs_device *nilfsdev,
44 int nilfs_get_segment_log(struct nilfs_device *nilfsdev, uint64_t *blocknr,
46 void nilfs_search_super_root(struct nilfs_device *nilfsdev);
60 int nilfs_get_node_raw(struct nilfs_device *nilfsdev, struct nilfs_mount *ump, uint64_t ino, struct…
H A Dnilfs.h169 struct nilfs_device *nilfsdev; member
189 struct nilfs_device *nilfsdev; member
H A Dnilfs_vnops.c341 blocksize = node->nilfsdev->blocksize; in nilfs_trivial_bmap()
388 struct nilfs_device *nilfsdev = node->nilfsdev; in nilfs_read_filebuf() local
394 int blk2dev = nilfsdev->blocksize / DEV_BSIZE; in nilfs_read_filebuf()
403 blocksize = nilfsdev->blocksize; in nilfs_read_filebuf()
454 VOP_STRATEGY(nilfsdev->devvp, nbp); in nilfs_read_filebuf()
527 uint32_t blocksize = node->nilfsdev->blocksize; in nilfs_readdir()
799 vap->va_blocksize = node->nilfsdev->blocksize; in nilfs_getattr()