Home
last modified time | relevance | path

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

/netbsd-src/sys/fs/nilfs/
H A Dnilfs_subr.h72 int nilfs_create_node(struct vnode *dvp, struct vnode **vpp, struct vattr *vap, struct componentnam…
H A Dnilfs_vnops.c1085 error = nilfs_create_node(dvp, vpp, vap, cnp); in nilfs_create()
1108 error = nilfs_create_node(dvp, vpp, vap, cnp); in nilfs_mknod()
1131 error = nilfs_create_node(dvp, vpp, vap, cnp); in nilfs_mkdir()
1227 error = nilfs_create_node(dvp, vpp, vap, cnp); in nilfs_symlink()
H A Dnilfs_subr.c948 nilfs_create_node(struct vnode *dvp, struct vnode **vpp, struct vattr *vap, struct componentname *c… in nilfs_create_node() function