Searched refs:nilfs_create_node (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/sys/fs/nilfs/ |
H A D | nilfs_subr.h | 72 int nilfs_create_node(struct vnode *dvp, struct vnode **vpp, struct vattr *vap, struct componentnam…
|
H A D | nilfs_vnops.c | 1085 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 D | nilfs_subr.c | 948 nilfs_create_node(struct vnode *dvp, struct vnode **vpp, struct vattr *vap, struct componentname *c… in nilfs_create_node() function
|