Searched refs:FAPPEND (Results 26 - 31 of 31) sorted by relevance

12

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_vnops.c423 return (((ip->i_mode & IFMT) == IFREG) && !(ioflag & FAPPEND) &&
597 if ((ioflag & FAPPEND) != 0 && (ip->i_mode & IFMT) == IFREG) {
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_vnops.c575 if (ioflag & FAPPEND) {
H A Dnfs3_vnops.c677 if (ioflag & FAPPEND) {
H A Dnfs4_vnops.c2771 if (ioflag & FAPPEND) {
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_vnops.c383 if ((ioflag & FAPPEND) != 0 && (ip->i_type == VREG)) {
/illumos-gate/usr/src/uts/common/fs/
H A Dvnode.c980 if (filemode & FAPPEND)

Completed in 157 milliseconds

12