Home
last modified time | relevance | path

Searched refs:IO_APPEND (Results 1 – 16 of 16) 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.c1364 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()
912 if (ioflag & IO_APPEND) { in ncl_write()
946 (ioflag & IO_APPEND)) { in ncl_write()
H A Dnfs_clrpcops.c2047 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.h317 #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.c681 if (ioflag & IO_APPEND) in tmpfs_write()
/freebsd/sys/fs/ext2fs/
H A Dext2_vnops.c2188 if (ioflag & IO_APPEND) in ext2_write()
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_vnops_os.c4399 if (ioflags & IO_APPEND) in ioflags()
/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdstate.c5123 UIO_SYSSPACE, (IO_SYNC | IO_APPEND), NFSFPCRED(sf->nsf_fp), NULL, p); in nfsrv_writestable()