Home
last modified time | relevance | path

Searched refs:nilfs_get_node_raw (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/fs/nilfs/
H A Dnilfs_vfsops.c302 error = nilfs_get_node_raw(nilfsdev, NULL, NILFS_DAT_INO, in nilfs_create_system_nodes()
307 error = nilfs_get_node_raw(nilfsdev, NULL, NILFS_CPFILE_INO, in nilfs_create_system_nodes()
312 error = nilfs_get_node_raw(nilfsdev, NULL, NILFS_SUFILE_INO, in nilfs_create_system_nodes()
789 error = nilfs_get_node_raw(ump->nilfsdev, NULL, NILFS_IFILE_INO, in nilfs_mount_checkpoint()
1153 error = nilfs_get_node_raw(ump->nilfsdev, ump, ino, &inode, &node); in nilfs_loadvnode()
H A Dnilfs_subr.h60 int nilfs_get_node_raw(struct nilfs_device *nilfsdev, struct nilfs_mount *ump, uint64_t ino, struct…
H A Dnilfs_subr.c665 nilfs_get_node_raw(struct nilfs_device *nilfsdev, struct nilfs_mount *ump, in nilfs_get_node_raw() function