Searched refs:nilfs_get_node_raw (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/sys/fs/nilfs/ |
H A D | nilfs_vfsops.c | 302 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 D | nilfs_subr.h | 60 int nilfs_get_node_raw(struct nilfs_device *nilfsdev, struct nilfs_mount *ump, uint64_t ino, struct…
|
H A D | nilfs_subr.c | 665 nilfs_get_node_raw(struct nilfs_device *nilfsdev, struct nilfs_mount *ump, in nilfs_get_node_raw() function
|