Home
last modified time | relevance | path

Searched refs:IO_APPEND (Results 1 – 17 of 17) sorted by relevance

/freebsd/sys/fs/smbfs/
H A Dsmbfs_io.c264 if (ioflag & (IO_APPEND | IO_SYNC)) { in smbfs_writevnode()
271 if (ioflag & IO_APPEND) { in smbfs_writevnode()
/freebsd/sys/security/audit/
H A Daudit_worker.c267 IO_APPEND|IO_UNIT, cred, NULL, NULL, curthread); in audit_record_write()
/freebsd/sys/fs/fuse/
H A Dfuse_io.c337 if (ioflag & IO_APPEND) in fuse_write_directbackend()
497 if (ioflag & IO_APPEND) in fuse_write_biobackend()
/freebsd/sys/kern/
H A Dkern_acct.c426 (off_t)0, UIO_SYSSPACE, IO_APPEND|IO_UNIT, acct_cred, NOCRED, in acct_process()
H A Dkern_alq.c379 VOP_WRITE(vp, &auio, IO_UNIT | IO_APPEND, alq->aq_cred); in alq_doio()
H A Dkern_ktrace.c1388 error = VOP_WRITE(vp, &auio, IO_UNIT | IO_APPEND, cred); in ktr_writerequest()
H A Dvfs_vnops.c642 } else if ((ioflg & IO_APPEND) != 0) { in vn_rdwr()
1160 ioflag |= IO_APPEND; in vn_write()
/freebsd/sys/fs/nfsclient/
H A Dnfs_clbio.c874 if ((ioflag & IO_APPEND) || ((ioflag & IO_SYNC) && (np->n_flag & in ncl_write()
877 * For the case where IO_APPEND is being done using a in ncl_write()
890 * complaints. Note that, unlike doing IO_APPEND via in ncl_write()
909 * If IO_APPEND then load uio_offset. We restart here if we cannot in ncl_write()
912 if (ioflag & IO_APPEND) { in ncl_write()
942 * Do IO_APPEND writing via a synchronous direct write. in ncl_write()
946 (ioflag & IO_APPEND)) { in ncl_write()
H A Dnfs_clrpcops.c2074 if ((ioflag & IO_APPEND) != 0 && NFSHASNFSV4(nmp) && !NFSHASPNFS(nmp)) in nfsrpc_writerpc()
/freebsd/sys/ufs/ffs/
H A Dffs_vnops.c876 if (ioflag & IO_APPEND) in ffs_write()
1201 if (ioflag & IO_APPEND) in ffs_extwrite()
/freebsd/sys/sys/
H A Dvnode.h318 #define IO_APPEND 0x0002 /* append write to end */ macro
/freebsd/sys/fs/msdosfs/
H A Dmsdosfs_vnops.c642 if (ioflag & IO_APPEND) in msdosfs_write()
/freebsd/sys/fs/tmpfs/
H A Dtmpfs_vnops.c682 if (ioflag & IO_APPEND) in tmpfs_write()
/freebsd/sys/fs/p9fs/
H A Dp9fs_vnops.c1432 if (ioflag & IO_APPEND) in p9fs_write()
/freebsd/sys/fs/ext2fs/
H A Dext2_vnops.c2190 if (ioflag & IO_APPEND) in ext2_write()
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_vnops_os.c4333 if (ioflags & IO_APPEND) in ioflags()
/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdstate.c5092 UIO_SYSSPACE, (IO_SYNC | IO_APPEND), NFSFPCRED(sf->nsf_fp), NULL, p); in nfsrv_writestable()