Searched refs:unionfs_copyfile (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/sys/fs/unionfs/
H A Dunion.h115 int unionfs_copyfile(struct unionfs_node *unp, int docopy, struct ucred *cred, struct thread *td);
H A Dunion_vnops.c501 error = unionfs_copyfile(unp,
831 error = unionfs_copyfile(unp, (vap->va_size != 0),
1083 error = unionfs_copyfile(unp, 1, cnp->cn_cred, td);
1194 error = unionfs_copyfile(unp, 1, fcnp->cn_cred, td);
2089 error = unionfs_copyfile(unp, 1, td->td_ucred, td);
2190 if ((error = unionfs_copyfile(unp, 1, ap->a_cred, td)) != 0)
2354 (error = unionfs_copyfile(unp, 1, cred, td)) != 0) {
2443 (error = unionfs_copyfile(unp, 1, cred, td)) != 0) {
2495 if ((error = unionfs_copyfile(unp, 1, ap->a_cred, td)) != 0)
H A Dunion_subr.c573 * If it called 'unionfs_copyfile' function by unionfs_link etc,
1047 unionfs_copyfile(struct unionfs_node *unp, int docopy, struct ucred *cred, function

Completed in 42 milliseconds