Lines Matching defs:ioflg
527 enum uio_seg segflg, int ioflg, kauth_cred_t cred, size_t *aresid,
534 if ((ioflg & IO_NODELOCKED) == 0) {
554 if ((error = enforce_rlimit_fsize(vp, &auio, ioflg)) != 0)
558 error = VOP_READ(vp, &auio, ioflg, cred);
560 error = VOP_WRITE(vp, &auio, ioflg, cred);
570 if ((ioflg & IO_NODELOCKED) == 0) {
1419 * Set IO_NODELOCKED in ioflg if the vnode is already locked.
1422 vn_extattr_get(struct vnode *vp, int ioflg, int attrnamespace,
1439 if ((ioflg & IO_NODELOCKED) == 0)
1445 if ((ioflg & IO_NODELOCKED) == 0)
1458 vn_extattr_set(struct vnode *vp, int ioflg, int attrnamespace,
1475 if ((ioflg & IO_NODELOCKED) == 0) {
1481 if ((ioflg & IO_NODELOCKED) == 0) {
1489 vn_extattr_rm(struct vnode *vp, int ioflg, int attrnamespace,
1494 if ((ioflg & IO_NODELOCKED) == 0) {
1503 if ((ioflg & IO_NODELOCKED) == 0) {