Searched refs:unionfs_copyfile (Results 1 – 3 of 3) sorted by relevance
| /freebsd-9-stable/sys/fs/unionfs/ |
| D | union_vnops.c | 501 error = unionfs_copyfile(unp, in unionfs_open() 831 error = unionfs_copyfile(unp, (vap->va_size != 0), in unionfs_setattr() 1083 error = unionfs_copyfile(unp, 1, cnp->cn_cred, td); in unionfs_link() 1194 error = unionfs_copyfile(unp, 1, fcnp->cn_cred, td); in unionfs_rename() 2089 error = unionfs_copyfile(unp, 1, td->td_ucred, td); in unionfs_advlock() 2190 if ((error = unionfs_copyfile(unp, 1, ap->a_cred, td)) != 0) in unionfs_setacl() 2354 (error = unionfs_copyfile(unp, 1, cred, td)) != 0) { in unionfs_setextattr() 2443 (error = unionfs_copyfile(unp, 1, cred, td)) != 0) { in unionfs_deleteextattr() 2495 if ((error = unionfs_copyfile(unp, 1, ap->a_cred, td)) != 0) in unionfs_setlabel()
|
| D | union.h | 115 int unionfs_copyfile(struct unionfs_node *unp, int docopy, struct ucred *cred, struct thread *td);
|
| D | union_subr.c | 1047 unionfs_copyfile(struct unionfs_node *unp, int docopy, struct ucred *cred, in unionfs_copyfile() function
|