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

/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_subr.c4680 * The 'append' flag is set when the authorization request is constrained
4681 * to operations which only request the right to append to a file.
4688 vnode_immutable(struct vnode_attr *vap, int append, int ignore) argument
4695 /* if appending only, remove the append-only bits */
4696 if (append)
4709 KAUTH_DEBUG("IMMUTABLE - file flags 0x%x mask 0x%x append = %d ignore = %d", vap->va_flags, mask, append, ignore);
5282 int append; local
5321 append = 0;
5324 append
[all...]

Completed in 25 milliseconds