HomeSort by: relevance | last modified time | path
    Searched refs:unionfs_copyfile (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/fs/unionfs/
unionfs.h 130 int unionfs_copyfile(struct unionfs_node *unp, int docopy, kauth_cred_t cred);
unionfs_vnops.c 481 error = unionfs_copyfile(unp,
789 error = unionfs_copyfile(unp, (vap->va_size != 0),
989 error = unionfs_copyfile(unp, 1, cnp->cn_cred);
1089 error = unionfs_copyfile(unp, 1, fcnp->cn_cred);
1672 error = unionfs_copyfile(unp, 1, cred);
unionfs_subr.c 340 * If it called 'unionfs_copyfile' function by unionfs_link etc,
733 unionfs_copyfile(struct unionfs_node *unp, int docopy, kauth_cred_t cred) function in typeref:typename:int

Completed in 22 milliseconds