Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/fs/unionfs/
Dunion_vnops.c501 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()
Dunion.h115 int unionfs_copyfile(struct unionfs_node *unp, int docopy, struct ucred *cred, struct thread *td);
Dunion_subr.c1047 unionfs_copyfile(struct unionfs_node *unp, int docopy, struct ucred *cred, in unionfs_copyfile() function