xref: /illumos-gate/usr/src/uts/common/fs/ufs/ufs_vnops.c (revision f90bab20b71a9cc6ff5e29009567c8625c162843)
17c478bd9Sstevel@tonic-gate /*
27c478bd9Sstevel@tonic-gate  * CDDL HEADER START
37c478bd9Sstevel@tonic-gate  *
47c478bd9Sstevel@tonic-gate  * The contents of this file are subject to the terms of the
57c478bd9Sstevel@tonic-gate  * Common Development and Distribution License, Version 1.0 only
67c478bd9Sstevel@tonic-gate  * (the "License").  You may not use this file except in compliance
77c478bd9Sstevel@tonic-gate  * with the License.
87c478bd9Sstevel@tonic-gate  *
97c478bd9Sstevel@tonic-gate  * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
107c478bd9Sstevel@tonic-gate  * or http://www.opensolaris.org/os/licensing.
117c478bd9Sstevel@tonic-gate  * See the License for the specific language governing permissions
127c478bd9Sstevel@tonic-gate  * and limitations under the License.
137c478bd9Sstevel@tonic-gate  *
147c478bd9Sstevel@tonic-gate  * When distributing Covered Code, include this CDDL HEADER in each
157c478bd9Sstevel@tonic-gate  * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
167c478bd9Sstevel@tonic-gate  * If applicable, add the following below this CDDL HEADER, with the
177c478bd9Sstevel@tonic-gate  * fields enclosed by brackets "[]" replaced with your own identifying
187c478bd9Sstevel@tonic-gate  * information: Portions Copyright [yyyy] [name of copyright owner]
197c478bd9Sstevel@tonic-gate  *
207c478bd9Sstevel@tonic-gate  * CDDL HEADER END
217c478bd9Sstevel@tonic-gate  */
227c478bd9Sstevel@tonic-gate /*
237c478bd9Sstevel@tonic-gate  * Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
247c478bd9Sstevel@tonic-gate  * Use is subject to license terms.
257c478bd9Sstevel@tonic-gate  */
267c478bd9Sstevel@tonic-gate 
277c478bd9Sstevel@tonic-gate /*	Copyright (c) 1983, 1984, 1985, 1986, 1987, 1988, 1989 AT&T	*/
287c478bd9Sstevel@tonic-gate /*	  All Rights Reserved  	*/
297c478bd9Sstevel@tonic-gate 
307c478bd9Sstevel@tonic-gate /*
317c478bd9Sstevel@tonic-gate  * Portions of this source code were derived from Berkeley 4.3 BSD
327c478bd9Sstevel@tonic-gate  * under license from the Regents of the University of California.
337c478bd9Sstevel@tonic-gate  */
347c478bd9Sstevel@tonic-gate 
357c478bd9Sstevel@tonic-gate #pragma ident	"%Z%%M%	%I%	%E% SMI"
367c478bd9Sstevel@tonic-gate 
377c478bd9Sstevel@tonic-gate #include <sys/types.h>
387c478bd9Sstevel@tonic-gate #include <sys/t_lock.h>
397c478bd9Sstevel@tonic-gate #include <sys/ksynch.h>
407c478bd9Sstevel@tonic-gate #include <sys/param.h>
417c478bd9Sstevel@tonic-gate #include <sys/time.h>
427c478bd9Sstevel@tonic-gate #include <sys/systm.h>
437c478bd9Sstevel@tonic-gate #include <sys/sysmacros.h>
447c478bd9Sstevel@tonic-gate #include <sys/resource.h>
457c478bd9Sstevel@tonic-gate #include <sys/signal.h>
467c478bd9Sstevel@tonic-gate #include <sys/cred.h>
477c478bd9Sstevel@tonic-gate #include <sys/user.h>
487c478bd9Sstevel@tonic-gate #include <sys/buf.h>
497c478bd9Sstevel@tonic-gate #include <sys/vfs.h>
507c478bd9Sstevel@tonic-gate #include <sys/vnode.h>
517c478bd9Sstevel@tonic-gate #include <sys/proc.h>
527c478bd9Sstevel@tonic-gate #include <sys/disp.h>
537c478bd9Sstevel@tonic-gate #include <sys/file.h>
547c478bd9Sstevel@tonic-gate #include <sys/fcntl.h>
557c478bd9Sstevel@tonic-gate #include <sys/flock.h>
56bc69f433Saguzovsk #include <sys/atomic.h>
577c478bd9Sstevel@tonic-gate #include <sys/kmem.h>
587c478bd9Sstevel@tonic-gate #include <sys/uio.h>
597c478bd9Sstevel@tonic-gate #include <sys/dnlc.h>
607c478bd9Sstevel@tonic-gate #include <sys/conf.h>
617c478bd9Sstevel@tonic-gate #include <sys/mman.h>
627c478bd9Sstevel@tonic-gate #include <sys/pathname.h>
637c478bd9Sstevel@tonic-gate #include <sys/debug.h>
647c478bd9Sstevel@tonic-gate #include <sys/vmsystm.h>
657c478bd9Sstevel@tonic-gate #include <sys/cmn_err.h>
667c478bd9Sstevel@tonic-gate #include <sys/vtrace.h>
677c478bd9Sstevel@tonic-gate #include <sys/filio.h>
687c478bd9Sstevel@tonic-gate #include <sys/policy.h>
697c478bd9Sstevel@tonic-gate 
707c478bd9Sstevel@tonic-gate #include <sys/fs/ufs_fs.h>
717c478bd9Sstevel@tonic-gate #include <sys/fs/ufs_lockfs.h>
727c478bd9Sstevel@tonic-gate #include <sys/fs/ufs_filio.h>
737c478bd9Sstevel@tonic-gate #include <sys/fs/ufs_inode.h>
747c478bd9Sstevel@tonic-gate #include <sys/fs/ufs_fsdir.h>
757c478bd9Sstevel@tonic-gate #include <sys/fs/ufs_quota.h>
767c478bd9Sstevel@tonic-gate #include <sys/fs/ufs_log.h>
777c478bd9Sstevel@tonic-gate #include <sys/fs/ufs_snap.h>
787c478bd9Sstevel@tonic-gate #include <sys/fs/ufs_trans.h>
797c478bd9Sstevel@tonic-gate #include <sys/fs/ufs_panic.h>
807c478bd9Sstevel@tonic-gate #include <sys/fs/ufs_bio.h>
817c478bd9Sstevel@tonic-gate #include <sys/dirent.h>		/* must be AFTER <sys/fs/fsdir.h>! */
827c478bd9Sstevel@tonic-gate #include <sys/errno.h>
837c478bd9Sstevel@tonic-gate #include <sys/fssnap_if.h>
847c478bd9Sstevel@tonic-gate #include <sys/unistd.h>
857c478bd9Sstevel@tonic-gate #include <sys/sunddi.h>
867c478bd9Sstevel@tonic-gate 
877c478bd9Sstevel@tonic-gate #include <sys/filio.h>		/* _FIOIO */
887c478bd9Sstevel@tonic-gate 
897c478bd9Sstevel@tonic-gate #include <vm/hat.h>
907c478bd9Sstevel@tonic-gate #include <vm/page.h>
917c478bd9Sstevel@tonic-gate #include <vm/pvn.h>
927c478bd9Sstevel@tonic-gate #include <vm/as.h>
937c478bd9Sstevel@tonic-gate #include <vm/seg.h>
947c478bd9Sstevel@tonic-gate #include <vm/seg_map.h>
957c478bd9Sstevel@tonic-gate #include <vm/seg_vn.h>
967c478bd9Sstevel@tonic-gate #include <vm/seg_kmem.h>
977c478bd9Sstevel@tonic-gate #include <vm/rm.h>
987c478bd9Sstevel@tonic-gate #include <sys/swap.h>
997c478bd9Sstevel@tonic-gate 
1007c478bd9Sstevel@tonic-gate #include <fs/fs_subr.h>
1017c478bd9Sstevel@tonic-gate 
1027c478bd9Sstevel@tonic-gate static struct instats ins;
1037c478bd9Sstevel@tonic-gate 
1047c478bd9Sstevel@tonic-gate static 	int ufs_getpage_ra(struct vnode *, u_offset_t, struct seg *, caddr_t);
1057c478bd9Sstevel@tonic-gate static	int ufs_getpage_miss(struct vnode *, u_offset_t, size_t, struct seg *,
1067c478bd9Sstevel@tonic-gate 		caddr_t, struct page **, size_t, enum seg_rw, int);
1077c478bd9Sstevel@tonic-gate static	int ufs_open(struct vnode **, int, struct cred *);
1087c478bd9Sstevel@tonic-gate static	int ufs_close(struct vnode *, int, int, offset_t, struct cred *);
1097c478bd9Sstevel@tonic-gate static	int ufs_read(struct vnode *, struct uio *, int, struct cred *,
1107c478bd9Sstevel@tonic-gate 			struct caller_context *);
1117c478bd9Sstevel@tonic-gate static	int ufs_write(struct vnode *, struct uio *, int, struct cred *,
1127c478bd9Sstevel@tonic-gate 			struct caller_context *);
1137c478bd9Sstevel@tonic-gate static	int ufs_ioctl(struct vnode *, int, intptr_t, int, struct cred *, int *);
1147c478bd9Sstevel@tonic-gate static	int ufs_getattr(struct vnode *, struct vattr *, int, struct cred *);
1157c478bd9Sstevel@tonic-gate static	int ufs_setattr(struct vnode *, struct vattr *, int, struct cred *,
1167c478bd9Sstevel@tonic-gate 			caller_context_t *);
1177c478bd9Sstevel@tonic-gate static	int ufs_access(struct vnode *, int, int, struct cred *);
1187c478bd9Sstevel@tonic-gate static	int ufs_lookup(struct vnode *, char *, struct vnode **,
1197c478bd9Sstevel@tonic-gate 		struct pathname *, int, struct vnode *, struct cred *);
1207c478bd9Sstevel@tonic-gate static	int ufs_create(struct vnode *, char *, struct vattr *, enum vcexcl,
1217c478bd9Sstevel@tonic-gate 			int, struct vnode **, struct cred *, int);
1227c478bd9Sstevel@tonic-gate static	int ufs_remove(struct vnode *, char *, struct cred *);
1237c478bd9Sstevel@tonic-gate static	int ufs_link(struct vnode *, struct vnode *, char *, struct cred *);
1247c478bd9Sstevel@tonic-gate static	int ufs_rename(struct vnode *, char *, struct vnode *, char *,
1257c478bd9Sstevel@tonic-gate 			struct cred *);
1267c478bd9Sstevel@tonic-gate static	int ufs_mkdir(struct vnode *, char *, struct vattr *, struct vnode **,
1277c478bd9Sstevel@tonic-gate 			struct cred *);
1287c478bd9Sstevel@tonic-gate static	int ufs_rmdir(struct vnode *, char *, struct vnode *, struct cred *);
1297c478bd9Sstevel@tonic-gate static	int ufs_readdir(struct vnode *, struct uio *, struct cred *, int *);
1307c478bd9Sstevel@tonic-gate static	int ufs_symlink(struct vnode *, char *, struct vattr *, char *,
1317c478bd9Sstevel@tonic-gate 			struct cred *);
1327c478bd9Sstevel@tonic-gate static	int ufs_readlink(struct vnode *, struct uio *, struct cred *);
1337c478bd9Sstevel@tonic-gate static	int ufs_fsync(struct vnode *, int, struct cred *);
1347c478bd9Sstevel@tonic-gate static	void ufs_inactive(struct vnode *, struct cred *);
1357c478bd9Sstevel@tonic-gate static	int ufs_fid(struct vnode *, struct fid *);
1367c478bd9Sstevel@tonic-gate static	int ufs_rwlock(struct vnode *, int, caller_context_t *);
1377c478bd9Sstevel@tonic-gate static	void ufs_rwunlock(struct vnode *, int, caller_context_t *);
1387c478bd9Sstevel@tonic-gate static	int ufs_seek(struct vnode *, offset_t, offset_t *);
1397c478bd9Sstevel@tonic-gate static	int ufs_frlock(struct vnode *, int, struct flock64 *, int, offset_t,
1407c478bd9Sstevel@tonic-gate 			struct flk_callback *, struct cred *);
1417c478bd9Sstevel@tonic-gate static  int ufs_space(struct vnode *, int, struct flock64 *, int, offset_t,
1427c478bd9Sstevel@tonic-gate 		cred_t *, caller_context_t *);
1437c478bd9Sstevel@tonic-gate static	int ufs_getpage(struct vnode *, offset_t, size_t, uint_t *,
1447c478bd9Sstevel@tonic-gate 		struct page **, size_t, struct seg *, caddr_t,
1457c478bd9Sstevel@tonic-gate 		enum seg_rw, struct cred *);
1467c478bd9Sstevel@tonic-gate static	int ufs_putpage(struct vnode *, offset_t, size_t, int, struct cred *);
1477c478bd9Sstevel@tonic-gate static	int ufs_putpages(struct vnode *, offset_t, size_t, int, struct cred *);
1487c478bd9Sstevel@tonic-gate static	int ufs_map(struct vnode *, offset_t, struct as *, caddr_t *, size_t,
1497c478bd9Sstevel@tonic-gate 			uchar_t, uchar_t, uint_t, struct cred *);
1507c478bd9Sstevel@tonic-gate static	int ufs_addmap(struct vnode *, offset_t, struct as *, caddr_t,  size_t,
1517c478bd9Sstevel@tonic-gate 			uchar_t, uchar_t, uint_t, struct cred *);
1527c478bd9Sstevel@tonic-gate static	int ufs_delmap(struct vnode *, offset_t, struct as *, caddr_t,  size_t,
1537c478bd9Sstevel@tonic-gate 			uint_t, uint_t, uint_t, struct cred *);
1547c478bd9Sstevel@tonic-gate static	int ufs_poll(vnode_t *, short, int, short *, struct pollhead **);
1557c478bd9Sstevel@tonic-gate static	int ufs_dump(vnode_t *, caddr_t, int, int);
1567c478bd9Sstevel@tonic-gate static	int ufs_l_pathconf(struct vnode *, int, ulong_t *, struct cred *);
1577c478bd9Sstevel@tonic-gate static	int ufs_pageio(struct vnode *, struct page *, u_offset_t, size_t, int,
1587c478bd9Sstevel@tonic-gate 			struct cred *);
1597c478bd9Sstevel@tonic-gate static	int ufs_dump(vnode_t *, caddr_t, int, int);
1607c478bd9Sstevel@tonic-gate static	int ufs_dumpctl(vnode_t *, int, int *);
1617c478bd9Sstevel@tonic-gate static	daddr32_t *save_dblks(struct inode *, struct ufsvfs *, daddr32_t *,
1627c478bd9Sstevel@tonic-gate 			daddr32_t *, int, int);
1637c478bd9Sstevel@tonic-gate static	int ufs_getsecattr(struct vnode *, vsecattr_t *, int, struct cred *);
1647c478bd9Sstevel@tonic-gate static	int ufs_setsecattr(struct vnode *, vsecattr_t *, int, struct cred *);
1657c478bd9Sstevel@tonic-gate 
1667c478bd9Sstevel@tonic-gate /*
1677c478bd9Sstevel@tonic-gate  * For lockfs: ulockfs begin/end is now inlined in the ufs_xxx functions.
1687c478bd9Sstevel@tonic-gate  *
1697c478bd9Sstevel@tonic-gate  * XXX - ULOCKFS in fs_pathconf and ufs_ioctl is not inlined yet.
1707c478bd9Sstevel@tonic-gate  */
1717c478bd9Sstevel@tonic-gate struct vnodeops *ufs_vnodeops;
1727c478bd9Sstevel@tonic-gate 
1737c478bd9Sstevel@tonic-gate const fs_operation_def_t ufs_vnodeops_template[] = {
1747c478bd9Sstevel@tonic-gate 	VOPNAME_OPEN, ufs_open,	/* will not be blocked by lockfs */
1757c478bd9Sstevel@tonic-gate 	VOPNAME_CLOSE, ufs_close,	/* will not be blocked by lockfs */
1767c478bd9Sstevel@tonic-gate 	VOPNAME_READ, ufs_read,
1777c478bd9Sstevel@tonic-gate 	VOPNAME_WRITE, ufs_write,
1787c478bd9Sstevel@tonic-gate 	VOPNAME_IOCTL, ufs_ioctl,
1797c478bd9Sstevel@tonic-gate 	VOPNAME_GETATTR, ufs_getattr,
1807c478bd9Sstevel@tonic-gate 	VOPNAME_SETATTR, ufs_setattr,
1817c478bd9Sstevel@tonic-gate 	VOPNAME_ACCESS, ufs_access,
1827c478bd9Sstevel@tonic-gate 	VOPNAME_LOOKUP, ufs_lookup,
1837c478bd9Sstevel@tonic-gate 	VOPNAME_CREATE, ufs_create,
1847c478bd9Sstevel@tonic-gate 	VOPNAME_REMOVE, ufs_remove,
1857c478bd9Sstevel@tonic-gate 	VOPNAME_LINK, ufs_link,
1867c478bd9Sstevel@tonic-gate 	VOPNAME_RENAME, ufs_rename,
1877c478bd9Sstevel@tonic-gate 	VOPNAME_MKDIR, ufs_mkdir,
1887c478bd9Sstevel@tonic-gate 	VOPNAME_RMDIR, ufs_rmdir,
1897c478bd9Sstevel@tonic-gate 	VOPNAME_READDIR, ufs_readdir,
1907c478bd9Sstevel@tonic-gate 	VOPNAME_SYMLINK, ufs_symlink,
1917c478bd9Sstevel@tonic-gate 	VOPNAME_READLINK, ufs_readlink,
1927c478bd9Sstevel@tonic-gate 	VOPNAME_FSYNC, ufs_fsync,
1937c478bd9Sstevel@tonic-gate 	VOPNAME_INACTIVE, (fs_generic_func_p) ufs_inactive,  /* not blocked */
1947c478bd9Sstevel@tonic-gate 	VOPNAME_FID, ufs_fid,
1957c478bd9Sstevel@tonic-gate 	VOPNAME_RWLOCK, ufs_rwlock, /* not blocked */
1967c478bd9Sstevel@tonic-gate 	VOPNAME_RWUNLOCK, (fs_generic_func_p) ufs_rwunlock,  /* not blocked */
1977c478bd9Sstevel@tonic-gate 	VOPNAME_SEEK, ufs_seek,
1987c478bd9Sstevel@tonic-gate 	VOPNAME_FRLOCK, ufs_frlock,
1997c478bd9Sstevel@tonic-gate 	VOPNAME_SPACE, ufs_space,
2007c478bd9Sstevel@tonic-gate 	VOPNAME_GETPAGE, ufs_getpage,
2017c478bd9Sstevel@tonic-gate 	VOPNAME_PUTPAGE, ufs_putpage,
2027c478bd9Sstevel@tonic-gate 	VOPNAME_MAP, (fs_generic_func_p) ufs_map,
2037c478bd9Sstevel@tonic-gate 	VOPNAME_ADDMAP, (fs_generic_func_p) ufs_addmap,	/* not blocked */
2047c478bd9Sstevel@tonic-gate 	VOPNAME_DELMAP, ufs_delmap,	/* will not be blocked by lockfs */
2057c478bd9Sstevel@tonic-gate 	VOPNAME_POLL, (fs_generic_func_p) ufs_poll,	/* not blocked */
2067c478bd9Sstevel@tonic-gate 	VOPNAME_DUMP, ufs_dump,
2077c478bd9Sstevel@tonic-gate 	VOPNAME_PATHCONF, ufs_l_pathconf,
2087c478bd9Sstevel@tonic-gate 	VOPNAME_PAGEIO, ufs_pageio,
2097c478bd9Sstevel@tonic-gate 	VOPNAME_DUMPCTL, ufs_dumpctl,
2107c478bd9Sstevel@tonic-gate 	VOPNAME_GETSECATTR, ufs_getsecattr,
2117c478bd9Sstevel@tonic-gate 	VOPNAME_SETSECATTR, ufs_setsecattr,
2127c478bd9Sstevel@tonic-gate 	VOPNAME_VNEVENT, fs_vnevent_support,
2137c478bd9Sstevel@tonic-gate 	NULL, NULL
2147c478bd9Sstevel@tonic-gate };
2157c478bd9Sstevel@tonic-gate 
2167c478bd9Sstevel@tonic-gate #define	MAX_BACKFILE_COUNT	9999
2177c478bd9Sstevel@tonic-gate 
2187c478bd9Sstevel@tonic-gate /*
2197c478bd9Sstevel@tonic-gate  * Created by ufs_dumpctl() to store a file's disk block info into memory.
2207c478bd9Sstevel@tonic-gate  * Used by ufs_dump() to dump data to disk directly.
2217c478bd9Sstevel@tonic-gate  */
2227c478bd9Sstevel@tonic-gate struct dump {
2237c478bd9Sstevel@tonic-gate 	struct inode	*ip;		/* the file we contain */
2247c478bd9Sstevel@tonic-gate 	daddr_t		fsbs;		/* number of blocks stored */
2257c478bd9Sstevel@tonic-gate 	struct timeval32 time;		/* time stamp for the struct */
2267c478bd9Sstevel@tonic-gate 	daddr32_t 	dblk[1];	/* place holder for block info */
2277c478bd9Sstevel@tonic-gate };
2287c478bd9Sstevel@tonic-gate 
2297c478bd9Sstevel@tonic-gate static struct dump *dump_info = NULL;
2307c478bd9Sstevel@tonic-gate 
2317c478bd9Sstevel@tonic-gate /*
2327c478bd9Sstevel@tonic-gate  * Previously there was no special action required for ordinary files.
2337c478bd9Sstevel@tonic-gate  * (Devices are handled through the device file system.)
2347c478bd9Sstevel@tonic-gate  * Now we support Large Files and Large File API requires open to
2357c478bd9Sstevel@tonic-gate  * fail if file is large.
2367c478bd9Sstevel@tonic-gate  * We could take care to prevent data corruption
2377c478bd9Sstevel@tonic-gate  * by doing an atomic check of size and truncate if file is opened with
2387c478bd9Sstevel@tonic-gate  * FTRUNC flag set but traditionally this is being done by the vfs/vnode
2397c478bd9Sstevel@tonic-gate  * layers. So taking care of truncation here is a change in the existing
2407c478bd9Sstevel@tonic-gate  * semantics of VOP_OPEN and therefore we chose not to implement any thing
2417c478bd9Sstevel@tonic-gate  * here. The check for the size of the file > 2GB is being done at the
2427c478bd9Sstevel@tonic-gate  * vfs layer in routine vn_open().
2437c478bd9Sstevel@tonic-gate  */
2447c478bd9Sstevel@tonic-gate 
2457c478bd9Sstevel@tonic-gate /* ARGSUSED */
2467c478bd9Sstevel@tonic-gate static int
2477c478bd9Sstevel@tonic-gate ufs_open(struct vnode **vpp, int flag, struct cred *cr)
2487c478bd9Sstevel@tonic-gate {
2497c478bd9Sstevel@tonic-gate 	TRACE_1(TR_FAC_UFS, TR_UFS_OPEN, "ufs_open:vpp %p", vpp);
2507c478bd9Sstevel@tonic-gate 	return (0);
2517c478bd9Sstevel@tonic-gate }
2527c478bd9Sstevel@tonic-gate 
2537c478bd9Sstevel@tonic-gate /*ARGSUSED*/
2547c478bd9Sstevel@tonic-gate static int
2557c478bd9Sstevel@tonic-gate ufs_close(struct vnode *vp, int flag, int count, offset_t offset,
2567c478bd9Sstevel@tonic-gate 	struct cred *cr)
2577c478bd9Sstevel@tonic-gate {
2587c478bd9Sstevel@tonic-gate 	TRACE_1(TR_FAC_UFS, TR_UFS_CLOSE, "ufs_close:vp %p", vp);
2597c478bd9Sstevel@tonic-gate 
2607c478bd9Sstevel@tonic-gate 	cleanlocks(vp, ttoproc(curthread)->p_pid, 0);
2617c478bd9Sstevel@tonic-gate 	cleanshares(vp, ttoproc(curthread)->p_pid);
2627c478bd9Sstevel@tonic-gate 
2637c478bd9Sstevel@tonic-gate 	/*
2647c478bd9Sstevel@tonic-gate 	 * Push partially filled cluster at last close.
2657c478bd9Sstevel@tonic-gate 	 * ``last close'' is approximated because the dnlc
2667c478bd9Sstevel@tonic-gate 	 * may have a hold on the vnode.
2677c478bd9Sstevel@tonic-gate 	 * Checking for VBAD here will also act as a forced umount check.
2687c478bd9Sstevel@tonic-gate 	 */
2697c478bd9Sstevel@tonic-gate 	if (vp->v_count <= 2 && vp->v_type != VBAD) {
2707c478bd9Sstevel@tonic-gate 		struct inode *ip = VTOI(vp);
2717c478bd9Sstevel@tonic-gate 		if (ip->i_delaylen) {
2727c478bd9Sstevel@tonic-gate 			ins.in_poc.value.ul++;
2737c478bd9Sstevel@tonic-gate 			(void) ufs_putpages(vp, ip->i_delayoff, ip->i_delaylen,
2747c478bd9Sstevel@tonic-gate 					B_ASYNC | B_FREE, cr);
2757c478bd9Sstevel@tonic-gate 			ip->i_delaylen = 0;
2767c478bd9Sstevel@tonic-gate 		}
2777c478bd9Sstevel@tonic-gate 	}
2787c478bd9Sstevel@tonic-gate 
2797c478bd9Sstevel@tonic-gate 	return (0);
2807c478bd9Sstevel@tonic-gate }
2817c478bd9Sstevel@tonic-gate 
2827c478bd9Sstevel@tonic-gate /*ARGSUSED*/
2837c478bd9Sstevel@tonic-gate static int
2847c478bd9Sstevel@tonic-gate ufs_read(struct vnode *vp, struct uio *uiop, int ioflag, struct cred *cr,
2857c478bd9Sstevel@tonic-gate 	struct caller_context *ct)
2867c478bd9Sstevel@tonic-gate {
2877c478bd9Sstevel@tonic-gate 	struct inode *ip = VTOI(vp);
2887c478bd9Sstevel@tonic-gate 	struct ufsvfs *ufsvfsp;
2897c478bd9Sstevel@tonic-gate 	struct ulockfs *ulp = NULL;
2907c478bd9Sstevel@tonic-gate 	int error = 0;
2917c478bd9Sstevel@tonic-gate 	int intrans = 0;
2927c478bd9Sstevel@tonic-gate 
2937c478bd9Sstevel@tonic-gate 	ASSERT(RW_READ_HELD(&ip->i_rwlock));
2947c478bd9Sstevel@tonic-gate 	TRACE_3(TR_FAC_UFS, TR_UFS_READ_START,
2957c478bd9Sstevel@tonic-gate 		"ufs_read_start:vp %p uiop %p ioflag %x",
2967c478bd9Sstevel@tonic-gate 		vp, uiop, ioflag);
2977c478bd9Sstevel@tonic-gate 
2987c478bd9Sstevel@tonic-gate 	/*
2997c478bd9Sstevel@tonic-gate 	 * Mandatory locking needs to be done before ufs_lockfs_begin()
3007c478bd9Sstevel@tonic-gate 	 * and TRANS_BEGIN_SYNC() calls since mandatory locks can sleep.
3017c478bd9Sstevel@tonic-gate 	 */
3027c478bd9Sstevel@tonic-gate 	if (MANDLOCK(vp, ip->i_mode)) {
3037c478bd9Sstevel@tonic-gate 		/*
3047c478bd9Sstevel@tonic-gate 		 * ufs_getattr ends up being called by chklock
3057c478bd9Sstevel@tonic-gate 		 */
3067c478bd9Sstevel@tonic-gate 		error = chklock(vp, FREAD, uiop->uio_loffset,
3077c478bd9Sstevel@tonic-gate 				uiop->uio_resid, uiop->uio_fmode, ct);
3087c478bd9Sstevel@tonic-gate 		if (error)
3097c478bd9Sstevel@tonic-gate 			goto out;
3107c478bd9Sstevel@tonic-gate 	}
3117c478bd9Sstevel@tonic-gate 
3127c478bd9Sstevel@tonic-gate 	ufsvfsp = ip->i_ufsvfs;
3137c478bd9Sstevel@tonic-gate 	error = ufs_lockfs_begin(ufsvfsp, &ulp, ULOCKFS_READ_MASK);
3147c478bd9Sstevel@tonic-gate 	if (error)
3157c478bd9Sstevel@tonic-gate 		goto out;
3167c478bd9Sstevel@tonic-gate 
3177c478bd9Sstevel@tonic-gate 	/*
3187c478bd9Sstevel@tonic-gate 	 * In the case that a directory is opened for reading as a file
3197c478bd9Sstevel@tonic-gate 	 * (eg "cat .") with the  O_RSYNC, O_SYNC and O_DSYNC flags set.
3207c478bd9Sstevel@tonic-gate 	 * The locking order had to be changed to avoid a deadlock with
3217c478bd9Sstevel@tonic-gate 	 * an update taking place on that directory at the same time.
3227c478bd9Sstevel@tonic-gate 	 */
3237c478bd9Sstevel@tonic-gate 	if ((ip->i_mode & IFMT) == IFDIR) {
3247c478bd9Sstevel@tonic-gate 
3257c478bd9Sstevel@tonic-gate 		rw_enter(&ip->i_contents, RW_READER);
3267c478bd9Sstevel@tonic-gate 		error = rdip(ip, uiop, ioflag, cr);
3277c478bd9Sstevel@tonic-gate 		rw_exit(&ip->i_contents);
3287c478bd9Sstevel@tonic-gate 
3297c478bd9Sstevel@tonic-gate 		if (error) {
3307c478bd9Sstevel@tonic-gate 			if (ulp)
3317c478bd9Sstevel@tonic-gate 				ufs_lockfs_end(ulp);
3327c478bd9Sstevel@tonic-gate 			goto out;
3337c478bd9Sstevel@tonic-gate 		}
3347c478bd9Sstevel@tonic-gate 
3357c478bd9Sstevel@tonic-gate 		if (ulp && (ioflag & FRSYNC) && (ioflag & (FSYNC | FDSYNC)) &&
3367c478bd9Sstevel@tonic-gate 		    TRANS_ISTRANS(ufsvfsp)) {
3377c478bd9Sstevel@tonic-gate 			rw_exit(&ip->i_rwlock);
3387c478bd9Sstevel@tonic-gate 			TRANS_BEGIN_SYNC(ufsvfsp, TOP_READ_SYNC, TOP_READ_SIZE,
3397c478bd9Sstevel@tonic-gate 			    error);
3407c478bd9Sstevel@tonic-gate 			ASSERT(!error);
3417c478bd9Sstevel@tonic-gate 			TRANS_END_SYNC(ufsvfsp, error, TOP_READ_SYNC,
3427c478bd9Sstevel@tonic-gate 			    TOP_READ_SIZE);
3437c478bd9Sstevel@tonic-gate 			rw_enter(&ip->i_rwlock, RW_READER);
3447c478bd9Sstevel@tonic-gate 		}
3457c478bd9Sstevel@tonic-gate 	} else {
3467c478bd9Sstevel@tonic-gate 		/*
3477c478bd9Sstevel@tonic-gate 		 * Only transact reads to files opened for sync-read and
3487c478bd9Sstevel@tonic-gate 		 * sync-write on a file system that is not write locked.
3497c478bd9Sstevel@tonic-gate 		 *
3507c478bd9Sstevel@tonic-gate 		 * The ``not write locked'' check prevents problems with
3517c478bd9Sstevel@tonic-gate 		 * enabling/disabling logging on a busy file system.  E.g.,
3527c478bd9Sstevel@tonic-gate 		 * logging exists at the beginning of the read but does not
3537c478bd9Sstevel@tonic-gate 		 * at the end.
3547c478bd9Sstevel@tonic-gate 		 *
3557c478bd9Sstevel@tonic-gate 		 */
3567c478bd9Sstevel@tonic-gate 		if (ulp && (ioflag & FRSYNC) && (ioflag & (FSYNC | FDSYNC)) &&
3577c478bd9Sstevel@tonic-gate 		    TRANS_ISTRANS(ufsvfsp)) {
3587c478bd9Sstevel@tonic-gate 			TRANS_BEGIN_SYNC(ufsvfsp, TOP_READ_SYNC, TOP_READ_SIZE,
3597c478bd9Sstevel@tonic-gate 			    error);
3607c478bd9Sstevel@tonic-gate 			ASSERT(!error);
3617c478bd9Sstevel@tonic-gate 			intrans = 1;
3627c478bd9Sstevel@tonic-gate 		}
3637c478bd9Sstevel@tonic-gate 
3647c478bd9Sstevel@tonic-gate 		rw_enter(&ip->i_contents, RW_READER);
3657c478bd9Sstevel@tonic-gate 		error = rdip(ip, uiop, ioflag, cr);
3667c478bd9Sstevel@tonic-gate 		rw_exit(&ip->i_contents);
3677c478bd9Sstevel@tonic-gate 
3687c478bd9Sstevel@tonic-gate 		if (intrans) {
3697c478bd9Sstevel@tonic-gate 			TRANS_END_SYNC(ufsvfsp, error, TOP_READ_SYNC,
3707c478bd9Sstevel@tonic-gate 			    TOP_READ_SIZE);
3717c478bd9Sstevel@tonic-gate 		}
3727c478bd9Sstevel@tonic-gate 	}
3737c478bd9Sstevel@tonic-gate 
3747c478bd9Sstevel@tonic-gate 	if (ulp) {
3757c478bd9Sstevel@tonic-gate 		ufs_lockfs_end(ulp);
3767c478bd9Sstevel@tonic-gate 	}
3777c478bd9Sstevel@tonic-gate out:
3787c478bd9Sstevel@tonic-gate 
3797c478bd9Sstevel@tonic-gate 	TRACE_2(TR_FAC_UFS, TR_UFS_READ_END,
3807c478bd9Sstevel@tonic-gate 		"ufs_read_end:vp %p error %d", vp, error);
3817c478bd9Sstevel@tonic-gate 	return (error);
3827c478bd9Sstevel@tonic-gate }
3837c478bd9Sstevel@tonic-gate 
3847c478bd9Sstevel@tonic-gate extern	int	ufs_HW;		/* high water mark */
3857c478bd9Sstevel@tonic-gate extern	int	ufs_LW;		/* low water mark */
3867c478bd9Sstevel@tonic-gate int	ufs_WRITES = 1;		/* XXX - enable/disable */
3877c478bd9Sstevel@tonic-gate int	ufs_throttles = 0;	/* throttling count */
3887c478bd9Sstevel@tonic-gate int	ufs_allow_shared_writes = 1;	/* directio shared writes */
3897c478bd9Sstevel@tonic-gate 
3907c478bd9Sstevel@tonic-gate static int
3917c478bd9Sstevel@tonic-gate ufs_check_rewrite(struct inode *ip, struct uio *uiop, int ioflag)
3927c478bd9Sstevel@tonic-gate {
393*f90bab20Sswilcox 	int	shared_write;
394*f90bab20Sswilcox 
395*f90bab20Sswilcox 	/*
396*f90bab20Sswilcox 	 * If the FDSYNC flag is set then ignore the global
397*f90bab20Sswilcox 	 * ufs_allow_shared_writes in this case.
398*f90bab20Sswilcox 	 */
399*f90bab20Sswilcox 	shared_write = (ioflag & FDSYNC) | ufs_allow_shared_writes;
4007c478bd9Sstevel@tonic-gate 
4017c478bd9Sstevel@tonic-gate 	/*
4027c478bd9Sstevel@tonic-gate 	 * Filter to determine if this request is suitable as a
4037c478bd9Sstevel@tonic-gate 	 * concurrent rewrite. This write must not allocate blocks
4047c478bd9Sstevel@tonic-gate 	 * by extending the file or filling in holes. No use trying
4057c478bd9Sstevel@tonic-gate 	 * through FSYNC descriptors as the inode will be synchronously
4067c478bd9Sstevel@tonic-gate 	 * updated after the write. The uio structure has not yet been
4077c478bd9Sstevel@tonic-gate 	 * checked for sanity, so assume nothing.
4087c478bd9Sstevel@tonic-gate 	 */
4097c478bd9Sstevel@tonic-gate 	return (((ip->i_mode & IFMT) == IFREG) && !(ioflag & FAPPEND) &&
4107c478bd9Sstevel@tonic-gate 		(uiop->uio_loffset >= (offset_t)0) &&
4117c478bd9Sstevel@tonic-gate 		(uiop->uio_loffset < ip->i_size) && (uiop->uio_resid > 0) &&
4127c478bd9Sstevel@tonic-gate 		((ip->i_size - uiop->uio_loffset) >= uiop->uio_resid) &&
4137c478bd9Sstevel@tonic-gate 		!(ioflag & FSYNC) && !bmap_has_holes(ip) &&
414*f90bab20Sswilcox 		shared_write);
4157c478bd9Sstevel@tonic-gate }
4167c478bd9Sstevel@tonic-gate 
4177c478bd9Sstevel@tonic-gate /*ARGSUSED*/
4187c478bd9Sstevel@tonic-gate static int
4197c478bd9Sstevel@tonic-gate ufs_write(struct vnode *vp, struct uio *uiop, int ioflag, cred_t *cr,
4207c478bd9Sstevel@tonic-gate 	caller_context_t *ct)
4217c478bd9Sstevel@tonic-gate {
4227c478bd9Sstevel@tonic-gate 	struct inode *ip = VTOI(vp);
4237c478bd9Sstevel@tonic-gate 	struct ufsvfs *ufsvfsp;
4247c478bd9Sstevel@tonic-gate 	struct ulockfs *ulp;
4257c478bd9Sstevel@tonic-gate 	int retry = 1;
4267c478bd9Sstevel@tonic-gate 	int error, resv, resid = 0;
4277c478bd9Sstevel@tonic-gate 	int directio_status;
4287c478bd9Sstevel@tonic-gate 	int exclusive;
429*f90bab20Sswilcox 	int rewriteflg;
4307c478bd9Sstevel@tonic-gate 	long start_resid = uiop->uio_resid;
4317c478bd9Sstevel@tonic-gate 
4327c478bd9Sstevel@tonic-gate 	TRACE_3(TR_FAC_UFS, TR_UFS_WRITE_START,
4337c478bd9Sstevel@tonic-gate 		"ufs_write_start:vp %p uiop %p ioflag %x",
4347c478bd9Sstevel@tonic-gate 		vp, uiop, ioflag);
4357c478bd9Sstevel@tonic-gate 
4367c478bd9Sstevel@tonic-gate 	ASSERT(RW_LOCK_HELD(&ip->i_rwlock));
4377c478bd9Sstevel@tonic-gate 
4387c478bd9Sstevel@tonic-gate retry_mandlock:
4397c478bd9Sstevel@tonic-gate 	/*
4407c478bd9Sstevel@tonic-gate 	 * Mandatory locking needs to be done before ufs_lockfs_begin()
4417c478bd9Sstevel@tonic-gate 	 * and TRANS_BEGIN_[A]SYNC() calls since mandatory locks can sleep.
4427c478bd9Sstevel@tonic-gate 	 * Check for forced unmounts normally done in ufs_lockfs_begin().
4437c478bd9Sstevel@tonic-gate 	 */
4447c478bd9Sstevel@tonic-gate 	if ((ufsvfsp = ip->i_ufsvfs) == NULL) {
4457c478bd9Sstevel@tonic-gate 		error = EIO;
4467c478bd9Sstevel@tonic-gate 		goto out;
4477c478bd9Sstevel@tonic-gate 	}
4487c478bd9Sstevel@tonic-gate 	if (MANDLOCK(vp, ip->i_mode)) {
4497c478bd9Sstevel@tonic-gate 
4507c478bd9Sstevel@tonic-gate 		ASSERT(RW_WRITE_HELD(&ip->i_rwlock));
4517c478bd9Sstevel@tonic-gate 
4527c478bd9Sstevel@tonic-gate 		/*
4537c478bd9Sstevel@tonic-gate 		 * ufs_getattr ends up being called by chklock
4547c478bd9Sstevel@tonic-gate 		 */
4557c478bd9Sstevel@tonic-gate 		error = chklock(vp, FWRITE, uiop->uio_loffset,
4567c478bd9Sstevel@tonic-gate 				uiop->uio_resid, uiop->uio_fmode, ct);
4577c478bd9Sstevel@tonic-gate 		if (error)
4587c478bd9Sstevel@tonic-gate 			goto out;
4597c478bd9Sstevel@tonic-gate 	}
4607c478bd9Sstevel@tonic-gate 
4617c478bd9Sstevel@tonic-gate 	/* i_rwlock can change in chklock */
4627c478bd9Sstevel@tonic-gate 	exclusive = rw_write_held(&ip->i_rwlock);
463*f90bab20Sswilcox 	rewriteflg = ufs_check_rewrite(ip, uiop, ioflag);
4647c478bd9Sstevel@tonic-gate 
4657c478bd9Sstevel@tonic-gate 	/*
4667c478bd9Sstevel@tonic-gate 	 * Check for fast-path special case of directio re-writes.
4677c478bd9Sstevel@tonic-gate 	 */
4687c478bd9Sstevel@tonic-gate 	if ((ip->i_flag & IDIRECTIO || ufsvfsp->vfs_forcedirectio) &&
469*f90bab20Sswilcox 	    !exclusive && rewriteflg) {
4707c478bd9Sstevel@tonic-gate 
4717c478bd9Sstevel@tonic-gate 		error = ufs_lockfs_begin(ufsvfsp, &ulp, ULOCKFS_WRITE_MASK);
4727c478bd9Sstevel@tonic-gate 		if (error)
4737c478bd9Sstevel@tonic-gate 			goto out;
4747c478bd9Sstevel@tonic-gate 
4757c478bd9Sstevel@tonic-gate 		rw_enter(&ip->i_contents, RW_READER);
4767c478bd9Sstevel@tonic-gate 		error = ufs_directio_write(ip, uiop, ioflag, 1, cr,
4777c478bd9Sstevel@tonic-gate 			&directio_status);
4787c478bd9Sstevel@tonic-gate 		if (directio_status == DIRECTIO_SUCCESS) {
4797c478bd9Sstevel@tonic-gate 			uint_t i_flag_save;
4807c478bd9Sstevel@tonic-gate 
4817c478bd9Sstevel@tonic-gate 			if (start_resid != uiop->uio_resid)
4827c478bd9Sstevel@tonic-gate 				error = 0;
4837c478bd9Sstevel@tonic-gate 			/*
4847c478bd9Sstevel@tonic-gate 			 * Special treatment of access times for re-writes.
4857c478bd9Sstevel@tonic-gate 			 * If IMOD is not already set, then convert it
4867c478bd9Sstevel@tonic-gate 			 * to IMODACC for this operation. This defers
4877c478bd9Sstevel@tonic-gate 			 * entering a delta into the log until the inode
4887c478bd9Sstevel@tonic-gate 			 * is flushed. This mimics what is done for read
4897c478bd9Sstevel@tonic-gate 			 * operations and inode access time.
4907c478bd9Sstevel@tonic-gate 			 */
4917c478bd9Sstevel@tonic-gate 			mutex_enter(&ip->i_tlock);
4927c478bd9Sstevel@tonic-gate 			i_flag_save = ip->i_flag;
4937c478bd9Sstevel@tonic-gate 			ip->i_flag |= IUPD | ICHG;
4947c478bd9Sstevel@tonic-gate 			ip->i_seq++;
4957c478bd9Sstevel@tonic-gate 			ITIMES_NOLOCK(ip);
4967c478bd9Sstevel@tonic-gate 			if ((i_flag_save & IMOD) == 0) {
4977c478bd9Sstevel@tonic-gate 				ip->i_flag &= ~IMOD;
4987c478bd9Sstevel@tonic-gate 				ip->i_flag |= IMODACC;
4997c478bd9Sstevel@tonic-gate 			}
5007c478bd9Sstevel@tonic-gate 			mutex_exit(&ip->i_tlock);
5017c478bd9Sstevel@tonic-gate 			rw_exit(&ip->i_contents);
5027c478bd9Sstevel@tonic-gate 			if (ulp)
5037c478bd9Sstevel@tonic-gate 				ufs_lockfs_end(ulp);
5047c478bd9Sstevel@tonic-gate 			goto out;
5057c478bd9Sstevel@tonic-gate 		}
5067c478bd9Sstevel@tonic-gate 		rw_exit(&ip->i_contents);
5077c478bd9Sstevel@tonic-gate 		if (ulp)
5087c478bd9Sstevel@tonic-gate 			ufs_lockfs_end(ulp);
5097c478bd9Sstevel@tonic-gate 	}
5107c478bd9Sstevel@tonic-gate 
5117c478bd9Sstevel@tonic-gate 	if (!exclusive && !rw_tryupgrade(&ip->i_rwlock)) {
5127c478bd9Sstevel@tonic-gate 		rw_exit(&ip->i_rwlock);
5137c478bd9Sstevel@tonic-gate 		rw_enter(&ip->i_rwlock, RW_WRITER);
5147c478bd9Sstevel@tonic-gate 		/*
5157c478bd9Sstevel@tonic-gate 		 * Mandatory locking could have been enabled
5167c478bd9Sstevel@tonic-gate 		 * after dropping the i_rwlock.
5177c478bd9Sstevel@tonic-gate 		 */
5187c478bd9Sstevel@tonic-gate 		if (MANDLOCK(vp, ip->i_mode))
5197c478bd9Sstevel@tonic-gate 			goto retry_mandlock;
5207c478bd9Sstevel@tonic-gate 	}
5217c478bd9Sstevel@tonic-gate 
5227c478bd9Sstevel@tonic-gate 	error = ufs_lockfs_begin(ufsvfsp, &ulp, ULOCKFS_WRITE_MASK);
5237c478bd9Sstevel@tonic-gate 	if (error)
5247c478bd9Sstevel@tonic-gate 		goto out;
5257c478bd9Sstevel@tonic-gate 
5267c478bd9Sstevel@tonic-gate 	/*
5277c478bd9Sstevel@tonic-gate 	 * Amount of log space needed for this write
5287c478bd9Sstevel@tonic-gate 	 */
529*f90bab20Sswilcox 	if (!rewriteflg || !(ioflag & FDSYNC))
530*f90bab20Sswilcox 		TRANS_WRITE_RESV(ip, uiop, ulp, &resv, &resid);
5317c478bd9Sstevel@tonic-gate 
5327c478bd9Sstevel@tonic-gate 	/*
5337c478bd9Sstevel@tonic-gate 	 * Throttle writes.
5347c478bd9Sstevel@tonic-gate 	 */
5357c478bd9Sstevel@tonic-gate 	if (ufs_WRITES && (ip->i_writes > ufs_HW)) {
5367c478bd9Sstevel@tonic-gate 		mutex_enter(&ip->i_tlock);
5377c478bd9Sstevel@tonic-gate 		while (ip->i_writes > ufs_HW) {
5387c478bd9Sstevel@tonic-gate 			ufs_throttles++;
5397c478bd9Sstevel@tonic-gate 			cv_wait(&ip->i_wrcv, &ip->i_tlock);
5407c478bd9Sstevel@tonic-gate 		}
5417c478bd9Sstevel@tonic-gate 		mutex_exit(&ip->i_tlock);
5427c478bd9Sstevel@tonic-gate 	}
5437c478bd9Sstevel@tonic-gate 
5447c478bd9Sstevel@tonic-gate 	/*
5457c478bd9Sstevel@tonic-gate 	 * Enter Transaction
546*f90bab20Sswilcox 	 *
547*f90bab20Sswilcox 	 * If the write is a rewrite there is no need to open a transaction
548*f90bab20Sswilcox 	 * if the FDSYNC flag is set and not the FSYNC.  In this case just
549*f90bab20Sswilcox 	 * set the IMODACC flag to modify do the update at a later time
550*f90bab20Sswilcox 	 * thus avoiding the overhead of the logging transaction that is
551*f90bab20Sswilcox 	 * not required.
5527c478bd9Sstevel@tonic-gate 	 */
5537c478bd9Sstevel@tonic-gate 	if (ioflag & (FSYNC|FDSYNC)) {
5547c478bd9Sstevel@tonic-gate 		if (ulp) {
555*f90bab20Sswilcox 			if (rewriteflg) {
556*f90bab20Sswilcox 				uint_t i_flag_save;
557*f90bab20Sswilcox 
558*f90bab20Sswilcox 				rw_enter(&ip->i_contents, RW_READER);
559*f90bab20Sswilcox 				mutex_enter(&ip->i_tlock);
560*f90bab20Sswilcox 				i_flag_save = ip->i_flag;
561*f90bab20Sswilcox 				ip->i_flag |= IUPD | ICHG;
562*f90bab20Sswilcox 				ip->i_seq++;
563*f90bab20Sswilcox 				ITIMES_NOLOCK(ip);
564*f90bab20Sswilcox 				if ((i_flag_save & IMOD) == 0) {
565*f90bab20Sswilcox 					ip->i_flag &= ~IMOD;
566*f90bab20Sswilcox 					ip->i_flag |= IMODACC;
567*f90bab20Sswilcox 				}
568*f90bab20Sswilcox 				mutex_exit(&ip->i_tlock);
569*f90bab20Sswilcox 				rw_exit(&ip->i_contents);
570*f90bab20Sswilcox 			} else {
571*f90bab20Sswilcox 				int terr = 0;
572*f90bab20Sswilcox 				TRANS_BEGIN_SYNC(ufsvfsp, TOP_WRITE_SYNC, resv,
573*f90bab20Sswilcox 				    terr);
574*f90bab20Sswilcox 				ASSERT(!terr);
575*f90bab20Sswilcox 			}
5767c478bd9Sstevel@tonic-gate 		}
5777c478bd9Sstevel@tonic-gate 	} else {
5787c478bd9Sstevel@tonic-gate 		if (ulp)
5797c478bd9Sstevel@tonic-gate 			TRANS_BEGIN_ASYNC(ufsvfsp, TOP_WRITE, resv);
5807c478bd9Sstevel@tonic-gate 	}
5817c478bd9Sstevel@tonic-gate 
5827c478bd9Sstevel@tonic-gate 	/*
5837c478bd9Sstevel@tonic-gate 	 * Write the file
5847c478bd9Sstevel@tonic-gate 	 */
5857c478bd9Sstevel@tonic-gate 	rw_enter(&ufsvfsp->vfs_dqrwlock, RW_READER);
5867c478bd9Sstevel@tonic-gate 	rw_enter(&ip->i_contents, RW_WRITER);
5877c478bd9Sstevel@tonic-gate 	if ((ioflag & FAPPEND) != 0 && (ip->i_mode & IFMT) == IFREG) {
5887c478bd9Sstevel@tonic-gate 		/*
5897c478bd9Sstevel@tonic-gate 		 * In append mode start at end of file.
5907c478bd9Sstevel@tonic-gate 		 */
5917c478bd9Sstevel@tonic-gate 		uiop->uio_loffset = ip->i_size;
5927c478bd9Sstevel@tonic-gate 	}
5937c478bd9Sstevel@tonic-gate 
5947c478bd9Sstevel@tonic-gate 	/*
5957c478bd9Sstevel@tonic-gate 	 * Mild optimisation, don't call ufs_trans_write() unless we have to
5967c478bd9Sstevel@tonic-gate 	 * Also, suppress file system full messages if we will retry.
5977c478bd9Sstevel@tonic-gate 	 */
5987c478bd9Sstevel@tonic-gate 	if (retry)
5997c478bd9Sstevel@tonic-gate 		ip->i_flag |= IQUIET;
6007c478bd9Sstevel@tonic-gate 	if (resid) {
6017c478bd9Sstevel@tonic-gate 		TRANS_WRITE(ip, uiop, ioflag, error, ulp, cr, resv, resid);
6027c478bd9Sstevel@tonic-gate 	} else {
6037c478bd9Sstevel@tonic-gate 		error = wrip(ip, uiop, ioflag, cr);
6047c478bd9Sstevel@tonic-gate 	}
6057c478bd9Sstevel@tonic-gate 	ip->i_flag &= ~IQUIET;
6067c478bd9Sstevel@tonic-gate 
6077c478bd9Sstevel@tonic-gate 	rw_exit(&ip->i_contents);
6087c478bd9Sstevel@tonic-gate 	rw_exit(&ufsvfsp->vfs_dqrwlock);
6097c478bd9Sstevel@tonic-gate 
6107c478bd9Sstevel@tonic-gate 	/*
6117c478bd9Sstevel@tonic-gate 	 * Leave Transaction
6127c478bd9Sstevel@tonic-gate 	 */
6137c478bd9Sstevel@tonic-gate 	if (ulp) {
6147c478bd9Sstevel@tonic-gate 		if (ioflag & (FSYNC|FDSYNC)) {
615*f90bab20Sswilcox 			if (!rewriteflg) {
616*f90bab20Sswilcox 				int terr = 0;
617*f90bab20Sswilcox 
618*f90bab20Sswilcox 				TRANS_END_SYNC(ufsvfsp, terr, TOP_WRITE_SYNC,
619*f90bab20Sswilcox 					resv);
620*f90bab20Sswilcox 				if (error == 0)
621*f90bab20Sswilcox 					error = terr;
622*f90bab20Sswilcox 			}
6237c478bd9Sstevel@tonic-gate 		} else {
6247c478bd9Sstevel@tonic-gate 			TRANS_END_ASYNC(ufsvfsp, TOP_WRITE, resv);
6257c478bd9Sstevel@tonic-gate 		}
6267c478bd9Sstevel@tonic-gate 		ufs_lockfs_end(ulp);
6277c478bd9Sstevel@tonic-gate 	}
6287c478bd9Sstevel@tonic-gate out:
6297c478bd9Sstevel@tonic-gate 	if ((error == ENOSPC) && retry && TRANS_ISTRANS(ufsvfsp)) {
6307c478bd9Sstevel@tonic-gate 		/*
6317c478bd9Sstevel@tonic-gate 		 * Any blocks tied up in pending deletes?
6327c478bd9Sstevel@tonic-gate 		 */
6337c478bd9Sstevel@tonic-gate 		ufs_delete_drain_wait(ufsvfsp, 1);
6347c478bd9Sstevel@tonic-gate 		retry = 0;
6357c478bd9Sstevel@tonic-gate 		goto retry_mandlock;
6367c478bd9Sstevel@tonic-gate 	}
6377c478bd9Sstevel@tonic-gate 
6387c478bd9Sstevel@tonic-gate 	if (error == ENOSPC && (start_resid != uiop->uio_resid))
6397c478bd9Sstevel@tonic-gate 		error = 0;
6407c478bd9Sstevel@tonic-gate 
6417c478bd9Sstevel@tonic-gate 	TRACE_2(TR_FAC_UFS, TR_UFS_WRITE_END,
6427c478bd9Sstevel@tonic-gate 		"ufs_write_end:vp %p error %d", vp, error);
6437c478bd9Sstevel@tonic-gate 	return (error);
6447c478bd9Sstevel@tonic-gate }
6457c478bd9Sstevel@tonic-gate 
6467c478bd9Sstevel@tonic-gate /*
6477c478bd9Sstevel@tonic-gate  * Don't cache write blocks to files with the sticky bit set.
6487c478bd9Sstevel@tonic-gate  * Used to keep swap files from blowing the page cache on a server.
6497c478bd9Sstevel@tonic-gate  */
6507c478bd9Sstevel@tonic-gate int stickyhack = 1;
6517c478bd9Sstevel@tonic-gate 
6527c478bd9Sstevel@tonic-gate /*
6537c478bd9Sstevel@tonic-gate  * Free behind hacks.  The pager is busted.
6547c478bd9Sstevel@tonic-gate  * XXX - need to pass the information down to writedone() in a flag like B_SEQ
6557c478bd9Sstevel@tonic-gate  * or B_FREE_IF_TIGHT_ON_MEMORY.
6567c478bd9Sstevel@tonic-gate  */
6577c478bd9Sstevel@tonic-gate int	freebehind = 1;
658562eee46Srbourbon int	smallfile = 0;
659562eee46Srbourbon u_offset_t smallfile64 = 32 * 1024;
6607c478bd9Sstevel@tonic-gate 
6617c478bd9Sstevel@tonic-gate /*
6627c478bd9Sstevel@tonic-gate  * While we should, in most cases, cache the pages for write, we
6637c478bd9Sstevel@tonic-gate  * may also want to cache the pages for read as long as they are
6647c478bd9Sstevel@tonic-gate  * frequently re-usable.
6657c478bd9Sstevel@tonic-gate  *
6667c478bd9Sstevel@tonic-gate  * If cache_read_ahead = 1, the pages for read will go to the tail
6677c478bd9Sstevel@tonic-gate  * of the cache list when they are released, otherwise go to the head.
6687c478bd9Sstevel@tonic-gate  */
6697c478bd9Sstevel@tonic-gate int	cache_read_ahead = 0;
6707c478bd9Sstevel@tonic-gate 
671562eee46Srbourbon /*
672562eee46Srbourbon  * Freebehind exists  so that as we read  large files  sequentially we
673562eee46Srbourbon  * don't consume most of memory with pages  from a few files. It takes
674562eee46Srbourbon  * longer to re-read from disk multiple small files as it does reading
675562eee46Srbourbon  * one large one sequentially.  As system  memory grows customers need
676562eee46Srbourbon  * to retain bigger chunks   of files in  memory.   The advent of  the
677562eee46Srbourbon  * cachelist opens up of the possibility freeing pages  to the head or
678562eee46Srbourbon  * tail of the list.
679562eee46Srbourbon  *
680562eee46Srbourbon  * Not freeing a page is a bet that the page will be read again before
681562eee46Srbourbon  * it's segmap slot is needed for something else. If we loose the bet,
682562eee46Srbourbon  * it means some  other thread is  burdened with the  page free we did
683562eee46Srbourbon  * not do. If we win we save a free and reclaim.
684562eee46Srbourbon  *
685562eee46Srbourbon  * Freeing it at the tail  vs the head of cachelist  is a bet that the
686562eee46Srbourbon  * page will survive until the next  read.  It's also saying that this
687562eee46Srbourbon  * page is more likely to  be re-used than a  page freed some time ago
688562eee46Srbourbon  * and never reclaimed.
689562eee46Srbourbon  *
690562eee46Srbourbon  * Freebehind maintains a  range of  file offset [smallfile1; smallfile2]
691562eee46Srbourbon  *
692562eee46Srbourbon  *            0 < offset < smallfile1 : pages are not freed.
693562eee46Srbourbon  *   smallfile1 < offset < smallfile2 : pages freed to tail of cachelist.
694562eee46Srbourbon  *   smallfile2 < offset              : pages freed to head of cachelist.
695562eee46Srbourbon  *
696562eee46Srbourbon  * The range  is  computed  at most  once  per second  and  depends on
697562eee46Srbourbon  * freemem  and  ncpus_online.  Both parameters  are   bounded to be
698562eee46Srbourbon  * >= smallfile && >= smallfile64.
699562eee46Srbourbon  *
700562eee46Srbourbon  * smallfile1 = (free memory / ncpu) / 1000
701562eee46Srbourbon  * smallfile2 = (free memory / ncpu) / 10
702562eee46Srbourbon  *
703562eee46Srbourbon  * A few examples values:
704562eee46Srbourbon  *
705562eee46Srbourbon  *       Free Mem (in Bytes) [smallfile1; smallfile2]  [smallfile1; smallfile2]
706562eee46Srbourbon  *                                 ncpus_online = 4          ncpus_online = 64
707562eee46Srbourbon  *       ------------------  -----------------------   -----------------------
708562eee46Srbourbon  *             1G                   [256K;  25M]               [32K; 1.5M]
709562eee46Srbourbon  *            10G                   [2.5M; 250M]              [156K; 15M]
710562eee46Srbourbon  *           100G                    [25M; 2.5G]              [1.5M; 150M]
711562eee46Srbourbon  *
712562eee46Srbourbon  */
713562eee46Srbourbon 
714562eee46Srbourbon #define	SMALLFILE1_D 1000
715562eee46Srbourbon #define	SMALLFILE2_D 10
716562eee46Srbourbon static u_offset_t smallfile1 = 32 * 1024;
717562eee46Srbourbon static u_offset_t smallfile2 = 32 * 1024;
718562eee46Srbourbon static clock_t smallfile_update = 0; /* lbolt value of when to recompute */
719562eee46Srbourbon uint_t smallfile1_d = SMALLFILE1_D;
720562eee46Srbourbon uint_t smallfile2_d = SMALLFILE2_D;
721562eee46Srbourbon 
7227c478bd9Sstevel@tonic-gate /*
7237c478bd9Sstevel@tonic-gate  * wrip does the real work of write requests for ufs.
7247c478bd9Sstevel@tonic-gate  */
7257c478bd9Sstevel@tonic-gate int
7267c478bd9Sstevel@tonic-gate wrip(struct inode *ip, struct uio *uio, int ioflag, struct cred *cr)
7277c478bd9Sstevel@tonic-gate {
7287c478bd9Sstevel@tonic-gate 	rlim64_t limit = uio->uio_llimit;
7297c478bd9Sstevel@tonic-gate 	u_offset_t off;
7307c478bd9Sstevel@tonic-gate 	u_offset_t old_i_size;
7317c478bd9Sstevel@tonic-gate 	struct fs *fs;
7327c478bd9Sstevel@tonic-gate 	struct vnode *vp;
7337c478bd9Sstevel@tonic-gate 	struct ufsvfs *ufsvfsp;
7347c478bd9Sstevel@tonic-gate 	caddr_t base;
7357c478bd9Sstevel@tonic-gate 	long start_resid = uio->uio_resid;	/* save starting resid */
7367c478bd9Sstevel@tonic-gate 	long premove_resid;			/* resid before uiomove() */
7377c478bd9Sstevel@tonic-gate 	uint_t flags;
7387c478bd9Sstevel@tonic-gate 	int newpage;
7397c478bd9Sstevel@tonic-gate 	int iupdat_flag, directio_status;
7407c478bd9Sstevel@tonic-gate 	int n, on, mapon;
7417c478bd9Sstevel@tonic-gate 	int error, pagecreate;
7427c478bd9Sstevel@tonic-gate 	int do_dqrwlock;		/* drop/reacquire vfs_dqrwlock */
7437c478bd9Sstevel@tonic-gate 	int32_t	iblocks;
7447c478bd9Sstevel@tonic-gate 	int	new_iblocks;
7457c478bd9Sstevel@tonic-gate 
7467c478bd9Sstevel@tonic-gate 	/*
7477c478bd9Sstevel@tonic-gate 	 * ip->i_size is incremented before the uiomove
7487c478bd9Sstevel@tonic-gate 	 * is done on a write.  If the move fails (bad user
7497c478bd9Sstevel@tonic-gate 	 * address) reset ip->i_size.
7507c478bd9Sstevel@tonic-gate 	 * The better way would be to increment ip->i_size
7517c478bd9Sstevel@tonic-gate 	 * only if the uiomove succeeds.
7527c478bd9Sstevel@tonic-gate 	 */
7537c478bd9Sstevel@tonic-gate 	int i_size_changed = 0;
7547c478bd9Sstevel@tonic-gate 	o_mode_t type;
7557c478bd9Sstevel@tonic-gate 	int i_seq_needed = 0;
7567c478bd9Sstevel@tonic-gate 
7577c478bd9Sstevel@tonic-gate 	vp = ITOV(ip);
7587c478bd9Sstevel@tonic-gate 
7597c478bd9Sstevel@tonic-gate 	/*
7607c478bd9Sstevel@tonic-gate 	 * check for forced unmount - should not happen as
7617c478bd9Sstevel@tonic-gate 	 * the request passed the lockfs checks.
7627c478bd9Sstevel@tonic-gate 	 */
7637c478bd9Sstevel@tonic-gate 	if ((ufsvfsp = ip->i_ufsvfs) == NULL)
7647c478bd9Sstevel@tonic-gate 		return (EIO);
7657c478bd9Sstevel@tonic-gate 
7667c478bd9Sstevel@tonic-gate 	fs = ip->i_fs;
7677c478bd9Sstevel@tonic-gate 
7687c478bd9Sstevel@tonic-gate 	TRACE_1(TR_FAC_UFS, TR_UFS_RWIP_START,
7697c478bd9Sstevel@tonic-gate 		"ufs_wrip_start:vp %p", vp);
7707c478bd9Sstevel@tonic-gate 
7717c478bd9Sstevel@tonic-gate 	ASSERT(RW_WRITE_HELD(&ip->i_contents));
7727c478bd9Sstevel@tonic-gate 
7737c478bd9Sstevel@tonic-gate 	/* check for valid filetype */
7747c478bd9Sstevel@tonic-gate 	type = ip->i_mode & IFMT;
7757c478bd9Sstevel@tonic-gate 	if ((type != IFREG) && (type != IFDIR) && (type != IFATTRDIR) &&
7767c478bd9Sstevel@tonic-gate 	    (type != IFLNK) && (type != IFSHAD)) {
7777c478bd9Sstevel@tonic-gate 		return (EIO);
7787c478bd9Sstevel@tonic-gate 	}
7797c478bd9Sstevel@tonic-gate 
7807c478bd9Sstevel@tonic-gate 	/*
7817c478bd9Sstevel@tonic-gate 	 * the actual limit of UFS file size
7827c478bd9Sstevel@tonic-gate 	 * is UFS_MAXOFFSET_T
7837c478bd9Sstevel@tonic-gate 	 */
7847c478bd9Sstevel@tonic-gate 	if (limit == RLIM64_INFINITY || limit > MAXOFFSET_T)
7857c478bd9Sstevel@tonic-gate 		limit = MAXOFFSET_T;
7867c478bd9Sstevel@tonic-gate 
7877c478bd9Sstevel@tonic-gate 	if (uio->uio_loffset >= limit) {
7887c478bd9Sstevel@tonic-gate 		proc_t *p = ttoproc(curthread);
7897c478bd9Sstevel@tonic-gate 
7907c478bd9Sstevel@tonic-gate 		TRACE_2(TR_FAC_UFS, TR_UFS_RWIP_END,
7917c478bd9Sstevel@tonic-gate 			"ufs_wrip_end:vp %p error %d", vp, EINVAL);
7927c478bd9Sstevel@tonic-gate 
7937c478bd9Sstevel@tonic-gate 		mutex_enter(&p->p_lock);
7947c478bd9Sstevel@tonic-gate 		(void) rctl_action(rctlproc_legacy[RLIMIT_FSIZE], p->p_rctls,
7957c478bd9Sstevel@tonic-gate 		    p, RCA_UNSAFE_SIGINFO);
7967c478bd9Sstevel@tonic-gate 		mutex_exit(&p->p_lock);
7977c478bd9Sstevel@tonic-gate 		return (EFBIG);
7987c478bd9Sstevel@tonic-gate 	}
7997c478bd9Sstevel@tonic-gate 
8007c478bd9Sstevel@tonic-gate 	/*
8017c478bd9Sstevel@tonic-gate 	 * if largefiles are disallowed, the limit is
8027c478bd9Sstevel@tonic-gate 	 * the pre-largefiles value of 2GB
8037c478bd9Sstevel@tonic-gate 	 */
8047c478bd9Sstevel@tonic-gate 	if (ufsvfsp->vfs_lfflags & UFS_LARGEFILES)
8057c478bd9Sstevel@tonic-gate 		limit = MIN(UFS_MAXOFFSET_T, limit);
8067c478bd9Sstevel@tonic-gate 	else
8077c478bd9Sstevel@tonic-gate 		limit = MIN(MAXOFF32_T, limit);
8087c478bd9Sstevel@tonic-gate 
8097c478bd9Sstevel@tonic-gate 	if (uio->uio_loffset < (offset_t)0) {
8107c478bd9Sstevel@tonic-gate 		TRACE_2(TR_FAC_UFS, TR_UFS_RWIP_END,
8117c478bd9Sstevel@tonic-gate 			"ufs_wrip_end:vp %p error %d", vp, EINVAL);
8127c478bd9Sstevel@tonic-gate 		return (EINVAL);
8137c478bd9Sstevel@tonic-gate 	}
8147c478bd9Sstevel@tonic-gate 	if (uio->uio_resid == 0) {
8157c478bd9Sstevel@tonic-gate 		TRACE_2(TR_FAC_UFS, TR_UFS_RWIP_END,
8167c478bd9Sstevel@tonic-gate 			"ufs_wrip_end:vp %p error %d", vp, 0);
8177c478bd9Sstevel@tonic-gate 		return (0);
8187c478bd9Sstevel@tonic-gate 	}
8197c478bd9Sstevel@tonic-gate 
8207c478bd9Sstevel@tonic-gate 	if (uio->uio_loffset >= limit)
8217c478bd9Sstevel@tonic-gate 		return (EFBIG);
8227c478bd9Sstevel@tonic-gate 
8237c478bd9Sstevel@tonic-gate 	ip->i_flag |= INOACC;	/* don't update ref time in getpage */
8247c478bd9Sstevel@tonic-gate 
8257c478bd9Sstevel@tonic-gate 	if (ioflag & (FSYNC|FDSYNC)) {
8267c478bd9Sstevel@tonic-gate 		ip->i_flag |= ISYNC;
8277c478bd9Sstevel@tonic-gate 		iupdat_flag = 1;
8287c478bd9Sstevel@tonic-gate 	}
8297c478bd9Sstevel@tonic-gate 	/*
8307c478bd9Sstevel@tonic-gate 	 * Try to go direct
8317c478bd9Sstevel@tonic-gate 	 */
8327c478bd9Sstevel@tonic-gate 	if (ip->i_flag & IDIRECTIO || ufsvfsp->vfs_forcedirectio) {
8337c478bd9Sstevel@tonic-gate 		uio->uio_llimit = limit;
8347c478bd9Sstevel@tonic-gate 		error = ufs_directio_write(ip, uio, ioflag, 0, cr,
8357c478bd9Sstevel@tonic-gate 			&directio_status);
8367c478bd9Sstevel@tonic-gate 		/*
8377c478bd9Sstevel@tonic-gate 		 * If ufs_directio wrote to the file or set the flags,
8387c478bd9Sstevel@tonic-gate 		 * we need to update i_seq, but it may be deferred.
8397c478bd9Sstevel@tonic-gate 		 */
8407c478bd9Sstevel@tonic-gate 		if (start_resid != uio->uio_resid ||
8417c478bd9Sstevel@tonic-gate 					(ip->i_flag & (ICHG|IUPD))) {
8427c478bd9Sstevel@tonic-gate 			i_seq_needed = 1;
8437c478bd9Sstevel@tonic-gate 			ip->i_flag |= ISEQ;
8447c478bd9Sstevel@tonic-gate 		}
8457c478bd9Sstevel@tonic-gate 		if (directio_status == DIRECTIO_SUCCESS)
8467c478bd9Sstevel@tonic-gate 			goto out;
8477c478bd9Sstevel@tonic-gate 	}
8487c478bd9Sstevel@tonic-gate 
8497c478bd9Sstevel@tonic-gate 	/*
8507c478bd9Sstevel@tonic-gate 	 * Behavior with respect to dropping/reacquiring vfs_dqrwlock:
8517c478bd9Sstevel@tonic-gate 	 *
8527c478bd9Sstevel@tonic-gate 	 * o shadow inodes: vfs_dqrwlock is not held at all
8537c478bd9Sstevel@tonic-gate 	 * o quota updates: vfs_dqrwlock is read or write held
8547c478bd9Sstevel@tonic-gate 	 * o other updates: vfs_dqrwlock is read held
8557c478bd9Sstevel@tonic-gate 	 *
8567c478bd9Sstevel@tonic-gate 	 * The first case is the only one where we do not hold
8577c478bd9Sstevel@tonic-gate 	 * vfs_dqrwlock at all while entering wrip().
8587c478bd9Sstevel@tonic-gate 	 * We must make sure not to downgrade/drop vfs_dqrwlock if we
8597c478bd9Sstevel@tonic-gate 	 * have it as writer, i.e. if we are updating the quota inode.
8607c478bd9Sstevel@tonic-gate 	 * There is no potential deadlock scenario in this case as
8617c478bd9Sstevel@tonic-gate 	 * ufs_getpage() takes care of this and avoids reacquiring
8627c478bd9Sstevel@tonic-gate 	 * vfs_dqrwlock in that case.
8637c478bd9Sstevel@tonic-gate 	 *
8647c478bd9Sstevel@tonic-gate 	 * This check is done here since the above conditions do not change
8657c478bd9Sstevel@tonic-gate 	 * and we possibly loop below, so save a few cycles.
8667c478bd9Sstevel@tonic-gate 	 */
8677c478bd9Sstevel@tonic-gate 	if ((type == IFSHAD) ||
8687c478bd9Sstevel@tonic-gate 		(rw_owner(&ufsvfsp->vfs_dqrwlock) == curthread)) {
8697c478bd9Sstevel@tonic-gate 			do_dqrwlock = 0;
8707c478bd9Sstevel@tonic-gate 	} else {
8717c478bd9Sstevel@tonic-gate 		do_dqrwlock = 1;
8727c478bd9Sstevel@tonic-gate 	}
8737c478bd9Sstevel@tonic-gate 
8747c478bd9Sstevel@tonic-gate 	/*
8757c478bd9Sstevel@tonic-gate 	 * Large Files: We cast MAXBMASK to offset_t
8767c478bd9Sstevel@tonic-gate 	 * inorder to mask out the higher bits. Since offset_t
8777c478bd9Sstevel@tonic-gate 	 * is a signed value, the high order bit set in MAXBMASK
8787c478bd9Sstevel@tonic-gate 	 * value makes it do the right thing by having all bits 1
8797c478bd9Sstevel@tonic-gate 	 * in the higher word. May be removed for _SOLARIS64_.
8807c478bd9Sstevel@tonic-gate 	 */
8817c478bd9Sstevel@tonic-gate 
8827c478bd9Sstevel@tonic-gate 	fs = ip->i_fs;
8837c478bd9Sstevel@tonic-gate 	do {
8847c478bd9Sstevel@tonic-gate 		u_offset_t uoff = uio->uio_loffset;
8857c478bd9Sstevel@tonic-gate 		off = uoff & (offset_t)MAXBMASK;
8867c478bd9Sstevel@tonic-gate 		mapon = (int)(uoff & (offset_t)MAXBOFFSET);
8877c478bd9Sstevel@tonic-gate 		on = (int)blkoff(fs, uoff);
8887c478bd9Sstevel@tonic-gate 		n = (int)MIN(fs->fs_bsize - on, uio->uio_resid);
8897c478bd9Sstevel@tonic-gate 		new_iblocks = 1;
8907c478bd9Sstevel@tonic-gate 
8917c478bd9Sstevel@tonic-gate 		if (type == IFREG && uoff + n >= limit) {
8927c478bd9Sstevel@tonic-gate 			if (uoff >= limit) {
8937c478bd9Sstevel@tonic-gate 				error = EFBIG;
8947c478bd9Sstevel@tonic-gate 				goto out;
8957c478bd9Sstevel@tonic-gate 			}
8967c478bd9Sstevel@tonic-gate 			/*
8977c478bd9Sstevel@tonic-gate 			 * since uoff + n >= limit,
8987c478bd9Sstevel@tonic-gate 			 * therefore n >= limit - uoff, and n is an int
8997c478bd9Sstevel@tonic-gate 			 * so it is safe to cast it to an int
9007c478bd9Sstevel@tonic-gate 			 */
9017c478bd9Sstevel@tonic-gate 			n = (int)(limit - (rlim64_t)uoff);
9027c478bd9Sstevel@tonic-gate 		}
9037c478bd9Sstevel@tonic-gate 		if (uoff + n > ip->i_size) {
9047c478bd9Sstevel@tonic-gate 			/*
9057c478bd9Sstevel@tonic-gate 			 * We are extending the length of the file.
9067c478bd9Sstevel@tonic-gate 			 * bmap is used so that we are sure that
9077c478bd9Sstevel@tonic-gate 			 * if we need to allocate new blocks, that it
9087c478bd9Sstevel@tonic-gate 			 * is done here before we up the file size.
9097c478bd9Sstevel@tonic-gate 			 */
9107c478bd9Sstevel@tonic-gate 			error = bmap_write(ip, uoff, (int)(on + n),
9117c478bd9Sstevel@tonic-gate 							mapon == 0, cr);
9127c478bd9Sstevel@tonic-gate 			/*
9137c478bd9Sstevel@tonic-gate 			 * bmap_write never drops i_contents so if
9147c478bd9Sstevel@tonic-gate 			 * the flags are set it changed the file.
9157c478bd9Sstevel@tonic-gate 			 */
9167c478bd9Sstevel@tonic-gate 			if (ip->i_flag & (ICHG|IUPD)) {
9177c478bd9Sstevel@tonic-gate 				i_seq_needed = 1;
9187c478bd9Sstevel@tonic-gate 				ip->i_flag |= ISEQ;
9197c478bd9Sstevel@tonic-gate 			}
9207c478bd9Sstevel@tonic-gate 			if (error)
9217c478bd9Sstevel@tonic-gate 				break;
9227c478bd9Sstevel@tonic-gate 			/*
9237c478bd9Sstevel@tonic-gate 			 * There is a window of vulnerability here.
9247c478bd9Sstevel@tonic-gate 			 * The sequence of operations: allocate file
9257c478bd9Sstevel@tonic-gate 			 * system blocks, uiomove the data into pages,
9267c478bd9Sstevel@tonic-gate 			 * and then update the size of the file in the
9277c478bd9Sstevel@tonic-gate 			 * inode, must happen atomically.  However, due
9287c478bd9Sstevel@tonic-gate 			 * to current locking constraints, this can not
9297c478bd9Sstevel@tonic-gate 			 * be done.
9307c478bd9Sstevel@tonic-gate 			 */
9317c478bd9Sstevel@tonic-gate 			ASSERT(ip->i_writer == NULL);
9327c478bd9Sstevel@tonic-gate 			ip->i_writer = curthread;
9337c478bd9Sstevel@tonic-gate 			i_size_changed = 1;
9347c478bd9Sstevel@tonic-gate 			/*
9357c478bd9Sstevel@tonic-gate 			 * If we are writing from the beginning of
9367c478bd9Sstevel@tonic-gate 			 * the mapping, we can just create the
9377c478bd9Sstevel@tonic-gate 			 * pages without having to read them.
9387c478bd9Sstevel@tonic-gate 			 */
9397c478bd9Sstevel@tonic-gate 			pagecreate = (mapon == 0);
9407c478bd9Sstevel@tonic-gate 		} else if (n == MAXBSIZE) {
9417c478bd9Sstevel@tonic-gate 			/*
9427c478bd9Sstevel@tonic-gate 			 * Going to do a whole mappings worth,
9437c478bd9Sstevel@tonic-gate 			 * so we can just create the pages w/o
9447c478bd9Sstevel@tonic-gate 			 * having to read them in.  But before
9457c478bd9Sstevel@tonic-gate 			 * we do that, we need to make sure any
9467c478bd9Sstevel@tonic-gate 			 * needed blocks are allocated first.
9477c478bd9Sstevel@tonic-gate 			 */
9487c478bd9Sstevel@tonic-gate 			iblocks = ip->i_blocks;
9497c478bd9Sstevel@tonic-gate 			error = bmap_write(ip, uoff, (int)(on + n), 1, cr);
9507c478bd9Sstevel@tonic-gate 			/*
9517c478bd9Sstevel@tonic-gate 			 * bmap_write never drops i_contents so if
9527c478bd9Sstevel@tonic-gate 			 * the flags are set it changed the file.
9537c478bd9Sstevel@tonic-gate 			 */
9547c478bd9Sstevel@tonic-gate 			if (ip->i_flag & (ICHG|IUPD)) {
9557c478bd9Sstevel@tonic-gate 				i_seq_needed = 1;
9567c478bd9Sstevel@tonic-gate 				ip->i_flag |= ISEQ;
9577c478bd9Sstevel@tonic-gate 			}
9587c478bd9Sstevel@tonic-gate 			if (error)
9597c478bd9Sstevel@tonic-gate 				break;
9607c478bd9Sstevel@tonic-gate 			pagecreate = 1;
9617c478bd9Sstevel@tonic-gate 			/*
9627c478bd9Sstevel@tonic-gate 			 * check if the new created page needed the
9637c478bd9Sstevel@tonic-gate 			 * allocation of new disk blocks.
9647c478bd9Sstevel@tonic-gate 			 */
9657c478bd9Sstevel@tonic-gate 			if (iblocks == ip->i_blocks)
9667c478bd9Sstevel@tonic-gate 				new_iblocks = 0; /* no new blocks allocated */
9677c478bd9Sstevel@tonic-gate 		} else {
9687c478bd9Sstevel@tonic-gate 			pagecreate = 0;
9697c478bd9Sstevel@tonic-gate 			/*
9707c478bd9Sstevel@tonic-gate 			 * In sync mode flush the indirect blocks which
9717c478bd9Sstevel@tonic-gate 			 * may have been allocated and not written on
9727c478bd9Sstevel@tonic-gate 			 * disk. In above cases bmap_write will allocate
9737c478bd9Sstevel@tonic-gate 			 * in sync mode.
9747c478bd9Sstevel@tonic-gate 			 */
9757c478bd9Sstevel@tonic-gate 			if (ioflag & (FSYNC|FDSYNC)) {
9767c478bd9Sstevel@tonic-gate 				error = ufs_indirblk_sync(ip, uoff);
9777c478bd9Sstevel@tonic-gate 				if (error)
9787c478bd9Sstevel@tonic-gate 					break;
9797c478bd9Sstevel@tonic-gate 			}
9807c478bd9Sstevel@tonic-gate 		}
9817c478bd9Sstevel@tonic-gate 
9827c478bd9Sstevel@tonic-gate 		/*
9837c478bd9Sstevel@tonic-gate 		 * At this point we can enter ufs_getpage() in one
9847c478bd9Sstevel@tonic-gate 		 * of two ways:
9857c478bd9Sstevel@tonic-gate 		 * 1) segmap_getmapflt() calls ufs_getpage() when the
9867c478bd9Sstevel@tonic-gate 		 *    forcefault parameter is true (pagecreate == 0)
9877c478bd9Sstevel@tonic-gate 		 * 2) uiomove() causes a page fault.
9887c478bd9Sstevel@tonic-gate 		 *
9897c478bd9Sstevel@tonic-gate 		 * We have to drop the contents lock to prevent the VM
9907c478bd9Sstevel@tonic-gate 		 * system from trying to reaquire it in ufs_getpage()
9917c478bd9Sstevel@tonic-gate 		 * should the uiomove cause a pagefault.
9927c478bd9Sstevel@tonic-gate 		 *
9937c478bd9Sstevel@tonic-gate 		 * We have to drop the reader vfs_dqrwlock here as well.
9947c478bd9Sstevel@tonic-gate 		 */
9957c478bd9Sstevel@tonic-gate 		rw_exit(&ip->i_contents);
9967c478bd9Sstevel@tonic-gate 		if (do_dqrwlock) {
9977c478bd9Sstevel@tonic-gate 			ASSERT(RW_LOCK_HELD(&ufsvfsp->vfs_dqrwlock));
9987c478bd9Sstevel@tonic-gate 			ASSERT(!(RW_WRITE_HELD(&ufsvfsp->vfs_dqrwlock)));
9997c478bd9Sstevel@tonic-gate 			rw_exit(&ufsvfsp->vfs_dqrwlock);
10007c478bd9Sstevel@tonic-gate 		}
10017c478bd9Sstevel@tonic-gate 
10027c478bd9Sstevel@tonic-gate 		base = segmap_getmapflt(segkmap, vp, (off + mapon),
10037c478bd9Sstevel@tonic-gate 					(uint_t)n, !pagecreate, S_WRITE);
10047c478bd9Sstevel@tonic-gate 
10057c478bd9Sstevel@tonic-gate 		/*
10067c478bd9Sstevel@tonic-gate 		 * segmap_pagecreate() returns 1 if it calls
10077c478bd9Sstevel@tonic-gate 		 * page_create_va() to allocate any pages.
10087c478bd9Sstevel@tonic-gate 		 */
10097c478bd9Sstevel@tonic-gate 		newpage = 0;
10107c478bd9Sstevel@tonic-gate 
10117c478bd9Sstevel@tonic-gate 		if (pagecreate)
10127c478bd9Sstevel@tonic-gate 			newpage = segmap_pagecreate(segkmap, base,
10137c478bd9Sstevel@tonic-gate 			    (size_t)n, 0);
10147c478bd9Sstevel@tonic-gate 
10157c478bd9Sstevel@tonic-gate 		premove_resid = uio->uio_resid;
10167c478bd9Sstevel@tonic-gate 		error = uiomove(base + mapon, (long)n, UIO_WRITE, uio);
10177c478bd9Sstevel@tonic-gate 
10187c478bd9Sstevel@tonic-gate 		/*
10197c478bd9Sstevel@tonic-gate 		 * If "newpage" is set, then a new page was created and it
10207c478bd9Sstevel@tonic-gate 		 * does not contain valid data, so it needs to be initialized
10217c478bd9Sstevel@tonic-gate 		 * at this point.
10227c478bd9Sstevel@tonic-gate 		 * Otherwise the page contains old data, which was overwritten
10237c478bd9Sstevel@tonic-gate 		 * partially or as a whole in uiomove.
10247c478bd9Sstevel@tonic-gate 		 * If there is only one iovec structure within uio, then
10257c478bd9Sstevel@tonic-gate 		 * on error uiomove will not be able to update uio->uio_loffset
10267c478bd9Sstevel@tonic-gate 		 * and we would zero the whole page here!
10277c478bd9Sstevel@tonic-gate 		 *
10287c478bd9Sstevel@tonic-gate 		 * If uiomove fails because of an error, the old valid data
10297c478bd9Sstevel@tonic-gate 		 * is kept instead of filling the rest of the page with zero's.
10307c478bd9Sstevel@tonic-gate 		 */
10317c478bd9Sstevel@tonic-gate 		if (newpage &&
10327c478bd9Sstevel@tonic-gate 		    uio->uio_loffset < roundup(off + mapon + n, PAGESIZE)) {
10337c478bd9Sstevel@tonic-gate 			/*
10347c478bd9Sstevel@tonic-gate 			 * We created pages w/o initializing them completely,
10357c478bd9Sstevel@tonic-gate 			 * thus we need to zero the part that wasn't set up.
10367c478bd9Sstevel@tonic-gate 			 * This happens on most EOF write cases and if
10377c478bd9Sstevel@tonic-gate 			 * we had some sort of error during the uiomove.
10387c478bd9Sstevel@tonic-gate 			 */
10397c478bd9Sstevel@tonic-gate 			int nzero, nmoved;
10407c478bd9Sstevel@tonic-gate 
10417c478bd9Sstevel@tonic-gate 			nmoved = (int)(uio->uio_loffset - (off + mapon));
10427c478bd9Sstevel@tonic-gate 			ASSERT(nmoved >= 0 && nmoved <= n);
10437c478bd9Sstevel@tonic-gate 			nzero = roundup(on + n, PAGESIZE) - nmoved;
10447c478bd9Sstevel@tonic-gate 			ASSERT(nzero > 0 && mapon + nmoved + nzero <= MAXBSIZE);
10457c478bd9Sstevel@tonic-gate 			(void) kzero(base + mapon + nmoved, (uint_t)nzero);
10467c478bd9Sstevel@tonic-gate 		}
10477c478bd9Sstevel@tonic-gate 
10487c478bd9Sstevel@tonic-gate 		/*
10497c478bd9Sstevel@tonic-gate 		 * Unlock the pages allocated by page_create_va()
10507c478bd9Sstevel@tonic-gate 		 * in segmap_pagecreate()
10517c478bd9Sstevel@tonic-gate 		 */
10527c478bd9Sstevel@tonic-gate 		if (newpage)
10537c478bd9Sstevel@tonic-gate 			segmap_pageunlock(segkmap, base, (size_t)n, S_WRITE);
10547c478bd9Sstevel@tonic-gate 
10557c478bd9Sstevel@tonic-gate 		/*
10567c478bd9Sstevel@tonic-gate 		 * If the size of the file changed, then update the
10577c478bd9Sstevel@tonic-gate 		 * size field in the inode now.  This can't be done
10587c478bd9Sstevel@tonic-gate 		 * before the call to segmap_pageunlock or there is
10597c478bd9Sstevel@tonic-gate 		 * a potential deadlock with callers to ufs_putpage().
10607c478bd9Sstevel@tonic-gate 		 * They will be holding i_contents and trying to lock
10617c478bd9Sstevel@tonic-gate 		 * a page, while this thread is holding a page locked
10627c478bd9Sstevel@tonic-gate 		 * and trying to acquire i_contents.
10637c478bd9Sstevel@tonic-gate 		 */
10647c478bd9Sstevel@tonic-gate 		if (i_size_changed) {
10657c478bd9Sstevel@tonic-gate 			rw_enter(&ip->i_contents, RW_WRITER);
10667c478bd9Sstevel@tonic-gate 			old_i_size = ip->i_size;
10677c478bd9Sstevel@tonic-gate 			UFS_SET_ISIZE(uoff + n, ip);
10687c478bd9Sstevel@tonic-gate 			TRANS_INODE(ufsvfsp, ip);
10697c478bd9Sstevel@tonic-gate 			/*
10707c478bd9Sstevel@tonic-gate 			 * file has grown larger than 2GB. Set flag
10717c478bd9Sstevel@tonic-gate 			 * in superblock to indicate this, if it
10727c478bd9Sstevel@tonic-gate 			 * is not already set.
10737c478bd9Sstevel@tonic-gate 			 */
10747c478bd9Sstevel@tonic-gate 			if ((ip->i_size > MAXOFF32_T) &&
10757c478bd9Sstevel@tonic-gate 			    !(fs->fs_flags & FSLARGEFILES)) {
10767c478bd9Sstevel@tonic-gate 				ASSERT(ufsvfsp->vfs_lfflags & UFS_LARGEFILES);
10777c478bd9Sstevel@tonic-gate 				mutex_enter(&ufsvfsp->vfs_lock);
10787c478bd9Sstevel@tonic-gate 				fs->fs_flags |= FSLARGEFILES;
10797c478bd9Sstevel@tonic-gate 				ufs_sbwrite(ufsvfsp);
10807c478bd9Sstevel@tonic-gate 				mutex_exit(&ufsvfsp->vfs_lock);
10817c478bd9Sstevel@tonic-gate 			}
10827c478bd9Sstevel@tonic-gate 			mutex_enter(&ip->i_tlock);
10837c478bd9Sstevel@tonic-gate 			ip->i_writer = NULL;
10847c478bd9Sstevel@tonic-gate 			cv_broadcast(&ip->i_wrcv);
10857c478bd9Sstevel@tonic-gate 			mutex_exit(&ip->i_tlock);
10867c478bd9Sstevel@tonic-gate 			rw_exit(&ip->i_contents);
10877c478bd9Sstevel@tonic-gate 		}
10887c478bd9Sstevel@tonic-gate 
10897c478bd9Sstevel@tonic-gate 		if (error) {
10907c478bd9Sstevel@tonic-gate 			/*
10917c478bd9Sstevel@tonic-gate 			 * If we failed on a write, we may have already
10927c478bd9Sstevel@tonic-gate 			 * allocated file blocks as well as pages.  It's
10937c478bd9Sstevel@tonic-gate 			 * hard to undo the block allocation, but we must
10947c478bd9Sstevel@tonic-gate 			 * be sure to invalidate any pages that may have
10957c478bd9Sstevel@tonic-gate 			 * been allocated.
10967c478bd9Sstevel@tonic-gate 			 *
10977c478bd9Sstevel@tonic-gate 			 * If the page was created without initialization
10987c478bd9Sstevel@tonic-gate 			 * then we must check if it should be possible
10997c478bd9Sstevel@tonic-gate 			 * to destroy the new page and to keep the old data
11007c478bd9Sstevel@tonic-gate 			 * on the disk.
11017c478bd9Sstevel@tonic-gate 			 *
11027c478bd9Sstevel@tonic-gate 			 * It is possible to destroy the page without
11037c478bd9Sstevel@tonic-gate 			 * having to write back its contents only when
11047c478bd9Sstevel@tonic-gate 			 * - the size of the file keeps unchanged
11057c478bd9Sstevel@tonic-gate 			 * - bmap_write() did not allocate new disk blocks
11067c478bd9Sstevel@tonic-gate 			 *   it is possible to create big files using "seek" and
11077c478bd9Sstevel@tonic-gate 			 *   write to the end of the file. A "write" to a
11087c478bd9Sstevel@tonic-gate 			 *   position before the end of the file would not
11097c478bd9Sstevel@tonic-gate 			 *   change the size of the file but it would allocate
11107c478bd9Sstevel@tonic-gate 			 *   new disk blocks.
11117c478bd9Sstevel@tonic-gate 			 * - uiomove intended to overwrite the whole page.
11127c478bd9Sstevel@tonic-gate 			 * - a new page was created (newpage == 1).
11137c478bd9Sstevel@tonic-gate 			 */
11147c478bd9Sstevel@tonic-gate 
11157c478bd9Sstevel@tonic-gate 			if (i_size_changed == 0 && new_iblocks == 0 &&
11167c478bd9Sstevel@tonic-gate 			    newpage) {
11177c478bd9Sstevel@tonic-gate 
11187c478bd9Sstevel@tonic-gate 				/* unwind what uiomove eventually last did */
11197c478bd9Sstevel@tonic-gate 				uio->uio_resid = premove_resid;
11207c478bd9Sstevel@tonic-gate 
11217c478bd9Sstevel@tonic-gate 				/*
11227c478bd9Sstevel@tonic-gate 				 * destroy the page, do not write ambiguous
11237c478bd9Sstevel@tonic-gate 				 * data to the disk.
11247c478bd9Sstevel@tonic-gate 				 */
11257c478bd9Sstevel@tonic-gate 				flags = SM_DESTROY;
11267c478bd9Sstevel@tonic-gate 			} else {
11277c478bd9Sstevel@tonic-gate 				/*
11287c478bd9Sstevel@tonic-gate 				 * write the page back to the disk, if dirty,
11297c478bd9Sstevel@tonic-gate 				 * and remove the page from the cache.
11307c478bd9Sstevel@tonic-gate 				 */
11317c478bd9Sstevel@tonic-gate 				flags = SM_INVAL;
11327c478bd9Sstevel@tonic-gate 			}
11337c478bd9Sstevel@tonic-gate 			(void) segmap_release(segkmap, base, flags);
11347c478bd9Sstevel@tonic-gate 		} else {
11357c478bd9Sstevel@tonic-gate 			flags = 0;
11367c478bd9Sstevel@tonic-gate 			/*
11377c478bd9Sstevel@tonic-gate 			 * Force write back for synchronous write cases.
11387c478bd9Sstevel@tonic-gate 			 */
11397c478bd9Sstevel@tonic-gate 			if ((ioflag & (FSYNC|FDSYNC)) || type == IFDIR) {
11407c478bd9Sstevel@tonic-gate 				/*
11417c478bd9Sstevel@tonic-gate 				 * If the sticky bit is set but the
11427c478bd9Sstevel@tonic-gate 				 * execute bit is not set, we do a
11437c478bd9Sstevel@tonic-gate 				 * synchronous write back and free
11447c478bd9Sstevel@tonic-gate 				 * the page when done.  We set up swap
11457c478bd9Sstevel@tonic-gate 				 * files to be handled this way to
11467c478bd9Sstevel@tonic-gate 				 * prevent servers from keeping around
11477c478bd9Sstevel@tonic-gate 				 * the client's swap pages too long.
11487c478bd9Sstevel@tonic-gate 				 * XXX - there ought to be a better way.
11497c478bd9Sstevel@tonic-gate 				 */
11507c478bd9Sstevel@tonic-gate 				if (IS_SWAPVP(vp)) {
11517c478bd9Sstevel@tonic-gate 					flags = SM_WRITE | SM_FREE |
11527c478bd9Sstevel@tonic-gate 					    SM_DONTNEED;
11537c478bd9Sstevel@tonic-gate 					iupdat_flag = 0;
11547c478bd9Sstevel@tonic-gate 				} else {
11557c478bd9Sstevel@tonic-gate 					flags = SM_WRITE;
11567c478bd9Sstevel@tonic-gate 				}
11577c478bd9Sstevel@tonic-gate 			} else if (n + on == MAXBSIZE || IS_SWAPVP(vp)) {
11587c478bd9Sstevel@tonic-gate 				/*
11597c478bd9Sstevel@tonic-gate 				 * Have written a whole block.
11607c478bd9Sstevel@tonic-gate 				 * Start an asynchronous write and
11617c478bd9Sstevel@tonic-gate 				 * mark the buffer to indicate that
11627c478bd9Sstevel@tonic-gate 				 * it won't be needed again soon.
11637c478bd9Sstevel@tonic-gate 				 */
11647c478bd9Sstevel@tonic-gate 				flags = SM_WRITE | SM_ASYNC | SM_DONTNEED;
11657c478bd9Sstevel@tonic-gate 			}
11667c478bd9Sstevel@tonic-gate 			error = segmap_release(segkmap, base, flags);
11677c478bd9Sstevel@tonic-gate 			/*
11687c478bd9Sstevel@tonic-gate 			 * If the operation failed and is synchronous,
11697c478bd9Sstevel@tonic-gate 			 * then we need to unwind what uiomove() last
11707c478bd9Sstevel@tonic-gate 			 * did so we can potentially return an error to
11717c478bd9Sstevel@tonic-gate 			 * the caller.  If this write operation was
11727c478bd9Sstevel@tonic-gate 			 * done in two pieces and the first succeeded,
11737c478bd9Sstevel@tonic-gate 			 * then we won't return an error for the second
11747c478bd9Sstevel@tonic-gate 			 * piece that failed.  However, we only want to
11757c478bd9Sstevel@tonic-gate 			 * return a resid value that reflects what was
11767c478bd9Sstevel@tonic-gate 			 * really done.
11777c478bd9Sstevel@tonic-gate 			 *
11787c478bd9Sstevel@tonic-gate 			 * Failures for non-synchronous operations can
11797c478bd9Sstevel@tonic-gate 			 * be ignored since the page subsystem will
11807c478bd9Sstevel@tonic-gate 			 * retry the operation until it succeeds or the
11817c478bd9Sstevel@tonic-gate 			 * file system is unmounted.
11827c478bd9Sstevel@tonic-gate 			 */
11837c478bd9Sstevel@tonic-gate 			if (error) {
11847c478bd9Sstevel@tonic-gate 				if ((ioflag & (FSYNC | FDSYNC)) ||
11857c478bd9Sstevel@tonic-gate 				    type == IFDIR) {
11867c478bd9Sstevel@tonic-gate 					uio->uio_resid = premove_resid;
11877c478bd9Sstevel@tonic-gate 				} else {
11887c478bd9Sstevel@tonic-gate 					error = 0;
11897c478bd9Sstevel@tonic-gate 				}
11907c478bd9Sstevel@tonic-gate 			}
11917c478bd9Sstevel@tonic-gate 		}
11927c478bd9Sstevel@tonic-gate 
11937c478bd9Sstevel@tonic-gate 		/*
11947c478bd9Sstevel@tonic-gate 		 * Re-acquire contents lock.
11957c478bd9Sstevel@tonic-gate 		 * If it was dropped, reacquire reader vfs_dqrwlock as well.
11967c478bd9Sstevel@tonic-gate 		 */
11977c478bd9Sstevel@tonic-gate 		if (do_dqrwlock)
11987c478bd9Sstevel@tonic-gate 			rw_enter(&ufsvfsp->vfs_dqrwlock, RW_READER);
11997c478bd9Sstevel@tonic-gate 		rw_enter(&ip->i_contents, RW_WRITER);
12007c478bd9Sstevel@tonic-gate 
12017c478bd9Sstevel@tonic-gate 		/*
12027c478bd9Sstevel@tonic-gate 		 * If the uiomove() failed or if a synchronous
12037c478bd9Sstevel@tonic-gate 		 * page push failed, fix up i_size.
12047c478bd9Sstevel@tonic-gate 		 */
12057c478bd9Sstevel@tonic-gate 		if (error) {
12067c478bd9Sstevel@tonic-gate 			if (i_size_changed) {
12077c478bd9Sstevel@tonic-gate 				/*
12087c478bd9Sstevel@tonic-gate 				 * The uiomove failed, and we
12097c478bd9Sstevel@tonic-gate 				 * allocated blocks,so get rid
12107c478bd9Sstevel@tonic-gate 				 * of them.
12117c478bd9Sstevel@tonic-gate 				 */
12127c478bd9Sstevel@tonic-gate 				(void) ufs_itrunc(ip, old_i_size, 0, cr);
12137c478bd9Sstevel@tonic-gate 			}
12147c478bd9Sstevel@tonic-gate 		} else {
12157c478bd9Sstevel@tonic-gate 			/*
12167c478bd9Sstevel@tonic-gate 			 * XXX - Can this be out of the loop?
12177c478bd9Sstevel@tonic-gate 			 */
12187c478bd9Sstevel@tonic-gate 			ip->i_flag |= IUPD | ICHG;
12197c478bd9Sstevel@tonic-gate 			/*
12207c478bd9Sstevel@tonic-gate 			 * Only do one increase of i_seq for multiple
12217c478bd9Sstevel@tonic-gate 			 * pieces.  Because we drop locks, record
12227c478bd9Sstevel@tonic-gate 			 * the fact that we changed the timestamp and
12237c478bd9Sstevel@tonic-gate 			 * are deferring the increase in case another thread
12247c478bd9Sstevel@tonic-gate 			 * pushes our timestamp update.
12257c478bd9Sstevel@tonic-gate 			 */
12267c478bd9Sstevel@tonic-gate 			i_seq_needed = 1;
12277c478bd9Sstevel@tonic-gate 			ip->i_flag |= ISEQ;
12287c478bd9Sstevel@tonic-gate 			if (i_size_changed)
12297c478bd9Sstevel@tonic-gate 				ip->i_flag |= IATTCHG;
12307c478bd9Sstevel@tonic-gate 			if ((ip->i_mode & (IEXEC | (IEXEC >> 3) |
12317c478bd9Sstevel@tonic-gate 			    (IEXEC >> 6))) != 0 &&
12327c478bd9Sstevel@tonic-gate 			    (ip->i_mode & (ISUID | ISGID)) != 0 &&
12337c478bd9Sstevel@tonic-gate 			    secpolicy_vnode_setid_retain(cr,
12347c478bd9Sstevel@tonic-gate 			    (ip->i_mode & ISUID) != 0 && ip->i_uid == 0) != 0) {
12357c478bd9Sstevel@tonic-gate 				/*
12367c478bd9Sstevel@tonic-gate 				 * Clear Set-UID & Set-GID bits on
12377c478bd9Sstevel@tonic-gate 				 * successful write if not privileged
12387c478bd9Sstevel@tonic-gate 				 * and at least one of the execute bits
12397c478bd9Sstevel@tonic-gate 				 * is set.  If we always clear Set-GID,
12407c478bd9Sstevel@tonic-gate 				 * mandatory file and record locking is
12417c478bd9Sstevel@tonic-gate 				 * unuseable.
12427c478bd9Sstevel@tonic-gate 				 */
12437c478bd9Sstevel@tonic-gate 				ip->i_mode &= ~(ISUID | ISGID);
12447c478bd9Sstevel@tonic-gate 			}
12457c478bd9Sstevel@tonic-gate 		}
1246*f90bab20Sswilcox 		/*
1247*f90bab20Sswilcox 		 * In the case the FDSYNC flag is set and this is a
1248*f90bab20Sswilcox 		 * "rewrite" we won't log a delta.
1249*f90bab20Sswilcox 		 * The FSYNC flag overrides all cases.
1250*f90bab20Sswilcox 		 */
1251*f90bab20Sswilcox 		if (!ufs_check_rewrite(ip, uio, ioflag) || !(ioflag & FDSYNC)) {
1252*f90bab20Sswilcox 			TRANS_INODE(ufsvfsp, ip);
1253*f90bab20Sswilcox 		}
12547c478bd9Sstevel@tonic-gate 	} while (error == 0 && uio->uio_resid > 0 && n != 0);
12557c478bd9Sstevel@tonic-gate 
12567c478bd9Sstevel@tonic-gate out:
12577c478bd9Sstevel@tonic-gate 	/*
12587c478bd9Sstevel@tonic-gate 	 * Make sure i_seq is increased at least once per write
12597c478bd9Sstevel@tonic-gate 	 */
12607c478bd9Sstevel@tonic-gate 	if (i_seq_needed) {
12617c478bd9Sstevel@tonic-gate 		ip->i_seq++;
12627c478bd9Sstevel@tonic-gate 		ip->i_flag &= ~ISEQ;	/* no longer deferred */
12637c478bd9Sstevel@tonic-gate 	}
12647c478bd9Sstevel@tonic-gate 
12657c478bd9Sstevel@tonic-gate 	/*
12667c478bd9Sstevel@tonic-gate 	 * Inode is updated according to this table -
12677c478bd9Sstevel@tonic-gate 	 *
12687c478bd9Sstevel@tonic-gate 	 *   FSYNC	  FDSYNC(posix.4)
12697c478bd9Sstevel@tonic-gate 	 *   --------------------------
12707c478bd9Sstevel@tonic-gate 	 *   always@	  IATTCHG|IBDWRITE
12717c478bd9Sstevel@tonic-gate 	 *
12727c478bd9Sstevel@tonic-gate 	 * @ - 	If we are doing synchronous write the only time we should
12737c478bd9Sstevel@tonic-gate 	 *	not be sync'ing the ip here is if we have the stickyhack
12747c478bd9Sstevel@tonic-gate 	 *	activated, the file is marked with the sticky bit and
12757c478bd9Sstevel@tonic-gate 	 *	no exec bit, the file length has not been changed and
12767c478bd9Sstevel@tonic-gate 	 *	no new blocks have been allocated during this write.
12777c478bd9Sstevel@tonic-gate 	 */
12787c478bd9Sstevel@tonic-gate 
12797c478bd9Sstevel@tonic-gate 	if ((ip->i_flag & ISYNC) != 0) {
12807c478bd9Sstevel@tonic-gate 		/*
12817c478bd9Sstevel@tonic-gate 		 * we have eliminated nosync
12827c478bd9Sstevel@tonic-gate 		 */
12837c478bd9Sstevel@tonic-gate 		if ((ip->i_flag & (IATTCHG|IBDWRITE)) ||
12847c478bd9Sstevel@tonic-gate 			((ioflag & FSYNC) && iupdat_flag)) {
12857c478bd9Sstevel@tonic-gate 			ufs_iupdat(ip, 1);
12867c478bd9Sstevel@tonic-gate 		}
12877c478bd9Sstevel@tonic-gate 	}
12887c478bd9Sstevel@tonic-gate 
12897c478bd9Sstevel@tonic-gate 	/*
12907c478bd9Sstevel@tonic-gate 	 * If we've already done a partial-write, terminate
12917c478bd9Sstevel@tonic-gate 	 * the write but return no error unless the error is ENOSPC
12927c478bd9Sstevel@tonic-gate 	 * because the caller can detect this and free resources and
12937c478bd9Sstevel@tonic-gate 	 * try again.
12947c478bd9Sstevel@tonic-gate 	 */
12957c478bd9Sstevel@tonic-gate 	if ((start_resid != uio->uio_resid) && (error != ENOSPC))
12967c478bd9Sstevel@tonic-gate 		error = 0;
12977c478bd9Sstevel@tonic-gate 
12987c478bd9Sstevel@tonic-gate 	ip->i_flag &= ~(INOACC | ISYNC);
12997c478bd9Sstevel@tonic-gate 	ITIMES_NOLOCK(ip);
13007c478bd9Sstevel@tonic-gate 	TRACE_2(TR_FAC_UFS, TR_UFS_RWIP_END,
13017c478bd9Sstevel@tonic-gate 		"ufs_wrip_end:vp %p error %d", vp, error);
13027c478bd9Sstevel@tonic-gate 	return (error);
13037c478bd9Sstevel@tonic-gate }
13047c478bd9Sstevel@tonic-gate 
13057c478bd9Sstevel@tonic-gate /*
13067c478bd9Sstevel@tonic-gate  * rdip does the real work of read requests for ufs.
13077c478bd9Sstevel@tonic-gate  */
13087c478bd9Sstevel@tonic-gate int
13097c478bd9Sstevel@tonic-gate rdip(struct inode *ip, struct uio *uio, int ioflag, cred_t *cr)
13107c478bd9Sstevel@tonic-gate {
13117c478bd9Sstevel@tonic-gate 	u_offset_t off;
13127c478bd9Sstevel@tonic-gate 	caddr_t base;
13137c478bd9Sstevel@tonic-gate 	struct fs *fs;
13147c478bd9Sstevel@tonic-gate 	struct ufsvfs *ufsvfsp;
13157c478bd9Sstevel@tonic-gate 	struct vnode *vp;
13167c478bd9Sstevel@tonic-gate 	long oresid = uio->uio_resid;
13177c478bd9Sstevel@tonic-gate 	u_offset_t n, on, mapon;
13187c478bd9Sstevel@tonic-gate 	int error = 0;
13197c478bd9Sstevel@tonic-gate 	int doupdate = 1;
1320562eee46Srbourbon 	uint_t flags;
13217c478bd9Sstevel@tonic-gate 	int dofree, directio_status;
13227c478bd9Sstevel@tonic-gate 	krw_t rwtype;
13237c478bd9Sstevel@tonic-gate 	o_mode_t type;
13247c478bd9Sstevel@tonic-gate 
13257c478bd9Sstevel@tonic-gate 	vp = ITOV(ip);
13267c478bd9Sstevel@tonic-gate 
13277c478bd9Sstevel@tonic-gate 	TRACE_1(TR_FAC_UFS, TR_UFS_RWIP_START,
13287c478bd9Sstevel@tonic-gate 		"ufs_rdip_start:vp %p", vp);
13297c478bd9Sstevel@tonic-gate 
13307c478bd9Sstevel@tonic-gate 	ASSERT(RW_LOCK_HELD(&ip->i_contents));
13317c478bd9Sstevel@tonic-gate 
13327c478bd9Sstevel@tonic-gate 	ufsvfsp = ip->i_ufsvfs;
13337c478bd9Sstevel@tonic-gate 
13347c478bd9Sstevel@tonic-gate 	if (ufsvfsp == NULL)
13357c478bd9Sstevel@tonic-gate 		return (EIO);
13367c478bd9Sstevel@tonic-gate 
13377c478bd9Sstevel@tonic-gate 	fs = ufsvfsp->vfs_fs;
13387c478bd9Sstevel@tonic-gate 
13397c478bd9Sstevel@tonic-gate 	/* check for valid filetype */
13407c478bd9Sstevel@tonic-gate 	type = ip->i_mode & IFMT;
13417c478bd9Sstevel@tonic-gate 	if ((type != IFREG) && (type != IFDIR) && (type != IFATTRDIR) &&
13427c478bd9Sstevel@tonic-gate 	    (type != IFLNK) && (type != IFSHAD)) {
13437c478bd9Sstevel@tonic-gate 		return (EIO);
13447c478bd9Sstevel@tonic-gate 	}
13457c478bd9Sstevel@tonic-gate 
13467c478bd9Sstevel@tonic-gate 	if (uio->uio_loffset > UFS_MAXOFFSET_T) {
13477c478bd9Sstevel@tonic-gate 		TRACE_2(TR_FAC_UFS, TR_UFS_RWIP_END,
13487c478bd9Sstevel@tonic-gate 			"ufs_rdip_end:vp %p error %d", vp, EINVAL);
13497c478bd9Sstevel@tonic-gate 		error = 0;
13507c478bd9Sstevel@tonic-gate 		goto out;
13517c478bd9Sstevel@tonic-gate 	}
13527c478bd9Sstevel@tonic-gate 	if (uio->uio_loffset < (offset_t)0) {
13537c478bd9Sstevel@tonic-gate 		TRACE_2(TR_FAC_UFS, TR_UFS_RWIP_END,
13547c478bd9Sstevel@tonic-gate 			"ufs_rdip_end:vp %p error %d", vp, EINVAL);
13557c478bd9Sstevel@tonic-gate 		return (EINVAL);
13567c478bd9Sstevel@tonic-gate 	}
13577c478bd9Sstevel@tonic-gate 	if (uio->uio_resid == 0) {
13587c478bd9Sstevel@tonic-gate 		TRACE_2(TR_FAC_UFS, TR_UFS_RWIP_END,
13597c478bd9Sstevel@tonic-gate 			"ufs_rdip_end:vp %p error %d", vp, 0);
13607c478bd9Sstevel@tonic-gate 		return (0);
13617c478bd9Sstevel@tonic-gate 	}
13627c478bd9Sstevel@tonic-gate 
13637c478bd9Sstevel@tonic-gate 	if (!ULOCKFS_IS_NOIACC(ITOUL(ip)) && (fs->fs_ronly == 0) &&
13647c478bd9Sstevel@tonic-gate 		(!ufsvfsp->vfs_noatime)) {
13657c478bd9Sstevel@tonic-gate 		mutex_enter(&ip->i_tlock);
13667c478bd9Sstevel@tonic-gate 		ip->i_flag |= IACC;
13677c478bd9Sstevel@tonic-gate 		mutex_exit(&ip->i_tlock);
13687c478bd9Sstevel@tonic-gate 	}
13697c478bd9Sstevel@tonic-gate 	/*
13707c478bd9Sstevel@tonic-gate 	 * Try to go direct
13717c478bd9Sstevel@tonic-gate 	 */
13727c478bd9Sstevel@tonic-gate 	if (ip->i_flag & IDIRECTIO || ufsvfsp->vfs_forcedirectio) {
13737c478bd9Sstevel@tonic-gate 		error = ufs_directio_read(ip, uio, cr, &directio_status);
13747c478bd9Sstevel@tonic-gate 		if (directio_status == DIRECTIO_SUCCESS)
13757c478bd9Sstevel@tonic-gate 			goto out;
13767c478bd9Sstevel@tonic-gate 	}
13777c478bd9Sstevel@tonic-gate 
13787c478bd9Sstevel@tonic-gate 	rwtype = (rw_write_held(&ip->i_contents)?RW_WRITER:RW_READER);
13797c478bd9Sstevel@tonic-gate 
13807c478bd9Sstevel@tonic-gate 	do {
13817c478bd9Sstevel@tonic-gate 		offset_t diff;
13827c478bd9Sstevel@tonic-gate 		u_offset_t uoff = uio->uio_loffset;
13837c478bd9Sstevel@tonic-gate 		off = uoff & (offset_t)MAXBMASK;
13847c478bd9Sstevel@tonic-gate 		mapon = (u_offset_t)(uoff & (offset_t)MAXBOFFSET);
13857c478bd9Sstevel@tonic-gate 		on = (u_offset_t)blkoff(fs, uoff);
13867c478bd9Sstevel@tonic-gate 		n = MIN((u_offset_t)fs->fs_bsize - on,
13877c478bd9Sstevel@tonic-gate 			(u_offset_t)uio->uio_resid);
13887c478bd9Sstevel@tonic-gate 
13897c478bd9Sstevel@tonic-gate 		diff = ip->i_size - uoff;
13907c478bd9Sstevel@tonic-gate 
13917c478bd9Sstevel@tonic-gate 		if (diff <= (offset_t)0) {
13927c478bd9Sstevel@tonic-gate 			error = 0;
13937c478bd9Sstevel@tonic-gate 			goto out;
13947c478bd9Sstevel@tonic-gate 		}
13957c478bd9Sstevel@tonic-gate 		if (diff < (offset_t)n)
13967c478bd9Sstevel@tonic-gate 			n = (int)diff;
1397562eee46Srbourbon 
1398562eee46Srbourbon 		/*
1399562eee46Srbourbon 		 * We update smallfile2 and smallfile1 at most every second.
1400562eee46Srbourbon 		 */
1401562eee46Srbourbon 		if (lbolt >= smallfile_update) {
1402562eee46Srbourbon 			uint64_t percpufreeb;
1403562eee46Srbourbon 			if (smallfile1_d == 0) smallfile1_d = SMALLFILE1_D;
1404562eee46Srbourbon 			if (smallfile2_d == 0) smallfile2_d = SMALLFILE2_D;
1405562eee46Srbourbon 			percpufreeb = ptob((uint64_t)freemem) / ncpus_online;
1406562eee46Srbourbon 			smallfile1 = percpufreeb / smallfile1_d;
1407562eee46Srbourbon 			smallfile2 = percpufreeb / smallfile2_d;
1408562eee46Srbourbon 			smallfile1 = MAX(smallfile1, smallfile);
1409562eee46Srbourbon 			smallfile1 = MAX(smallfile1, smallfile64);
1410562eee46Srbourbon 			smallfile2 = MAX(smallfile1, smallfile2);
1411562eee46Srbourbon 			smallfile_update = lbolt + hz;
1412562eee46Srbourbon 		}
1413562eee46Srbourbon 
14147c478bd9Sstevel@tonic-gate 		dofree = freebehind &&
1415562eee46Srbourbon 		    ip->i_nextr == (off & PAGEMASK) && off > smallfile1;
14167c478bd9Sstevel@tonic-gate 
14177c478bd9Sstevel@tonic-gate 		/*
14187c478bd9Sstevel@tonic-gate 		 * At this point we can enter ufs_getpage() in one of two
14197c478bd9Sstevel@tonic-gate 		 * ways:
14207c478bd9Sstevel@tonic-gate 		 * 1) segmap_getmapflt() calls ufs_getpage() when the
14217c478bd9Sstevel@tonic-gate 		 *    forcefault parameter is true (value of 1 is passed)
14227c478bd9Sstevel@tonic-gate 		 * 2) uiomove() causes a page fault.
14237c478bd9Sstevel@tonic-gate 		 *
14247c478bd9Sstevel@tonic-gate 		 * We cannot hold onto an i_contents reader lock without
14257c478bd9Sstevel@tonic-gate 		 * risking deadlock in ufs_getpage() so drop a reader lock.
14267c478bd9Sstevel@tonic-gate 		 * The ufs_getpage() dolock logic already allows for a
14277c478bd9Sstevel@tonic-gate 		 * thread holding i_contents as writer to work properly
14287c478bd9Sstevel@tonic-gate 		 * so we keep a writer lock.
14297c478bd9Sstevel@tonic-gate 		 */
14307c478bd9Sstevel@tonic-gate 		if (rwtype == RW_READER)
14317c478bd9Sstevel@tonic-gate 			rw_exit(&ip->i_contents);
14327c478bd9Sstevel@tonic-gate 		base = segmap_getmapflt(segkmap, vp, (off + mapon),
14337c478bd9Sstevel@tonic-gate 					(uint_t)n, 1, S_READ);
14347c478bd9Sstevel@tonic-gate 
14357c478bd9Sstevel@tonic-gate 		error = uiomove(base + mapon, (long)n, UIO_READ, uio);
14367c478bd9Sstevel@tonic-gate 
14377c478bd9Sstevel@tonic-gate 		flags = 0;
14387c478bd9Sstevel@tonic-gate 		if (!error) {
14397c478bd9Sstevel@tonic-gate 			/*
1440562eee46Srbourbon 			 * If  reading sequential  we won't need  this
1441562eee46Srbourbon 			 * buffer again  soon.  For  offsets in  range
1442562eee46Srbourbon 			 * [smallfile1,  smallfile2] release the pages
1443562eee46Srbourbon 			 * at   the  tail  of the   cache list, larger
1444562eee46Srbourbon 			 * offsets are released at the head.
14457c478bd9Sstevel@tonic-gate 			 */
14467c478bd9Sstevel@tonic-gate 			if (dofree) {
1447562eee46Srbourbon 				flags = SM_FREE | SM_ASYNC;
1448562eee46Srbourbon 				if ((cache_read_ahead == 0) &&
1449562eee46Srbourbon 					(off > smallfile2))
1450562eee46Srbourbon 					flags |=  SM_DONTNEED;
14517c478bd9Sstevel@tonic-gate 			}
14527c478bd9Sstevel@tonic-gate 			/*
14537c478bd9Sstevel@tonic-gate 			 * In POSIX SYNC (FSYNC and FDSYNC) read mode,
14547c478bd9Sstevel@tonic-gate 			 * we want to make sure that the page which has
14557c478bd9Sstevel@tonic-gate 			 * been read, is written on disk if it is dirty.
14567c478bd9Sstevel@tonic-gate 			 * And corresponding indirect blocks should also
14577c478bd9Sstevel@tonic-gate 			 * be flushed out.
14587c478bd9Sstevel@tonic-gate 			 */
14597c478bd9Sstevel@tonic-gate 			if ((ioflag & FRSYNC) && (ioflag & (FSYNC|FDSYNC))) {
14607c478bd9Sstevel@tonic-gate 				flags &= ~SM_ASYNC;
14617c478bd9Sstevel@tonic-gate 				flags |= SM_WRITE;
14627c478bd9Sstevel@tonic-gate 			}
14637c478bd9Sstevel@tonic-gate 			error = segmap_release(segkmap, base, flags);
14647c478bd9Sstevel@tonic-gate 		} else
14657c478bd9Sstevel@tonic-gate 			(void) segmap_release(segkmap, base, flags);
14667c478bd9Sstevel@tonic-gate 
14677c478bd9Sstevel@tonic-gate 		if (rwtype == RW_READER)
14687c478bd9Sstevel@tonic-gate 			rw_enter(&ip->i_contents, rwtype);
14697c478bd9Sstevel@tonic-gate 	} while (error == 0 && uio->uio_resid > 0 && n != 0);
14707c478bd9Sstevel@tonic-gate out:
14717c478bd9Sstevel@tonic-gate 	/*
14727c478bd9Sstevel@tonic-gate 	 * Inode is updated according to this table if FRSYNC is set.
14737c478bd9Sstevel@tonic-gate 	 *
14747c478bd9Sstevel@tonic-gate 	 *   FSYNC	  FDSYNC(posix.4)
14757c478bd9Sstevel@tonic-gate 	 *   --------------------------
14767c478bd9Sstevel@tonic-gate 	 *   always	  IATTCHG|IBDWRITE
14777c478bd9Sstevel@tonic-gate 	 */
14787c478bd9Sstevel@tonic-gate 	/*
14797c478bd9Sstevel@tonic-gate 	 * The inode is not updated if we're logging and the inode is a
14807c478bd9Sstevel@tonic-gate 	 * directory with FRSYNC, FSYNC and FDSYNC flags set.
14817c478bd9Sstevel@tonic-gate 	 */
14827c478bd9Sstevel@tonic-gate 	if (ioflag & FRSYNC) {
14837c478bd9Sstevel@tonic-gate 		if (TRANS_ISTRANS(ufsvfsp) && ((ip->i_mode & IFMT) == IFDIR)) {
14847c478bd9Sstevel@tonic-gate 				doupdate = 0;
14857c478bd9Sstevel@tonic-gate 		}
14867c478bd9Sstevel@tonic-gate 		if (doupdate) {
14877c478bd9Sstevel@tonic-gate 			if ((ioflag & FSYNC) ||
14887c478bd9Sstevel@tonic-gate 			    ((ioflag & FDSYNC) &&
14897c478bd9Sstevel@tonic-gate 			    (ip->i_flag & (IATTCHG|IBDWRITE)))) {
14907c478bd9Sstevel@tonic-gate 				ufs_iupdat(ip, 1);
14917c478bd9Sstevel@tonic-gate 			}
14927c478bd9Sstevel@tonic-gate 		}
14937c478bd9Sstevel@tonic-gate 	}
14947c478bd9Sstevel@tonic-gate 	/*
14957c478bd9Sstevel@tonic-gate 	 * If we've already done a partial read, terminate
14967c478bd9Sstevel@tonic-gate 	 * the read but return no error.
14977c478bd9Sstevel@tonic-gate 	 */
14987c478bd9Sstevel@tonic-gate 	if (oresid != uio->uio_resid)
14997c478bd9Sstevel@tonic-gate 		error = 0;
15007c478bd9Sstevel@tonic-gate 	ITIMES(ip);
15017c478bd9Sstevel@tonic-gate 
15027c478bd9Sstevel@tonic-gate 	TRACE_2(TR_FAC_UFS, TR_UFS_RWIP_END,
15037c478bd9Sstevel@tonic-gate 		"ufs_rdip_end:vp %p error %d", vp, error);
15047c478bd9Sstevel@tonic-gate 	return (error);
15057c478bd9Sstevel@tonic-gate }
15067c478bd9Sstevel@tonic-gate 
15077c478bd9Sstevel@tonic-gate /* ARGSUSED */
15087c478bd9Sstevel@tonic-gate static int
15097c478bd9Sstevel@tonic-gate ufs_ioctl(
15107c478bd9Sstevel@tonic-gate 	struct vnode	*vp,
15117c478bd9Sstevel@tonic-gate 	int		cmd,
15127c478bd9Sstevel@tonic-gate 	intptr_t	arg,
15137c478bd9Sstevel@tonic-gate 	int		flag,
15147c478bd9Sstevel@tonic-gate 	struct cred	*cr,
15157c478bd9Sstevel@tonic-gate 	int		*rvalp)
15167c478bd9Sstevel@tonic-gate {
15177c478bd9Sstevel@tonic-gate 	struct lockfs	lockfs, lockfs_out;
15187c478bd9Sstevel@tonic-gate 	struct ufsvfs	*ufsvfsp = VTOI(vp)->i_ufsvfs;
15197c478bd9Sstevel@tonic-gate 	char		*comment, *original_comment;
15207c478bd9Sstevel@tonic-gate 	struct fs	*fs;
15217c478bd9Sstevel@tonic-gate 	struct ulockfs	*ulp;
15227c478bd9Sstevel@tonic-gate 	offset_t	off;
15237c478bd9Sstevel@tonic-gate 	extern int	maxphys;
15247c478bd9Sstevel@tonic-gate 	int		error;
15257c478bd9Sstevel@tonic-gate 	int		issync;
15267c478bd9Sstevel@tonic-gate 	int		trans_size;
15277c478bd9Sstevel@tonic-gate 
15287c478bd9Sstevel@tonic-gate 
15297c478bd9Sstevel@tonic-gate 	/*
15307c478bd9Sstevel@tonic-gate 	 * forcibly unmounted
15317c478bd9Sstevel@tonic-gate 	 */
15327c478bd9Sstevel@tonic-gate 	if (ufsvfsp == NULL) {
15337c478bd9Sstevel@tonic-gate 		return (EIO);
15347c478bd9Sstevel@tonic-gate 	}
15357c478bd9Sstevel@tonic-gate 
15367c478bd9Sstevel@tonic-gate 	fs = ufsvfsp->vfs_fs;
15377c478bd9Sstevel@tonic-gate 
15387c478bd9Sstevel@tonic-gate 	if (cmd == Q_QUOTACTL) {
15397c478bd9Sstevel@tonic-gate 		error = ufs_lockfs_begin(ufsvfsp, &ulp, ULOCKFS_QUOTA_MASK);
15407c478bd9Sstevel@tonic-gate 		if (error)
15417c478bd9Sstevel@tonic-gate 			return (error);
15427c478bd9Sstevel@tonic-gate 
15437c478bd9Sstevel@tonic-gate 		if (ulp) {
15447c478bd9Sstevel@tonic-gate 			TRANS_BEGIN_ASYNC(ufsvfsp, TOP_QUOTA,
15457c478bd9Sstevel@tonic-gate 						TOP_SETQUOTA_SIZE(fs));
15467c478bd9Sstevel@tonic-gate 		}
15477c478bd9Sstevel@tonic-gate 
15487c478bd9Sstevel@tonic-gate 		error = quotactl(vp, arg, flag, cr);
15497c478bd9Sstevel@tonic-gate 
15507c478bd9Sstevel@tonic-gate 		if (ulp) {
15517c478bd9Sstevel@tonic-gate 			TRANS_END_ASYNC(ufsvfsp, TOP_QUOTA,
15527c478bd9Sstevel@tonic-gate 						TOP_SETQUOTA_SIZE(fs));
15537c478bd9Sstevel@tonic-gate 			ufs_lockfs_end(ulp);
15547c478bd9Sstevel@tonic-gate 		}
15557c478bd9Sstevel@tonic-gate 		return (error);
15567c478bd9Sstevel@tonic-gate 	}
15577c478bd9Sstevel@tonic-gate 
15587c478bd9Sstevel@tonic-gate 	switch (cmd) {
15597c478bd9Sstevel@tonic-gate 		case _FIOLFS:
15607c478bd9Sstevel@tonic-gate 			/*
15617c478bd9Sstevel@tonic-gate 			 * file system locking
15627c478bd9Sstevel@tonic-gate 			 */
15637c478bd9Sstevel@tonic-gate 			if (secpolicy_fs_config(cr, ufsvfsp->vfs_vfs) != 0)
15647c478bd9Sstevel@tonic-gate 				return (EPERM);
15657c478bd9Sstevel@tonic-gate 
15667c478bd9Sstevel@tonic-gate 			if ((flag & DATAMODEL_MASK) == DATAMODEL_NATIVE) {
15677c478bd9Sstevel@tonic-gate 				if (copyin((caddr_t)arg, &lockfs,
15687c478bd9Sstevel@tonic-gate 						sizeof (struct lockfs)))
15697c478bd9Sstevel@tonic-gate 					return (EFAULT);
15707c478bd9Sstevel@tonic-gate 			}
15717c478bd9Sstevel@tonic-gate #ifdef _SYSCALL32_IMPL
15727c478bd9Sstevel@tonic-gate 			else {
15737c478bd9Sstevel@tonic-gate 				struct lockfs32	lockfs32;
15747c478bd9Sstevel@tonic-gate 				/* Translate ILP32 lockfs to LP64 lockfs */
15757c478bd9Sstevel@tonic-gate 				if (copyin((caddr_t)arg, &lockfs32,
15767c478bd9Sstevel@tonic-gate 				    sizeof (struct lockfs32)))
15777c478bd9Sstevel@tonic-gate 					return (EFAULT);
15787c478bd9Sstevel@tonic-gate 				lockfs.lf_lock = (ulong_t)lockfs32.lf_lock;
15797c478bd9Sstevel@tonic-gate 				lockfs.lf_flags = (ulong_t)lockfs32.lf_flags;
15807c478bd9Sstevel@tonic-gate 				lockfs.lf_key = (ulong_t)lockfs32.lf_key;
15817c478bd9Sstevel@tonic-gate 				lockfs.lf_comlen = (ulong_t)lockfs32.lf_comlen;
15827c478bd9Sstevel@tonic-gate 				lockfs.lf_comment =
15837c478bd9Sstevel@tonic-gate 					(caddr_t)(uintptr_t)lockfs32.lf_comment;
15847c478bd9Sstevel@tonic-gate 			}
15857c478bd9Sstevel@tonic-gate #endif /* _SYSCALL32_IMPL */
15867c478bd9Sstevel@tonic-gate 
15877c478bd9Sstevel@tonic-gate 			if (lockfs.lf_comlen) {
15887c478bd9Sstevel@tonic-gate 				if (lockfs.lf_comlen > LOCKFS_MAXCOMMENTLEN)
15897c478bd9Sstevel@tonic-gate 					return (ENAMETOOLONG);
15907c478bd9Sstevel@tonic-gate 				comment = kmem_alloc(lockfs.lf_comlen,
15917c478bd9Sstevel@tonic-gate 						KM_SLEEP);
15927c478bd9Sstevel@tonic-gate 				if (copyin(lockfs.lf_comment, comment,
15937c478bd9Sstevel@tonic-gate 					lockfs.lf_comlen)) {
15947c478bd9Sstevel@tonic-gate 					kmem_free(comment, lockfs.lf_comlen);
15957c478bd9Sstevel@tonic-gate 					return (EFAULT);
15967c478bd9Sstevel@tonic-gate 				}
15977c478bd9Sstevel@tonic-gate 				original_comment = lockfs.lf_comment;
15987c478bd9Sstevel@tonic-gate 				lockfs.lf_comment = comment;
15997c478bd9Sstevel@tonic-gate 			}
16007c478bd9Sstevel@tonic-gate 			if ((error = ufs_fiolfs(vp, &lockfs, 0)) == 0) {
16017c478bd9Sstevel@tonic-gate 				lockfs.lf_comment = original_comment;
16027c478bd9Sstevel@tonic-gate 
16037c478bd9Sstevel@tonic-gate 				if ((flag & DATAMODEL_MASK) ==
16047c478bd9Sstevel@tonic-gate 				    DATAMODEL_NATIVE) {
16057c478bd9Sstevel@tonic-gate 					(void) copyout(&lockfs, (caddr_t)arg,
16067c478bd9Sstevel@tonic-gate 					    sizeof (struct lockfs));
16077c478bd9Sstevel@tonic-gate 				}
16087c478bd9Sstevel@tonic-gate #ifdef _SYSCALL32_IMPL
16097c478bd9Sstevel@tonic-gate 				else {
16107c478bd9Sstevel@tonic-gate 					struct lockfs32	lockfs32;
16117c478bd9Sstevel@tonic-gate 					/* Translate LP64 to ILP32 lockfs */
16127c478bd9Sstevel@tonic-gate 					lockfs32.lf_lock =
16137c478bd9Sstevel@tonic-gate 					    (uint32_t)lockfs.lf_lock;
16147c478bd9Sstevel@tonic-gate 					lockfs32.lf_flags =
16157c478bd9Sstevel@tonic-gate 					    (uint32_t)lockfs.lf_flags;
16167c478bd9Sstevel@tonic-gate 					lockfs32.lf_key =
16177c478bd9Sstevel@tonic-gate 					    (uint32_t)lockfs.lf_key;
16187c478bd9Sstevel@tonic-gate 					lockfs32.lf_comlen =
16197c478bd9Sstevel@tonic-gate 					    (uint32_t)lockfs.lf_comlen;
16207c478bd9Sstevel@tonic-gate 					lockfs32.lf_comment =
16217c478bd9Sstevel@tonic-gate 					(uint32_t)(uintptr_t)lockfs.lf_comment;
16227c478bd9Sstevel@tonic-gate 					(void) copyout(&lockfs32, (caddr_t)arg,
16237c478bd9Sstevel@tonic-gate 					    sizeof (struct lockfs32));
16247c478bd9Sstevel@tonic-gate 				}
16257c478bd9Sstevel@tonic-gate #endif /* _SYSCALL32_IMPL */
16267c478bd9Sstevel@tonic-gate 
16277c478bd9Sstevel@tonic-gate 			} else {
16287c478bd9Sstevel@tonic-gate 				if (lockfs.lf_comlen)
16297c478bd9Sstevel@tonic-gate 					kmem_free(comment, lockfs.lf_comlen);
16307c478bd9Sstevel@tonic-gate 			}
16317c478bd9Sstevel@tonic-gate 			return (error);
16327c478bd9Sstevel@tonic-gate 
16337c478bd9Sstevel@tonic-gate 		case _FIOLFSS:
16347c478bd9Sstevel@tonic-gate 			/*
16357c478bd9Sstevel@tonic-gate 			 * get file system locking status
16367c478bd9Sstevel@tonic-gate 			 */
16377c478bd9Sstevel@tonic-gate 
16387c478bd9Sstevel@tonic-gate 			if ((flag & DATAMODEL_MASK) == DATAMODEL_NATIVE) {
16397c478bd9Sstevel@tonic-gate 				if (copyin((caddr_t)arg, &lockfs,
16407c478bd9Sstevel@tonic-gate 						sizeof (struct lockfs)))
16417c478bd9Sstevel@tonic-gate 					return (EFAULT);
16427c478bd9Sstevel@tonic-gate 			}
16437c478bd9Sstevel@tonic-gate #ifdef _SYSCALL32_IMPL
16447c478bd9Sstevel@tonic-gate 			else {
16457c478bd9Sstevel@tonic-gate 				struct lockfs32	lockfs32;
16467c478bd9Sstevel@tonic-gate 				/* Translate ILP32 lockfs to LP64 lockfs */
16477c478bd9Sstevel@tonic-gate 				if (copyin((caddr_t)arg, &lockfs32,
16487c478bd9Sstevel@tonic-gate 						sizeof (struct lockfs32)))
16497c478bd9Sstevel@tonic-gate 					return (EFAULT);
16507c478bd9Sstevel@tonic-gate 				lockfs.lf_lock = (ulong_t)lockfs32.lf_lock;
16517c478bd9Sstevel@tonic-gate 				lockfs.lf_flags = (ulong_t)lockfs32.lf_flags;
16527c478bd9Sstevel@tonic-gate 				lockfs.lf_key = (ulong_t)lockfs32.lf_key;
16537c478bd9Sstevel@tonic-gate 				lockfs.lf_comlen = (ulong_t)lockfs32.lf_comlen;
16547c478bd9Sstevel@tonic-gate 				lockfs.lf_comment =
16557c478bd9Sstevel@tonic-gate 					(caddr_t)(uintptr_t)lockfs32.lf_comment;
16567c478bd9Sstevel@tonic-gate 			}
16577c478bd9Sstevel@tonic-gate #endif /* _SYSCALL32_IMPL */
16587c478bd9Sstevel@tonic-gate 
16597c478bd9Sstevel@tonic-gate 			if (error =  ufs_fiolfss(vp, &lockfs_out))
16607c478bd9Sstevel@tonic-gate 				return (error);
16617c478bd9Sstevel@tonic-gate 			lockfs.lf_lock = lockfs_out.lf_lock;
16627c478bd9Sstevel@tonic-gate 			lockfs.lf_key = lockfs_out.lf_key;
16637c478bd9Sstevel@tonic-gate 			lockfs.lf_flags = lockfs_out.lf_flags;
16647c478bd9Sstevel@tonic-gate 			lockfs.lf_comlen = MIN(lockfs.lf_comlen,
16657c478bd9Sstevel@tonic-gate 				lockfs_out.lf_comlen);
16667c478bd9Sstevel@tonic-gate 
16677c478bd9Sstevel@tonic-gate 			if ((flag & DATAMODEL_MASK) == DATAMODEL_NATIVE) {
16687c478bd9Sstevel@tonic-gate 				if (copyout(&lockfs, (caddr_t)arg,
16697c478bd9Sstevel@tonic-gate 						sizeof (struct lockfs)))
16707c478bd9Sstevel@tonic-gate 					return (EFAULT);
16717c478bd9Sstevel@tonic-gate 			}
16727c478bd9Sstevel@tonic-gate #ifdef _SYSCALL32_IMPL
16737c478bd9Sstevel@tonic-gate 			else {
16747c478bd9Sstevel@tonic-gate 				/* Translate LP64 to ILP32 lockfs */
16757c478bd9Sstevel@tonic-gate 				struct lockfs32	lockfs32;
16767c478bd9Sstevel@tonic-gate 				lockfs32.lf_lock = (uint32_t)lockfs.lf_lock;
16777c478bd9Sstevel@tonic-gate 				lockfs32.lf_flags = (uint32_t)lockfs.lf_flags;
16787c478bd9Sstevel@tonic-gate 				lockfs32.lf_key = (uint32_t)lockfs.lf_key;
16797c478bd9Sstevel@tonic-gate 				lockfs32.lf_comlen = (uint32_t)lockfs.lf_comlen;
16807c478bd9Sstevel@tonic-gate 				lockfs32.lf_comment =
16817c478bd9Sstevel@tonic-gate 					(uint32_t)(uintptr_t)lockfs.lf_comment;
16827c478bd9Sstevel@tonic-gate 				if (copyout(&lockfs32, (caddr_t)arg,
16837c478bd9Sstevel@tonic-gate 					    sizeof (struct lockfs32)))
16847c478bd9Sstevel@tonic-gate 					return (EFAULT);
16857c478bd9Sstevel@tonic-gate 			}
16867c478bd9Sstevel@tonic-gate #endif /* _SYSCALL32_IMPL */
16877c478bd9Sstevel@tonic-gate 
16887c478bd9Sstevel@tonic-gate 			if (lockfs.lf_comlen &&
16897c478bd9Sstevel@tonic-gate 			    lockfs.lf_comment && lockfs_out.lf_comment)
16907c478bd9Sstevel@tonic-gate 				if (copyout(lockfs_out.lf_comment,
16917c478bd9Sstevel@tonic-gate 					lockfs.lf_comment,
16927c478bd9Sstevel@tonic-gate 					lockfs.lf_comlen))
16937c478bd9Sstevel@tonic-gate 					return (EFAULT);
16947c478bd9Sstevel@tonic-gate 			return (0);
16957c478bd9Sstevel@tonic-gate 
16967c478bd9Sstevel@tonic-gate 		case _FIOSATIME:
16977c478bd9Sstevel@tonic-gate 			/*
16987c478bd9Sstevel@tonic-gate 			 * set access time
16997c478bd9Sstevel@tonic-gate 			 */
17007c478bd9Sstevel@tonic-gate 
17017c478bd9Sstevel@tonic-gate 			/*
17027c478bd9Sstevel@tonic-gate 			 * if mounted w/o atime, return quietly.
17037c478bd9Sstevel@tonic-gate 			 * I briefly thought about returning ENOSYS, but
17047c478bd9Sstevel@tonic-gate 			 * figured that most apps would consider this fatal
17057c478bd9Sstevel@tonic-gate 			 * but the idea is to make this as seamless as poss.
17067c478bd9Sstevel@tonic-gate 			 */
17077c478bd9Sstevel@tonic-gate 			if (ufsvfsp->vfs_noatime)
17087c478bd9Sstevel@tonic-gate 				return (0);
17097c478bd9Sstevel@tonic-gate 
17107c478bd9Sstevel@tonic-gate 			error = ufs_lockfs_begin(ufsvfsp, &ulp,
17117c478bd9Sstevel@tonic-gate 					ULOCKFS_SETATTR_MASK);
17127c478bd9Sstevel@tonic-gate 			if (error)
17137c478bd9Sstevel@tonic-gate 				return (error);
17147c478bd9Sstevel@tonic-gate 
17157c478bd9Sstevel@tonic-gate 			if (ulp) {
17167c478bd9Sstevel@tonic-gate 				trans_size = (int)TOP_SETATTR_SIZE(VTOI(vp));
17177c478bd9Sstevel@tonic-gate 				TRANS_BEGIN_CSYNC(ufsvfsp, issync,
17187c478bd9Sstevel@tonic-gate 						TOP_SETATTR, trans_size);
17197c478bd9Sstevel@tonic-gate 			}
17207c478bd9Sstevel@tonic-gate 
17217c478bd9Sstevel@tonic-gate 			error = ufs_fiosatime(vp, (struct timeval *)arg,
17227c478bd9Sstevel@tonic-gate 					flag, cr);
17237c478bd9Sstevel@tonic-gate 
17247c478bd9Sstevel@tonic-gate 			if (ulp) {
17257c478bd9Sstevel@tonic-gate 				TRANS_END_CSYNC(ufsvfsp, error, issync,
17267c478bd9Sstevel@tonic-gate 						TOP_SETATTR, trans_size);
17277c478bd9Sstevel@tonic-gate 				ufs_lockfs_end(ulp);
17287c478bd9Sstevel@tonic-gate 			}
17297c478bd9Sstevel@tonic-gate 			return (error);
17307c478bd9Sstevel@tonic-gate 
17317c478bd9Sstevel@tonic-gate 		case _FIOSDIO:
17327c478bd9Sstevel@tonic-gate 			/*
17337c478bd9Sstevel@tonic-gate 			 * set delayed-io
17347c478bd9Sstevel@tonic-gate 			 */
17357c478bd9Sstevel@tonic-gate 			return (ufs_fiosdio(vp, (uint_t *)arg, flag, cr));
17367c478bd9Sstevel@tonic-gate 
17377c478bd9Sstevel@tonic-gate 		case _FIOGDIO:
17387c478bd9Sstevel@tonic-gate 			/*
17397c478bd9Sstevel@tonic-gate 			 * get delayed-io
17407c478bd9Sstevel@tonic-gate 			 */
17417c478bd9Sstevel@tonic-gate 			return (ufs_fiogdio(vp, (uint_t *)arg, flag, cr));
17427c478bd9Sstevel@tonic-gate 
17437c478bd9Sstevel@tonic-gate 		case _FIOIO:
17447c478bd9Sstevel@tonic-gate 			/*
17457c478bd9Sstevel@tonic-gate 			 * inode open
17467c478bd9Sstevel@tonic-gate 			 */
17477c478bd9Sstevel@tonic-gate 			error = ufs_lockfs_begin(ufsvfsp, &ulp,
17487c478bd9Sstevel@tonic-gate 					ULOCKFS_VGET_MASK);
17497c478bd9Sstevel@tonic-gate 			if (error)
17507c478bd9Sstevel@tonic-gate 				return (error);
17517c478bd9Sstevel@tonic-gate 
17527c478bd9Sstevel@tonic-gate 			error = ufs_fioio(vp, (struct fioio *)arg, flag, cr);
17537c478bd9Sstevel@tonic-gate 
17547c478bd9Sstevel@tonic-gate 			if (ulp) {
17557c478bd9Sstevel@tonic-gate 				ufs_lockfs_end(ulp);
17567c478bd9Sstevel@tonic-gate 			}
17577c478bd9Sstevel@tonic-gate 			return (error);
17587c478bd9Sstevel@tonic-gate 
17597c478bd9Sstevel@tonic-gate 		case _FIOFFS:
17607c478bd9Sstevel@tonic-gate 			/*
17617c478bd9Sstevel@tonic-gate 			 * file system flush (push w/invalidate)
17627c478bd9Sstevel@tonic-gate 			 */
17637c478bd9Sstevel@tonic-gate 			if ((caddr_t)arg != NULL)
17647c478bd9Sstevel@tonic-gate 				return (EINVAL);
17657c478bd9Sstevel@tonic-gate 			return (ufs_fioffs(vp, NULL, cr));
17667c478bd9Sstevel@tonic-gate 
17677c478bd9Sstevel@tonic-gate 		case _FIOISBUSY:
17687c478bd9Sstevel@tonic-gate 			/*
17697c478bd9Sstevel@tonic-gate 			 * Contract-private interface for Legato
17707c478bd9Sstevel@tonic-gate 			 * Purge this vnode from the DNLC and decide
17717c478bd9Sstevel@tonic-gate 			 * if this vnode is busy (*arg == 1) or not
17727c478bd9Sstevel@tonic-gate 			 * (*arg == 0)
17737c478bd9Sstevel@tonic-gate 			 */
17747c478bd9Sstevel@tonic-gate 			if (secpolicy_fs_config(cr, ufsvfsp->vfs_vfs) != 0)
17757c478bd9Sstevel@tonic-gate 				return (EPERM);
17767c478bd9Sstevel@tonic-gate 			error = ufs_fioisbusy(vp, (int *)arg, cr);
17777c478bd9Sstevel@tonic-gate 			return (error);
17787c478bd9Sstevel@tonic-gate 
17797c478bd9Sstevel@tonic-gate 		case _FIODIRECTIO:
17807c478bd9Sstevel@tonic-gate 			return (ufs_fiodirectio(vp, (int)arg, cr));
17817c478bd9Sstevel@tonic-gate 
17827c478bd9Sstevel@tonic-gate 		case _FIOTUNE:
17837c478bd9Sstevel@tonic-gate 			/*
17847c478bd9Sstevel@tonic-gate 			 * Tune the file system (aka setting fs attributes)
17857c478bd9Sstevel@tonic-gate 			 */
17867c478bd9Sstevel@tonic-gate 			error = ufs_lockfs_begin(ufsvfsp, &ulp,
17877c478bd9Sstevel@tonic-gate 					ULOCKFS_SETATTR_MASK);
17887c478bd9Sstevel@tonic-gate 			if (error)
17897c478bd9Sstevel@tonic-gate 				return (error);
17907c478bd9Sstevel@tonic-gate 
17917c478bd9Sstevel@tonic-gate 			error = ufs_fiotune(vp, (struct fiotune *)arg, cr);
17927c478bd9Sstevel@tonic-gate 
17937c478bd9Sstevel@tonic-gate 			if (ulp)
17947c478bd9Sstevel@tonic-gate 				ufs_lockfs_end(ulp);
17957c478bd9Sstevel@tonic-gate 			return (error);
17967c478bd9Sstevel@tonic-gate 
17977c478bd9Sstevel@tonic-gate 		case _FIOLOGENABLE:
17987c478bd9Sstevel@tonic-gate 			if (secpolicy_fs_config(cr, ufsvfsp->vfs_vfs) != 0)
17997c478bd9Sstevel@tonic-gate 				return (EPERM);
18007c478bd9Sstevel@tonic-gate 			return (ufs_fiologenable(vp, (void *)arg, cr, flag));
18017c478bd9Sstevel@tonic-gate 
18027c478bd9Sstevel@tonic-gate 		case _FIOLOGDISABLE:
18037c478bd9Sstevel@tonic-gate 			if (secpolicy_fs_config(cr, ufsvfsp->vfs_vfs) != 0)
18047c478bd9Sstevel@tonic-gate 				return (EPERM);
18057c478bd9Sstevel@tonic-gate 			return (ufs_fiologdisable(vp, (void *)arg, cr, flag));
18067c478bd9Sstevel@tonic-gate 
18077c478bd9Sstevel@tonic-gate 		case _FIOISLOG:
18087c478bd9Sstevel@tonic-gate 			return (ufs_fioislog(vp, (void *)arg, cr, flag));
18097c478bd9Sstevel@tonic-gate 
18107c478bd9Sstevel@tonic-gate 		case _FIOSNAPSHOTCREATE_MULTI:
18117c478bd9Sstevel@tonic-gate 		{
18127c478bd9Sstevel@tonic-gate 			struct fiosnapcreate_multi	fc, *fcp;
18137c478bd9Sstevel@tonic-gate 			size_t	fcm_size;
18147c478bd9Sstevel@tonic-gate 
18157c478bd9Sstevel@tonic-gate 			if (copyin((void *)arg, &fc, sizeof (fc)))
18167c478bd9Sstevel@tonic-gate 				return (EFAULT);
18177c478bd9Sstevel@tonic-gate 			if (fc.backfilecount > MAX_BACKFILE_COUNT)
18187c478bd9Sstevel@tonic-gate 				return (EINVAL);
18197c478bd9Sstevel@tonic-gate 			fcm_size = sizeof (struct fiosnapcreate_multi) +
18207c478bd9Sstevel@tonic-gate 			    (fc.backfilecount - 1) * sizeof (int);
18217c478bd9Sstevel@tonic-gate 			fcp = (struct fiosnapcreate_multi *)
18227c478bd9Sstevel@tonic-gate 			    kmem_alloc(fcm_size, KM_SLEEP);
18237c478bd9Sstevel@tonic-gate 			if (copyin((void *)arg, fcp, fcm_size)) {
18247c478bd9Sstevel@tonic-gate 				kmem_free(fcp, fcm_size);
18257c478bd9Sstevel@tonic-gate 				return (EFAULT);
18267c478bd9Sstevel@tonic-gate 			}
18277c478bd9Sstevel@tonic-gate 			error = ufs_snap_create(vp, fcp, cr);
18287c478bd9Sstevel@tonic-gate 			if (!error && copyout(fcp, (void *)arg, fcm_size))
18297c478bd9Sstevel@tonic-gate 				error = EFAULT;
18307c478bd9Sstevel@tonic-gate 			kmem_free(fcp, fcm_size);
18317c478bd9Sstevel@tonic-gate 			return (error);
18327c478bd9Sstevel@tonic-gate 		}
18337c478bd9Sstevel@tonic-gate 
18347c478bd9Sstevel@tonic-gate 		case _FIOSNAPSHOTDELETE:
18357c478bd9Sstevel@tonic-gate 		{
18367c478bd9Sstevel@tonic-gate 			struct fiosnapdelete	fc;
18377c478bd9Sstevel@tonic-gate 
18387c478bd9Sstevel@tonic-gate 			if (copyin((void *)arg, &fc, sizeof (fc)))
18397c478bd9Sstevel@tonic-gate 				return (EFAULT);
18407c478bd9Sstevel@tonic-gate 			error = ufs_snap_delete(vp, &fc, cr);
18417c478bd9Sstevel@tonic-gate 			if (!error && copyout(&fc, (void *)arg, sizeof (fc)))
18427c478bd9Sstevel@tonic-gate 				error = EFAULT;
18437c478bd9Sstevel@tonic-gate 			return (error);
18447c478bd9Sstevel@tonic-gate 		}
18457c478bd9Sstevel@tonic-gate 
18467c478bd9Sstevel@tonic-gate 		case _FIOGETSUPERBLOCK:
18477c478bd9Sstevel@tonic-gate 			if (copyout(fs, (void *)arg, SBSIZE))
18487c478bd9Sstevel@tonic-gate 				return (EFAULT);
18497c478bd9Sstevel@tonic-gate 			return (0);
18507c478bd9Sstevel@tonic-gate 
18517c478bd9Sstevel@tonic-gate 		case _FIOGETMAXPHYS:
18527c478bd9Sstevel@tonic-gate 			if (copyout(&maxphys, (void *)arg, sizeof (maxphys)))
18537c478bd9Sstevel@tonic-gate 				return (EFAULT);
18547c478bd9Sstevel@tonic-gate 			return (0);
18557c478bd9Sstevel@tonic-gate 
18567c478bd9Sstevel@tonic-gate 		/*
18577c478bd9Sstevel@tonic-gate 		 * The following 3 ioctls are for TSufs support
18587c478bd9Sstevel@tonic-gate 		 * although could potentially be used elsewhere
18597c478bd9Sstevel@tonic-gate 		 */
18607c478bd9Sstevel@tonic-gate 		case _FIO_SET_LUFS_DEBUG:
18617c478bd9Sstevel@tonic-gate 			if (secpolicy_fs_config(cr, ufsvfsp->vfs_vfs) != 0)
18627c478bd9Sstevel@tonic-gate 				return (EPERM);
18637c478bd9Sstevel@tonic-gate 			lufs_debug = (uint32_t)arg;
18647c478bd9Sstevel@tonic-gate 			return (0);
18657c478bd9Sstevel@tonic-gate 
18667c478bd9Sstevel@tonic-gate 		case _FIO_SET_LUFS_ERROR:
18677c478bd9Sstevel@tonic-gate 			if (secpolicy_fs_config(cr, ufsvfsp->vfs_vfs) != 0)
18687c478bd9Sstevel@tonic-gate 				return (EPERM);
18697c478bd9Sstevel@tonic-gate 			TRANS_SETERROR(ufsvfsp);
18707c478bd9Sstevel@tonic-gate 			return (0);
18717c478bd9Sstevel@tonic-gate 
18727c478bd9Sstevel@tonic-gate 		case _FIO_GET_TOP_STATS:
18737c478bd9Sstevel@tonic-gate 		{
18747c478bd9Sstevel@tonic-gate 			fio_lufs_stats_t *ls;
18757c478bd9Sstevel@tonic-gate 			ml_unit_t *ul = ufsvfsp->vfs_log;
18767c478bd9Sstevel@tonic-gate 
18777c478bd9Sstevel@tonic-gate 			ls = kmem_zalloc(sizeof (*ls), KM_SLEEP);
18787c478bd9Sstevel@tonic-gate 			ls->ls_debug = ul->un_debug; /* return debug value */
18797c478bd9Sstevel@tonic-gate 			/* Copy stucture if statistics are being kept */
18807c478bd9Sstevel@tonic-gate 			if (ul->un_logmap->mtm_tops) {
18817c478bd9Sstevel@tonic-gate 				ls->ls_topstats = *(ul->un_logmap->mtm_tops);
18827c478bd9Sstevel@tonic-gate 			}
18837c478bd9Sstevel@tonic-gate 			error = 0;
18847c478bd9Sstevel@tonic-gate 			if (copyout(ls, (void *)arg, sizeof (*ls)))
18857c478bd9Sstevel@tonic-gate 				error = EFAULT;
18867c478bd9Sstevel@tonic-gate 			kmem_free(ls, sizeof (*ls));
18877c478bd9Sstevel@tonic-gate 			return (error);
18887c478bd9Sstevel@tonic-gate 		}
18897c478bd9Sstevel@tonic-gate 
18907c478bd9Sstevel@tonic-gate 		case _FIO_SEEK_DATA:
18917c478bd9Sstevel@tonic-gate 		case _FIO_SEEK_HOLE:
18927c478bd9Sstevel@tonic-gate 			if (ddi_copyin((void *)arg, &off, sizeof (off), flag))
18937c478bd9Sstevel@tonic-gate 				return (EFAULT);
18947c478bd9Sstevel@tonic-gate 			/* offset paramater is in/out */
18957c478bd9Sstevel@tonic-gate 			error = ufs_fio_holey(vp, cmd, &off);
18967c478bd9Sstevel@tonic-gate 			if (error)
18977c478bd9Sstevel@tonic-gate 				return (error);
18987c478bd9Sstevel@tonic-gate 			if (ddi_copyout(&off, (void *)arg, sizeof (off), flag))
18997c478bd9Sstevel@tonic-gate 				return (EFAULT);
19007c478bd9Sstevel@tonic-gate 			return (0);
19017c478bd9Sstevel@tonic-gate 
19027c478bd9Sstevel@tonic-gate 		default:
19037c478bd9Sstevel@tonic-gate 			return (ENOTTY);
19047c478bd9Sstevel@tonic-gate 	}
19057c478bd9Sstevel@tonic-gate }
19067c478bd9Sstevel@tonic-gate 
19077c478bd9Sstevel@tonic-gate /* ARGSUSED */
19087c478bd9Sstevel@tonic-gate static int
19097c478bd9Sstevel@tonic-gate ufs_getattr(struct vnode *vp, struct vattr *vap, int flags,
19107c478bd9Sstevel@tonic-gate 	struct cred *cr)
19117c478bd9Sstevel@tonic-gate {
19127c478bd9Sstevel@tonic-gate 	struct inode *ip = VTOI(vp);
19137c478bd9Sstevel@tonic-gate 	struct ufsvfs *ufsvfsp;
19147c478bd9Sstevel@tonic-gate 	int err;
19157c478bd9Sstevel@tonic-gate 
19167c478bd9Sstevel@tonic-gate 	TRACE_2(TR_FAC_UFS, TR_UFS_GETATTR_START,
19177c478bd9Sstevel@tonic-gate 		"ufs_getattr_start:vp %p flags %x", vp, flags);
19187c478bd9Sstevel@tonic-gate 
19197c478bd9Sstevel@tonic-gate 	if (vap->va_mask == AT_SIZE) {
19207c478bd9Sstevel@tonic-gate 		/*
19217c478bd9Sstevel@tonic-gate 		 * for performance, if only the size is requested don't bother
19227c478bd9Sstevel@tonic-gate 		 * with anything else.
19237c478bd9Sstevel@tonic-gate 		 */
19247c478bd9Sstevel@tonic-gate 		UFS_GET_ISIZE(&vap->va_size, ip);
19257c478bd9Sstevel@tonic-gate 		TRACE_1(TR_FAC_UFS, TR_UFS_GETATTR_END,
19267c478bd9Sstevel@tonic-gate 			"ufs_getattr_end:vp %p", vp);
19277c478bd9Sstevel@tonic-gate 		return (0);
19287c478bd9Sstevel@tonic-gate 	}
19297c478bd9Sstevel@tonic-gate 
19307c478bd9Sstevel@tonic-gate 	/*
19317c478bd9Sstevel@tonic-gate 	 * inlined lockfs checks
19327c478bd9Sstevel@tonic-gate 	 */
19337c478bd9Sstevel@tonic-gate 	ufsvfsp = ip->i_ufsvfs;
19347c478bd9Sstevel@tonic-gate 	if ((ufsvfsp == NULL) || ULOCKFS_IS_HLOCK(&ufsvfsp->vfs_ulockfs)) {
19357c478bd9Sstevel@tonic-gate 		err = EIO;
19367c478bd9Sstevel@tonic-gate 		goto out;
19377c478bd9Sstevel@tonic-gate 	}
19387c478bd9Sstevel@tonic-gate 
19397c478bd9Sstevel@tonic-gate 	rw_enter(&ip->i_contents, RW_READER);
19407c478bd9Sstevel@tonic-gate 	/*
19417c478bd9Sstevel@tonic-gate 	 * Return all the attributes.  This should be refined so
19427c478bd9Sstevel@tonic-gate 	 * that it only returns what's asked for.
19437c478bd9Sstevel@tonic-gate 	 */
19447c478bd9Sstevel@tonic-gate 
19457c478bd9Sstevel@tonic-gate 	/*
19467c478bd9Sstevel@tonic-gate 	 * Copy from inode table.
19477c478bd9Sstevel@tonic-gate 	 */
19487c478bd9Sstevel@tonic-gate 	vap->va_type = vp->v_type;
19497c478bd9Sstevel@tonic-gate 	vap->va_mode = ip->i_mode & MODEMASK;
19507c478bd9Sstevel@tonic-gate 	/*
19517c478bd9Sstevel@tonic-gate 	 * If there is an ACL and there is a mask entry, then do the
19527c478bd9Sstevel@tonic-gate 	 * extra work that completes the equivalent of an acltomode(3)
19537c478bd9Sstevel@tonic-gate 	 * call.  According to POSIX P1003.1e, the acl mask should be
19547c478bd9Sstevel@tonic-gate 	 * returned in the group permissions field.
19557c478bd9Sstevel@tonic-gate 	 *
19567c478bd9Sstevel@tonic-gate 	 * - start with the original permission and mode bits (from above)
19577c478bd9Sstevel@tonic-gate 	 * - clear the group owner bits
19587c478bd9Sstevel@tonic-gate 	 * - add in the mask bits.
19597c478bd9Sstevel@tonic-gate 	 */
19607c478bd9Sstevel@tonic-gate 	if (ip->i_ufs_acl && ip->i_ufs_acl->aclass.acl_ismask) {
19617c478bd9Sstevel@tonic-gate 		vap->va_mode &= ~((VREAD | VWRITE | VEXEC) >> 3);
19627c478bd9Sstevel@tonic-gate 		vap->va_mode |=
19637c478bd9Sstevel@tonic-gate 		    (ip->i_ufs_acl->aclass.acl_maskbits & PERMMASK) << 3;
19647c478bd9Sstevel@tonic-gate 	}
19657c478bd9Sstevel@tonic-gate 	vap->va_uid = ip->i_uid;
19667c478bd9Sstevel@tonic-gate 	vap->va_gid = ip->i_gid;
19677c478bd9Sstevel@tonic-gate 	vap->va_fsid = ip->i_dev;
19687c478bd9Sstevel@tonic-gate 	vap->va_nodeid = (ino64_t)ip->i_number;
19697c478bd9Sstevel@tonic-gate 	vap->va_nlink = ip->i_nlink;
19707c478bd9Sstevel@tonic-gate 	vap->va_size = ip->i_size;
19717c478bd9Sstevel@tonic-gate 	if (vp->v_type == VCHR || vp->v_type == VBLK)
19727c478bd9Sstevel@tonic-gate 		vap->va_rdev = ip->i_rdev;
19737c478bd9Sstevel@tonic-gate 	else
19747c478bd9Sstevel@tonic-gate 		vap->va_rdev = 0;	/* not a b/c spec. */
19757c478bd9Sstevel@tonic-gate 	mutex_enter(&ip->i_tlock);
19767c478bd9Sstevel@tonic-gate 	ITIMES_NOLOCK(ip);	/* mark correct time in inode */
19777c478bd9Sstevel@tonic-gate 	vap->va_seq = ip->i_seq;
19787c478bd9Sstevel@tonic-gate 	vap->va_atime.tv_sec = (time_t)ip->i_atime.tv_sec;
19797c478bd9Sstevel@tonic-gate 	vap->va_atime.tv_nsec = ip->i_atime.tv_usec*1000;
19807c478bd9Sstevel@tonic-gate 	vap->va_mtime.tv_sec = (time_t)ip->i_mtime.tv_sec;
19817c478bd9Sstevel@tonic-gate 	vap->va_mtime.tv_nsec = ip->i_mtime.tv_usec*1000;
19827c478bd9Sstevel@tonic-gate 	vap->va_ctime.tv_sec = (time_t)ip->i_ctime.tv_sec;
19837c478bd9Sstevel@tonic-gate 	vap->va_ctime.tv_nsec = ip->i_ctime.tv_usec*1000;
19847c478bd9Sstevel@tonic-gate 	mutex_exit(&ip->i_tlock);
19857c478bd9Sstevel@tonic-gate 
19867c478bd9Sstevel@tonic-gate 	switch (ip->i_mode & IFMT) {
19877c478bd9Sstevel@tonic-gate 
19887c478bd9Sstevel@tonic-gate 	case IFBLK:
19897c478bd9Sstevel@tonic-gate 		vap->va_blksize = MAXBSIZE;		/* was BLKDEV_IOSIZE */
19907c478bd9Sstevel@tonic-gate 		break;
19917c478bd9Sstevel@tonic-gate 
19927c478bd9Sstevel@tonic-gate 	case IFCHR:
19937c478bd9Sstevel@tonic-gate 		vap->va_blksize = MAXBSIZE;
19947c478bd9Sstevel@tonic-gate 		break;
19957c478bd9Sstevel@tonic-gate 
19967c478bd9Sstevel@tonic-gate 	default:
19977c478bd9Sstevel@tonic-gate 		vap->va_blksize = ip->i_fs->fs_bsize;
19987c478bd9Sstevel@tonic-gate 		break;
19997c478bd9Sstevel@tonic-gate 	}
20007c478bd9Sstevel@tonic-gate 	vap->va_nblocks = (fsblkcnt64_t)ip->i_blocks;
20017c478bd9Sstevel@tonic-gate 	rw_exit(&ip->i_contents);
20027c478bd9Sstevel@tonic-gate 	err = 0;
20037c478bd9Sstevel@tonic-gate 
20047c478bd9Sstevel@tonic-gate out:
20057c478bd9Sstevel@tonic-gate 	TRACE_1(TR_FAC_UFS, TR_UFS_GETATTR_END, "ufs_getattr_end:vp %p", vp);
20067c478bd9Sstevel@tonic-gate 
20077c478bd9Sstevel@tonic-gate 	return (err);
20087c478bd9Sstevel@tonic-gate }
20097c478bd9Sstevel@tonic-gate 
20107c478bd9Sstevel@tonic-gate /*ARGSUSED4*/
20117c478bd9Sstevel@tonic-gate static int
20127c478bd9Sstevel@tonic-gate ufs_setattr(
20137c478bd9Sstevel@tonic-gate 	struct vnode *vp,
20147c478bd9Sstevel@tonic-gate 	struct vattr *vap,
20157c478bd9Sstevel@tonic-gate 	int flags,
20167c478bd9Sstevel@tonic-gate 	struct cred *cr,
20177c478bd9Sstevel@tonic-gate 	caller_context_t *ct)
20187c478bd9Sstevel@tonic-gate {
20197c478bd9Sstevel@tonic-gate 	struct inode *ip = VTOI(vp);
20207c478bd9Sstevel@tonic-gate 	struct ufsvfs *ufsvfsp = ip->i_ufsvfs;
20217c478bd9Sstevel@tonic-gate 	struct fs *fs;
20227c478bd9Sstevel@tonic-gate 	struct ulockfs *ulp;
20237c478bd9Sstevel@tonic-gate 	char *errmsg1;
20247c478bd9Sstevel@tonic-gate 	char *errmsg2;
20257c478bd9Sstevel@tonic-gate 	long blocks;
20267c478bd9Sstevel@tonic-gate 	long int mask = vap->va_mask;
20277c478bd9Sstevel@tonic-gate 	size_t len1, len2;
20287c478bd9Sstevel@tonic-gate 	int issync;
20297c478bd9Sstevel@tonic-gate 	int trans_size;
20307c478bd9Sstevel@tonic-gate 	int dotrans;
20317c478bd9Sstevel@tonic-gate 	int dorwlock;
20327c478bd9Sstevel@tonic-gate 	int error;
20337c478bd9Sstevel@tonic-gate 	int owner_change;
20347c478bd9Sstevel@tonic-gate 	int dodqlock;
20357c478bd9Sstevel@tonic-gate 	timestruc_t now;
20367c478bd9Sstevel@tonic-gate 	vattr_t oldva;
20377c478bd9Sstevel@tonic-gate 	int retry = 1;
20387c478bd9Sstevel@tonic-gate 
20397c478bd9Sstevel@tonic-gate 	TRACE_2(TR_FAC_UFS, TR_UFS_SETATTR_START,
20407c478bd9Sstevel@tonic-gate 		"ufs_setattr_start:vp %p flags %x", vp, flags);
20417c478bd9Sstevel@tonic-gate 
20427c478bd9Sstevel@tonic-gate 	/*
20437c478bd9Sstevel@tonic-gate 	 * Cannot set these attributes.
20447c478bd9Sstevel@tonic-gate 	 */
20457c478bd9Sstevel@tonic-gate 	if (mask & AT_NOSET) {
20467c478bd9Sstevel@tonic-gate 		error = EINVAL;
20477c478bd9Sstevel@tonic-gate 		goto out;
20487c478bd9Sstevel@tonic-gate 	}
20497c478bd9Sstevel@tonic-gate 
20507c478bd9Sstevel@tonic-gate 	/*
20517c478bd9Sstevel@tonic-gate 	 * check for forced unmount
20527c478bd9Sstevel@tonic-gate 	 */
20537c478bd9Sstevel@tonic-gate 	if (ufsvfsp == NULL)
20547c478bd9Sstevel@tonic-gate 		return (EIO);
20557c478bd9Sstevel@tonic-gate 
20567c478bd9Sstevel@tonic-gate 	fs = ufsvfsp->vfs_fs;
20577c478bd9Sstevel@tonic-gate 	if (fs->fs_ronly != 0)
20587c478bd9Sstevel@tonic-gate 		return (EROFS);
20597c478bd9Sstevel@tonic-gate 
20607c478bd9Sstevel@tonic-gate again:
20617c478bd9Sstevel@tonic-gate 	errmsg1 = NULL;
20627c478bd9Sstevel@tonic-gate 	errmsg2 = NULL;
20637c478bd9Sstevel@tonic-gate 	dotrans = 0;
20647c478bd9Sstevel@tonic-gate 	dorwlock = 0;
20657c478bd9Sstevel@tonic-gate 	dodqlock = 0;
20667c478bd9Sstevel@tonic-gate 
20677c478bd9Sstevel@tonic-gate 	error = ufs_lockfs_begin(ufsvfsp, &ulp, ULOCKFS_SETATTR_MASK);
20687c478bd9Sstevel@tonic-gate 	if (error)
20697c478bd9Sstevel@tonic-gate 		goto out;
20707c478bd9Sstevel@tonic-gate 
20717c478bd9Sstevel@tonic-gate 	/*
20727c478bd9Sstevel@tonic-gate 	 * Acquire i_rwlock before TRANS_BEGIN_CSYNC() if this is a file.
20737c478bd9Sstevel@tonic-gate 	 * This follows the protocol for read()/write().
20747c478bd9Sstevel@tonic-gate 	 */
20757c478bd9Sstevel@tonic-gate 	if (vp->v_type != VDIR) {
20767c478bd9Sstevel@tonic-gate 		rw_enter(&ip->i_rwlock, RW_WRITER);
20777c478bd9Sstevel@tonic-gate 		dorwlock = 1;
20787c478bd9Sstevel@tonic-gate 	}
20797c478bd9Sstevel@tonic-gate 
20807c478bd9Sstevel@tonic-gate 	/*
20817c478bd9Sstevel@tonic-gate 	 * Truncate file.  Must have write permission and not be a directory.
20827c478bd9Sstevel@tonic-gate 	 */
20837c478bd9Sstevel@tonic-gate 	if (mask & AT_SIZE) {
20847c478bd9Sstevel@tonic-gate 		rw_enter(&ip->i_contents, RW_WRITER);
20857c478bd9Sstevel@tonic-gate 		if (vp->v_type == VDIR) {
20867c478bd9Sstevel@tonic-gate 			error = EISDIR;
20877c478bd9Sstevel@tonic-gate 			goto update_inode;
20887c478bd9Sstevel@tonic-gate 		}
20897c478bd9Sstevel@tonic-gate 		if (error = ufs_iaccess(ip, IWRITE, cr))
20907c478bd9Sstevel@tonic-gate 			goto update_inode;
20917c478bd9Sstevel@tonic-gate 
20927c478bd9Sstevel@tonic-gate 		rw_exit(&ip->i_contents);
20937c478bd9Sstevel@tonic-gate 		error = TRANS_ITRUNC(ip, vap->va_size, 0, cr);
20947c478bd9Sstevel@tonic-gate 		if (error) {
20957c478bd9Sstevel@tonic-gate 			rw_enter(&ip->i_contents, RW_WRITER);
20967c478bd9Sstevel@tonic-gate 			goto update_inode;
20977c478bd9Sstevel@tonic-gate 		}
20987c478bd9Sstevel@tonic-gate 	}
20997c478bd9Sstevel@tonic-gate 
21007c478bd9Sstevel@tonic-gate 	if (ulp) {
21017c478bd9Sstevel@tonic-gate 		trans_size = (int)TOP_SETATTR_SIZE(ip);
21027c478bd9Sstevel@tonic-gate 		TRANS_BEGIN_CSYNC(ufsvfsp, issync, TOP_SETATTR, trans_size);
21037c478bd9Sstevel@tonic-gate 		++dotrans;
21047c478bd9Sstevel@tonic-gate 	}
21057c478bd9Sstevel@tonic-gate 
21067c478bd9Sstevel@tonic-gate 	/*
21077c478bd9Sstevel@tonic-gate 	 * Acquire i_rwlock after TRANS_BEGIN_CSYNC() if this is a directory.
21087c478bd9Sstevel@tonic-gate 	 * This follows the protocol established by
21097c478bd9Sstevel@tonic-gate 	 * ufs_link/create/remove/rename/mkdir/rmdir/symlink.
21107c478bd9Sstevel@tonic-gate 	 */
21117c478bd9Sstevel@tonic-gate 	if (vp->v_type == VDIR) {
21127c478bd9Sstevel@tonic-gate 		rw_enter(&ip->i_rwlock, RW_WRITER);
21137c478bd9Sstevel@tonic-gate 		dorwlock = 1;
21147c478bd9Sstevel@tonic-gate 	}
21157c478bd9Sstevel@tonic-gate 
21167c478bd9Sstevel@tonic-gate 	/*
21177c478bd9Sstevel@tonic-gate 	 * Grab quota lock if we are changing the file's owner.
21187c478bd9Sstevel@tonic-gate 	 */
21197c478bd9Sstevel@tonic-gate 	if (mask & AT_UID) {
21207c478bd9Sstevel@tonic-gate 		rw_enter(&ufsvfsp->vfs_dqrwlock, RW_READER);
21217c478bd9Sstevel@tonic-gate 		dodqlock = 1;
21227c478bd9Sstevel@tonic-gate 	}
21237c478bd9Sstevel@tonic-gate 	rw_enter(&ip->i_contents, RW_WRITER);
21247c478bd9Sstevel@tonic-gate 
21257c478bd9Sstevel@tonic-gate 	oldva.va_mode = ip->i_mode;
21267c478bd9Sstevel@tonic-gate 	oldva.va_uid = ip->i_uid;
21277c478bd9Sstevel@tonic-gate 	oldva.va_gid = ip->i_gid;
21287c478bd9Sstevel@tonic-gate 
21297c478bd9Sstevel@tonic-gate 	vap->va_mask &= ~AT_SIZE;
21307c478bd9Sstevel@tonic-gate 	/*
21317c478bd9Sstevel@tonic-gate 	 * ufs_iaccess is "close enough"; that's because it doesn't
21327c478bd9Sstevel@tonic-gate 	 * map the defines.
21337c478bd9Sstevel@tonic-gate 	 */
21347c478bd9Sstevel@tonic-gate 	error = secpolicy_vnode_setattr(cr, vp, vap, &oldva, flags,
21357c478bd9Sstevel@tonic-gate 				ufs_iaccess, ip);
21367c478bd9Sstevel@tonic-gate 	if (error)
21377c478bd9Sstevel@tonic-gate 		goto update_inode;
21387c478bd9Sstevel@tonic-gate 
21397c478bd9Sstevel@tonic-gate 	mask = vap->va_mask;
21407c478bd9Sstevel@tonic-gate 
21417c478bd9Sstevel@tonic-gate 	/*
21427c478bd9Sstevel@tonic-gate 	 * Change file access modes.
21437c478bd9Sstevel@tonic-gate 	 */
21447c478bd9Sstevel@tonic-gate 	if (mask & AT_MODE) {
21457c478bd9Sstevel@tonic-gate 		ip->i_mode = (ip->i_mode & IFMT) | (vap->va_mode & ~IFMT);
21467c478bd9Sstevel@tonic-gate 		TRANS_INODE(ufsvfsp, ip);
21477c478bd9Sstevel@tonic-gate 		ip->i_flag |= ICHG;
21487c478bd9Sstevel@tonic-gate 		if (stickyhack) {
21497c478bd9Sstevel@tonic-gate 			mutex_enter(&vp->v_lock);
21507c478bd9Sstevel@tonic-gate 			if ((ip->i_mode & (ISVTX | IEXEC | IFDIR)) == ISVTX)
21517c478bd9Sstevel@tonic-gate 				vp->v_flag |= VSWAPLIKE;
21527c478bd9Sstevel@tonic-gate 			else
21537c478bd9Sstevel@tonic-gate 				vp->v_flag &= ~VSWAPLIKE;
21547c478bd9Sstevel@tonic-gate 			mutex_exit(&vp->v_lock);
21557c478bd9Sstevel@tonic-gate 		}
21567c478bd9Sstevel@tonic-gate 	}
21577c478bd9Sstevel@tonic-gate 	if (mask & (AT_UID|AT_GID)) {
21587c478bd9Sstevel@tonic-gate 		if (mask & AT_UID) {
21597c478bd9Sstevel@tonic-gate 			/*
21607c478bd9Sstevel@tonic-gate 			 * Don't change ownership of the quota inode.
21617c478bd9Sstevel@tonic-gate 			 */
21627c478bd9Sstevel@tonic-gate 			if (ufsvfsp->vfs_qinod == ip) {
21637c478bd9Sstevel@tonic-gate 				ASSERT(ufsvfsp->vfs_qflags & MQ_ENABLED);
21647c478bd9Sstevel@tonic-gate 				error = EINVAL;
21657c478bd9Sstevel@tonic-gate 				goto update_inode;
21667c478bd9Sstevel@tonic-gate 			}
21677c478bd9Sstevel@tonic-gate 
21687c478bd9Sstevel@tonic-gate 			/*
21697c478bd9Sstevel@tonic-gate 			 * No real ownership change.
21707c478bd9Sstevel@tonic-gate 			 */
21717c478bd9Sstevel@tonic-gate 			if (ip->i_uid == vap->va_uid) {
21727c478bd9Sstevel@tonic-gate 				blocks = 0;
21737c478bd9Sstevel@tonic-gate 				owner_change = 0;
21747c478bd9Sstevel@tonic-gate 			}
21757c478bd9Sstevel@tonic-gate 			/*
21767c478bd9Sstevel@tonic-gate 			 * Remove the blocks and the file, from the old user's
21777c478bd9Sstevel@tonic-gate 			 * quota.
21787c478bd9Sstevel@tonic-gate 			 */
21797c478bd9Sstevel@tonic-gate 			else {
21807c478bd9Sstevel@tonic-gate 				blocks = ip->i_blocks;
21817c478bd9Sstevel@tonic-gate 				owner_change = 1;
21827c478bd9Sstevel@tonic-gate 
21837c478bd9Sstevel@tonic-gate 				(void) chkdq(ip, -blocks, /* force */ 1, cr,
21847c478bd9Sstevel@tonic-gate 						(char **)NULL, (size_t *)NULL);
21857c478bd9Sstevel@tonic-gate 				(void) chkiq(ufsvfsp, /* change */ -1, ip,
21867c478bd9Sstevel@tonic-gate 						(uid_t)ip->i_uid,
21877c478bd9Sstevel@tonic-gate 						/* force */ 1, cr,
21887c478bd9Sstevel@tonic-gate 						(char **)NULL, (size_t *)NULL);
21897c478bd9Sstevel@tonic-gate 				dqrele(ip->i_dquot);
21907c478bd9Sstevel@tonic-gate 			}
21917c478bd9Sstevel@tonic-gate 
21927c478bd9Sstevel@tonic-gate 			ip->i_uid = vap->va_uid;
21937c478bd9Sstevel@tonic-gate 
21947c478bd9Sstevel@tonic-gate 			/*
21957c478bd9Sstevel@tonic-gate 			 * There is a real ownership change.
21967c478bd9Sstevel@tonic-gate 			 */
21977c478bd9Sstevel@tonic-gate 			if (owner_change) {
21987c478bd9Sstevel@tonic-gate 				/*
21997c478bd9Sstevel@tonic-gate 				 * Add the blocks and the file to the new
22007c478bd9Sstevel@tonic-gate 				 * user's quota.
22017c478bd9Sstevel@tonic-gate 				 */
22027c478bd9Sstevel@tonic-gate 				ip->i_dquot = getinoquota(ip);
22037c478bd9Sstevel@tonic-gate 				(void) chkdq(ip, blocks, /* force */ 1, cr,
22047c478bd9Sstevel@tonic-gate 						&errmsg1, &len1);
22057c478bd9Sstevel@tonic-gate 				(void) chkiq(ufsvfsp, /* change */ 1,
22067c478bd9Sstevel@tonic-gate 						(struct inode *)NULL,
22077c478bd9Sstevel@tonic-gate 						(uid_t)ip->i_uid,
22087c478bd9Sstevel@tonic-gate 						/* force */ 1, cr,
22097c478bd9Sstevel@tonic-gate 						&errmsg2, &len2);
22107c478bd9Sstevel@tonic-gate 			}
22117c478bd9Sstevel@tonic-gate 		}
22127c478bd9Sstevel@tonic-gate 		if (mask & AT_GID) {
22137c478bd9Sstevel@tonic-gate 			ip->i_gid = vap->va_gid;
22147c478bd9Sstevel@tonic-gate 		}
22157c478bd9Sstevel@tonic-gate 		TRANS_INODE(ufsvfsp, ip);
22167c478bd9Sstevel@tonic-gate 		ip->i_flag |= ICHG;
22177c478bd9Sstevel@tonic-gate 	}
22187c478bd9Sstevel@tonic-gate 	/*
22197c478bd9Sstevel@tonic-gate 	 * Change file access or modified times.
22207c478bd9Sstevel@tonic-gate 	 */
22217c478bd9Sstevel@tonic-gate 	if (mask & (AT_ATIME|AT_MTIME)) {
22227c478bd9Sstevel@tonic-gate 		/* Check that the time value is within ufs range */
22237c478bd9Sstevel@tonic-gate 		if (((mask & AT_ATIME) && TIMESPEC_OVERFLOW(&vap->va_atime)) ||
22247c478bd9Sstevel@tonic-gate 		    ((mask & AT_MTIME) && TIMESPEC_OVERFLOW(&vap->va_mtime))) {
22257c478bd9Sstevel@tonic-gate 			error = EOVERFLOW;
22267c478bd9Sstevel@tonic-gate 			goto update_inode;
22277c478bd9Sstevel@tonic-gate 		}
22287c478bd9Sstevel@tonic-gate 
22297c478bd9Sstevel@tonic-gate 		/*
22307c478bd9Sstevel@tonic-gate 		 * if the "noaccess" mount option is set and only atime
22317c478bd9Sstevel@tonic-gate 		 * update is requested, do nothing. No error is returned.
22327c478bd9Sstevel@tonic-gate 		 */
22337c478bd9Sstevel@tonic-gate 		if ((ufsvfsp->vfs_noatime) &&
22347c478bd9Sstevel@tonic-gate 		    ((mask & (AT_ATIME|AT_MTIME)) == AT_ATIME))
22357c478bd9Sstevel@tonic-gate 			goto skip_atime;
22367c478bd9Sstevel@tonic-gate 
22377c478bd9Sstevel@tonic-gate 		if (mask & AT_ATIME) {
22387c478bd9Sstevel@tonic-gate 			ip->i_atime.tv_sec = vap->va_atime.tv_sec;
22397c478bd9Sstevel@tonic-gate 			ip->i_atime.tv_usec = vap->va_atime.tv_nsec / 1000;
22407c478bd9Sstevel@tonic-gate 			ip->i_flag &= ~IACC;
22417c478bd9Sstevel@tonic-gate 		}
22427c478bd9Sstevel@tonic-gate 		if (mask & AT_MTIME) {
22437c478bd9Sstevel@tonic-gate 			ip->i_mtime.tv_sec = vap->va_mtime.tv_sec;
22447c478bd9Sstevel@tonic-gate 			ip->i_mtime.tv_usec = vap->va_mtime.tv_nsec / 1000;
22457c478bd9Sstevel@tonic-gate 			gethrestime(&now);
22467c478bd9Sstevel@tonic-gate 			if (now.tv_sec > TIME32_MAX) {
22477c478bd9Sstevel@tonic-gate 				/*
22487c478bd9Sstevel@tonic-gate 				 * In 2038, ctime sticks forever..
22497c478bd9Sstevel@tonic-gate 				 */
22507c478bd9Sstevel@tonic-gate 				ip->i_ctime.tv_sec = TIME32_MAX;
22517c478bd9Sstevel@tonic-gate 				ip->i_ctime.tv_usec = 0;
22527c478bd9Sstevel@tonic-gate 			} else {
22537c478bd9Sstevel@tonic-gate 				ip->i_ctime.tv_sec = now.tv_sec;
22547c478bd9Sstevel@tonic-gate 				ip->i_ctime.tv_usec = now.tv_nsec / 1000;
22557c478bd9Sstevel@tonic-gate 			}
22567c478bd9Sstevel@tonic-gate 			ip->i_flag &= ~(IUPD|ICHG);
22577c478bd9Sstevel@tonic-gate 			ip->i_flag |= IMODTIME;
22587c478bd9Sstevel@tonic-gate 		}
22597c478bd9Sstevel@tonic-gate 		TRANS_INODE(ufsvfsp, ip);
22607c478bd9Sstevel@tonic-gate 		ip->i_flag |= IMOD;
22617c478bd9Sstevel@tonic-gate 	}
22627c478bd9Sstevel@tonic-gate 
22637c478bd9Sstevel@tonic-gate skip_atime:
22647c478bd9Sstevel@tonic-gate 	/*
22657c478bd9Sstevel@tonic-gate 	 * The presence of a shadow inode may indicate an ACL, but does
22667c478bd9Sstevel@tonic-gate 	 * not imply an ACL.  Future FSD types should be handled here too
22677c478bd9Sstevel@tonic-gate 	 * and check for the presence of the attribute-specific data
22687c478bd9Sstevel@tonic-gate 	 * before referencing it.
22697c478bd9Sstevel@tonic-gate 	 */
22707c478bd9Sstevel@tonic-gate 	if (ip->i_shadow) {
22717c478bd9Sstevel@tonic-gate 		/*
22727c478bd9Sstevel@tonic-gate 		 * XXX if ufs_iupdat is changed to sandbagged write fix
22737c478bd9Sstevel@tonic-gate 		 * ufs_acl_setattr to push ip to keep acls consistent
22747c478bd9Sstevel@tonic-gate 		 *
22757c478bd9Sstevel@tonic-gate 		 * Suppress out of inodes messages if we will retry.
22767c478bd9Sstevel@tonic-gate 		 */
22777c478bd9Sstevel@tonic-gate 		if (retry)
22787c478bd9Sstevel@tonic-gate 			ip->i_flag |= IQUIET;
22797c478bd9Sstevel@tonic-gate 		error = ufs_acl_setattr(ip, vap, cr);
22807c478bd9Sstevel@tonic-gate 		ip->i_flag &= ~IQUIET;
22817c478bd9Sstevel@tonic-gate 	}
22827c478bd9Sstevel@tonic-gate 
22837c478bd9Sstevel@tonic-gate update_inode:
22847c478bd9Sstevel@tonic-gate 	/*
22857c478bd9Sstevel@tonic-gate 	 * Setattr always increases the sequence number
22867c478bd9Sstevel@tonic-gate 	 */
22877c478bd9Sstevel@tonic-gate 	ip->i_seq++;
22887c478bd9Sstevel@tonic-gate 
22897c478bd9Sstevel@tonic-gate 	/*
22907c478bd9Sstevel@tonic-gate 	 * if nfsd and not logging; push synchronously
22917c478bd9Sstevel@tonic-gate 	 */
22927c478bd9Sstevel@tonic-gate 	if ((curthread->t_flag & T_DONTPEND) && !TRANS_ISTRANS(ufsvfsp)) {
22937c478bd9Sstevel@tonic-gate 		ufs_iupdat(ip, 1);
22947c478bd9Sstevel@tonic-gate 	} else {
22957c478bd9Sstevel@tonic-gate 		ITIMES_NOLOCK(ip);
22967c478bd9Sstevel@tonic-gate 	}
22977c478bd9Sstevel@tonic-gate 
22987c478bd9Sstevel@tonic-gate 	rw_exit(&ip->i_contents);
22997c478bd9Sstevel@tonic-gate 	if (dodqlock) {
23007c478bd9Sstevel@tonic-gate 		rw_exit(&ufsvfsp->vfs_dqrwlock);
23017c478bd9Sstevel@tonic-gate 	}
23027c478bd9Sstevel@tonic-gate 	if (dorwlock)
23037c478bd9Sstevel@tonic-gate 		rw_exit(&ip->i_rwlock);
23047c478bd9Sstevel@tonic-gate 
23057c478bd9Sstevel@tonic-gate 	if (ulp) {
23067c478bd9Sstevel@tonic-gate 		if (dotrans) {
23077c478bd9Sstevel@tonic-gate 			int terr = 0;
23087c478bd9Sstevel@tonic-gate 			TRANS_END_CSYNC(ufsvfsp, terr, issync, TOP_SETATTR,
23097c478bd9Sstevel@tonic-gate 			    trans_size);
23107c478bd9Sstevel@tonic-gate 			if (error == 0)
23117c478bd9Sstevel@tonic-gate 				error = terr;
23127c478bd9Sstevel@tonic-gate 		}
23137c478bd9Sstevel@tonic-gate 		ufs_lockfs_end(ulp);
23147c478bd9Sstevel@tonic-gate 	}
23157c478bd9Sstevel@tonic-gate out:
23167c478bd9Sstevel@tonic-gate 	/*
23177c478bd9Sstevel@tonic-gate 	 * If out of inodes or blocks, see if we can free something
23187c478bd9Sstevel@tonic-gate 	 * up from the delete queue.
23197c478bd9Sstevel@tonic-gate 	 */
23207c478bd9Sstevel@tonic-gate 	if ((error == ENOSPC) && retry && TRANS_ISTRANS(ufsvfsp)) {
23217c478bd9Sstevel@tonic-gate 		ufs_delete_drain_wait(ufsvfsp, 1);
23227c478bd9Sstevel@tonic-gate 		retry = 0;
23237c478bd9Sstevel@tonic-gate 		if (errmsg1 != NULL)
23247c478bd9Sstevel@tonic-gate 			kmem_free(errmsg1, len1);
23257c478bd9Sstevel@tonic-gate 		if (errmsg2 != NULL)
23267c478bd9Sstevel@tonic-gate 			kmem_free(errmsg2, len2);
23277c478bd9Sstevel@tonic-gate 		goto again;
23287c478bd9Sstevel@tonic-gate 	}
23297c478bd9Sstevel@tonic-gate 	TRACE_2(TR_FAC_UFS, TR_UFS_SETATTR_END,
23307c478bd9Sstevel@tonic-gate 		"ufs_setattr_end:vp %p error %d", vp, error);
23317c478bd9Sstevel@tonic-gate 	if (errmsg1 != NULL) {
23327c478bd9Sstevel@tonic-gate 		uprintf(errmsg1);
23337c478bd9Sstevel@tonic-gate 		kmem_free(errmsg1, len1);
23347c478bd9Sstevel@tonic-gate 	}
23357c478bd9Sstevel@tonic-gate 	if (errmsg2 != NULL) {
23367c478bd9Sstevel@tonic-gate 		uprintf(errmsg2);
23377c478bd9Sstevel@tonic-gate 		kmem_free(errmsg2, len2);
23387c478bd9Sstevel@tonic-gate 	}
23397c478bd9Sstevel@tonic-gate 	return (error);
23407c478bd9Sstevel@tonic-gate }
23417c478bd9Sstevel@tonic-gate 
23427c478bd9Sstevel@tonic-gate /*ARGSUSED*/
23437c478bd9Sstevel@tonic-gate static int
23447c478bd9Sstevel@tonic-gate ufs_access(struct vnode *vp, int mode, int flags, struct cred *cr)
23457c478bd9Sstevel@tonic-gate {
23467c478bd9Sstevel@tonic-gate 	struct inode *ip = VTOI(vp);
23477c478bd9Sstevel@tonic-gate 	int error;
23487c478bd9Sstevel@tonic-gate 
23497c478bd9Sstevel@tonic-gate 	TRACE_3(TR_FAC_UFS, TR_UFS_ACCESS_START,
23507c478bd9Sstevel@tonic-gate 		"ufs_access_start:vp %p mode %x flags %x", vp, mode, flags);
23517c478bd9Sstevel@tonic-gate 
23527c478bd9Sstevel@tonic-gate 	if (ip->i_ufsvfs == NULL)
23537c478bd9Sstevel@tonic-gate 		return (EIO);
23547c478bd9Sstevel@tonic-gate 
23557c478bd9Sstevel@tonic-gate 	rw_enter(&ip->i_contents, RW_READER);
23567c478bd9Sstevel@tonic-gate 
23577c478bd9Sstevel@tonic-gate 	/*
23587c478bd9Sstevel@tonic-gate 	 * The ufs_iaccess function wants to be called with
23597c478bd9Sstevel@tonic-gate 	 * mode bits expressed as "ufs specific" bits.
23607c478bd9Sstevel@tonic-gate 	 * I.e., VWRITE|VREAD|VEXEC do not make sense to
23617c478bd9Sstevel@tonic-gate 	 * ufs_iaccess() but IWRITE|IREAD|IEXEC do.
23627c478bd9Sstevel@tonic-gate 	 * But since they're the same we just pass the vnode mode
23637c478bd9Sstevel@tonic-gate 	 * bit but just verify that assumption at compile time.
23647c478bd9Sstevel@tonic-gate 	 */
23657c478bd9Sstevel@tonic-gate #if IWRITE != VWRITE || IREAD != VREAD || IEXEC != VEXEC
23667c478bd9Sstevel@tonic-gate #error "ufs_access needs to map Vmodes to Imodes"
23677c478bd9Sstevel@tonic-gate #endif
23687c478bd9Sstevel@tonic-gate 	error = ufs_iaccess(ip, mode, cr);
23697c478bd9Sstevel@tonic-gate 
23707c478bd9Sstevel@tonic-gate 	rw_exit(&ip->i_contents);
23717c478bd9Sstevel@tonic-gate 
23727c478bd9Sstevel@tonic-gate 	TRACE_2(TR_FAC_UFS, TR_UFS_ACCESS_END,
23737c478bd9Sstevel@tonic-gate 		"ufs_access_end:vp %p error %d", vp, error);
23747c478bd9Sstevel@tonic-gate 	return (error);
23757c478bd9Sstevel@tonic-gate }
23767c478bd9Sstevel@tonic-gate 
23777c478bd9Sstevel@tonic-gate /* ARGSUSED */
23787c478bd9Sstevel@tonic-gate static int
23797c478bd9Sstevel@tonic-gate ufs_readlink(struct vnode *vp, struct uio *uiop, struct cred *cr)
23807c478bd9Sstevel@tonic-gate {
23817c478bd9Sstevel@tonic-gate 	struct inode *ip = VTOI(vp);
23827c478bd9Sstevel@tonic-gate 	struct ufsvfs *ufsvfsp;
23837c478bd9Sstevel@tonic-gate 	struct ulockfs *ulp;
23847c478bd9Sstevel@tonic-gate 	int error;
23857c478bd9Sstevel@tonic-gate 	int fastsymlink;
23867c478bd9Sstevel@tonic-gate 
23877c478bd9Sstevel@tonic-gate 	TRACE_2(TR_FAC_UFS, TR_UFS_READLINK_START,
23887c478bd9Sstevel@tonic-gate 		"ufs_readlink_start:vp %p uiop %p", uiop, vp);
23897c478bd9Sstevel@tonic-gate 
23907c478bd9Sstevel@tonic-gate 	if (vp->v_type != VLNK) {
23917c478bd9Sstevel@tonic-gate 		error = EINVAL;
23927c478bd9Sstevel@tonic-gate 		goto nolockout;
23937c478bd9Sstevel@tonic-gate 	}
23947c478bd9Sstevel@tonic-gate 
23957c478bd9Sstevel@tonic-gate 	/*
23967c478bd9Sstevel@tonic-gate 	 * If the symbolic link is empty there is nothing to read.
23977c478bd9Sstevel@tonic-gate 	 * Fast-track these empty symbolic links
23987c478bd9Sstevel@tonic-gate 	 */
23997c478bd9Sstevel@tonic-gate 	if (ip->i_size == 0) {
24007c478bd9Sstevel@tonic-gate 		error = 0;
24017c478bd9Sstevel@tonic-gate 		goto nolockout;
24027c478bd9Sstevel@tonic-gate 	}
24037c478bd9Sstevel@tonic-gate 
24047c478bd9Sstevel@tonic-gate 	ufsvfsp = ip->i_ufsvfs;
24057c478bd9Sstevel@tonic-gate 	error = ufs_lockfs_begin(ufsvfsp, &ulp, ULOCKFS_READLINK_MASK);
24067c478bd9Sstevel@tonic-gate 	if (error)
24077c478bd9Sstevel@tonic-gate 		goto nolockout;
24087c478bd9Sstevel@tonic-gate 	/*
24097c478bd9Sstevel@tonic-gate 	 * The ip->i_rwlock protects the data blocks used for FASTSYMLINK
24107c478bd9Sstevel@tonic-gate 	 */
24117c478bd9Sstevel@tonic-gate again:
24127c478bd9Sstevel@tonic-gate 	fastsymlink = 0;
24137c478bd9Sstevel@tonic-gate 	if (ip->i_flag & IFASTSYMLNK) {
24147c478bd9Sstevel@tonic-gate 		rw_enter(&ip->i_rwlock, RW_READER);
24157c478bd9Sstevel@tonic-gate 		rw_enter(&ip->i_contents, RW_READER);
24167c478bd9Sstevel@tonic-gate 		if (ip->i_flag & IFASTSYMLNK) {
24177c478bd9Sstevel@tonic-gate 			if (!ULOCKFS_IS_NOIACC(ITOUL(ip)) &&
24187c478bd9Sstevel@tonic-gate 			    (ip->i_fs->fs_ronly == 0) &&
24197c478bd9Sstevel@tonic-gate 			    (!ufsvfsp->vfs_noatime)) {
24207c478bd9Sstevel@tonic-gate 				mutex_enter(&ip->i_tlock);
24217c478bd9Sstevel@tonic-gate 				ip->i_flag |= IACC;
24227c478bd9Sstevel@tonic-gate 				mutex_exit(&ip->i_tlock);
24237c478bd9Sstevel@tonic-gate 			}
24247c478bd9Sstevel@tonic-gate 			error = uiomove((caddr_t)&ip->i_db[1],
24257c478bd9Sstevel@tonic-gate 				MIN(ip->i_size, uiop->uio_resid),
24267c478bd9Sstevel@tonic-gate 				UIO_READ, uiop);
24277c478bd9Sstevel@tonic-gate 			ITIMES(ip);
24287c478bd9Sstevel@tonic-gate 			++fastsymlink;
24297c478bd9Sstevel@tonic-gate 		}
24307c478bd9Sstevel@tonic-gate 		rw_exit(&ip->i_contents);
24317c478bd9Sstevel@tonic-gate 		rw_exit(&ip->i_rwlock);
24327c478bd9Sstevel@tonic-gate 	}
24337c478bd9Sstevel@tonic-gate 	if (!fastsymlink) {
24347c478bd9Sstevel@tonic-gate 		ssize_t size;	/* number of bytes read  */
24357c478bd9Sstevel@tonic-gate 		caddr_t basep;	/* pointer to input data */
24367c478bd9Sstevel@tonic-gate 		ino_t ino;
24377c478bd9Sstevel@tonic-gate 		long  igen;
24387c478bd9Sstevel@tonic-gate 		struct uio tuio;	/* temp uio struct */
24397c478bd9Sstevel@tonic-gate 		struct uio *tuiop;
24407c478bd9Sstevel@tonic-gate 		iovec_t tiov;		/* temp iovec struct */
24417c478bd9Sstevel@tonic-gate 		char kbuf[FSL_SIZE];	/* buffer to hold fast symlink */
24427c478bd9Sstevel@tonic-gate 		int tflag = 0;		/* flag to indicate temp vars used */
24437c478bd9Sstevel@tonic-gate 
24447c478bd9Sstevel@tonic-gate 		ino = ip->i_number;
24457c478bd9Sstevel@tonic-gate 		igen = ip->i_gen;
24467c478bd9Sstevel@tonic-gate 		size = uiop->uio_resid;
24477c478bd9Sstevel@tonic-gate 		basep = uiop->uio_iov->iov_base;
24487c478bd9Sstevel@tonic-gate 		tuiop = uiop;
24497c478bd9Sstevel@tonic-gate 
24507c478bd9Sstevel@tonic-gate 		rw_enter(&ip->i_rwlock, RW_WRITER);
24517c478bd9Sstevel@tonic-gate 		rw_enter(&ip->i_contents, RW_WRITER);
24527c478bd9Sstevel@tonic-gate 		if (ip->i_flag & IFASTSYMLNK) {
24537c478bd9Sstevel@tonic-gate 			rw_exit(&ip->i_contents);
24547c478bd9Sstevel@tonic-gate 			rw_exit(&ip->i_rwlock);
24557c478bd9Sstevel@tonic-gate 			goto again;
24567c478bd9Sstevel@tonic-gate 		}
24577c478bd9Sstevel@tonic-gate 
24587c478bd9Sstevel@tonic-gate 		/* can this be a fast symlink and is it a user buffer? */
24597c478bd9Sstevel@tonic-gate 		if (ip->i_size <= FSL_SIZE &&
24607c478bd9Sstevel@tonic-gate 		    (uiop->uio_segflg == UIO_USERSPACE ||
24617c478bd9Sstevel@tonic-gate 		    uiop->uio_segflg == UIO_USERISPACE)) {
24627c478bd9Sstevel@tonic-gate 
24637c478bd9Sstevel@tonic-gate 			bzero(&tuio, sizeof (struct uio));
24647c478bd9Sstevel@tonic-gate 			/*
24657c478bd9Sstevel@tonic-gate 			 * setup a kernel buffer to read link into.  this
24667c478bd9Sstevel@tonic-gate 			 * is to fix a race condition where the user buffer
24677c478bd9Sstevel@tonic-gate 			 * got corrupted before copying it into the inode.
24687c478bd9Sstevel@tonic-gate 			 */
24697c478bd9Sstevel@tonic-gate 			size = ip->i_size;
24707c478bd9Sstevel@tonic-gate 			tiov.iov_len = size;
24717c478bd9Sstevel@tonic-gate 			tiov.iov_base = kbuf;
24727c478bd9Sstevel@tonic-gate 			tuio.uio_iov = &tiov;
24737c478bd9Sstevel@tonic-gate 			tuio.uio_iovcnt = 1;
24747c478bd9Sstevel@tonic-gate 			tuio.uio_offset = uiop->uio_offset;
24757c478bd9Sstevel@tonic-gate 			tuio.uio_segflg = UIO_SYSSPACE;
24767c478bd9Sstevel@tonic-gate 			tuio.uio_fmode = uiop->uio_fmode;
24777c478bd9Sstevel@tonic-gate 			tuio.uio_extflg = uiop->uio_extflg;
24787c478bd9Sstevel@tonic-gate 			tuio.uio_limit = uiop->uio_limit;
24797c478bd9Sstevel@tonic-gate 			tuio.uio_resid = size;
24807c478bd9Sstevel@tonic-gate 
24817c478bd9Sstevel@tonic-gate 			basep = tuio.uio_iov->iov_base;
24827c478bd9Sstevel@tonic-gate 			tuiop = &tuio;
24837c478bd9Sstevel@tonic-gate 			tflag = 1;
24847c478bd9Sstevel@tonic-gate 		}
24857c478bd9Sstevel@tonic-gate 
24867c478bd9Sstevel@tonic-gate 		error = rdip(ip, tuiop, 0, cr);
24877c478bd9Sstevel@tonic-gate 		if (!(error == 0 && ip->i_number == ino && ip->i_gen == igen)) {
24887c478bd9Sstevel@tonic-gate 			rw_exit(&ip->i_contents);
24897c478bd9Sstevel@tonic-gate 			rw_exit(&ip->i_rwlock);
24907c478bd9Sstevel@tonic-gate 			goto out;
24917c478bd9Sstevel@tonic-gate 		}
24927c478bd9Sstevel@tonic-gate 
24937c478bd9Sstevel@tonic-gate 		if (tflag == 0)
24947c478bd9Sstevel@tonic-gate 			size -= uiop->uio_resid;
24957c478bd9Sstevel@tonic-gate 
24967c478bd9Sstevel@tonic-gate 		if ((tflag == 0 && ip->i_size <= FSL_SIZE &&
24977c478bd9Sstevel@tonic-gate 		    ip->i_size == size) || (tflag == 1 &&
24987c478bd9Sstevel@tonic-gate 		    tuio.uio_resid == 0)) {
24997c478bd9Sstevel@tonic-gate 			error = kcopy(basep, &ip->i_db[1], ip->i_size);
25007c478bd9Sstevel@tonic-gate 			if (error == 0) {
25017c478bd9Sstevel@tonic-gate 				ip->i_flag |= IFASTSYMLNK;
25027c478bd9Sstevel@tonic-gate 				/*
25037c478bd9Sstevel@tonic-gate 				 * free page
25047c478bd9Sstevel@tonic-gate 				 */
25057c478bd9Sstevel@tonic-gate 				(void) VOP_PUTPAGE(ITOV(ip),
25067c478bd9Sstevel@tonic-gate 				    (offset_t)0, PAGESIZE,
25077c478bd9Sstevel@tonic-gate 				    (B_DONTNEED | B_FREE | B_FORCE | B_ASYNC),
25087c478bd9Sstevel@tonic-gate 				    cr);
25097c478bd9Sstevel@tonic-gate 			} else {
25107c478bd9Sstevel@tonic-gate 				int i;
25117c478bd9Sstevel@tonic-gate 				/* error, clear garbage left behind */
25127c478bd9Sstevel@tonic-gate 				for (i = 1; i < NDADDR; i++)
25137c478bd9Sstevel@tonic-gate 					ip->i_db[i] = 0;
25147c478bd9Sstevel@tonic-gate 				for (i = 0; i < NIADDR; i++)
25157c478bd9Sstevel@tonic-gate 					ip->i_ib[i] = 0;
25167c478bd9Sstevel@tonic-gate 			}
25177c478bd9Sstevel@tonic-gate 		}
25187c478bd9Sstevel@tonic-gate 		if (tflag == 1) {
25197c478bd9Sstevel@tonic-gate 			/* now, copy it into the user buffer */
25207c478bd9Sstevel@tonic-gate 			error = uiomove((caddr_t)kbuf,
25217c478bd9Sstevel@tonic-gate 				MIN(size, uiop->uio_resid),
25227c478bd9Sstevel@tonic-gate 				UIO_READ, uiop);
25237c478bd9Sstevel@tonic-gate 		}
25247c478bd9Sstevel@tonic-gate 		rw_exit(&ip->i_contents);
25257c478bd9Sstevel@tonic-gate 		rw_exit(&ip->i_rwlock);
25267c478bd9Sstevel@tonic-gate 	}
25277c478bd9Sstevel@tonic-gate out:
25287c478bd9Sstevel@tonic-gate 	if (ulp) {
25297c478bd9Sstevel@tonic-gate 		ufs_lockfs_end(ulp);
25307c478bd9Sstevel@tonic-gate 	}
25317c478bd9Sstevel@tonic-gate nolockout:
25327c478bd9Sstevel@tonic-gate 	TRACE_2(TR_FAC_UFS, TR_UFS_READLINK_END,
25337c478bd9Sstevel@tonic-gate 		"ufs_readlink_end:vp %p error %d", vp, error);
25347c478bd9Sstevel@tonic-gate 
25357c478bd9Sstevel@tonic-gate 	return (error);
25367c478bd9Sstevel@tonic-gate }
25377c478bd9Sstevel@tonic-gate 
25387c478bd9Sstevel@tonic-gate /* ARGSUSED */
25397c478bd9Sstevel@tonic-gate static int
25407c478bd9Sstevel@tonic-gate ufs_fsync(struct vnode *vp, int syncflag, struct cred *cr)
25417c478bd9Sstevel@tonic-gate {
25427c478bd9Sstevel@tonic-gate 	struct inode *ip = VTOI(vp);
25437c478bd9Sstevel@tonic-gate 	struct ufsvfs *ufsvfsp = ip->i_ufsvfs;
25447c478bd9Sstevel@tonic-gate 	struct ulockfs *ulp;
25457c478bd9Sstevel@tonic-gate 	int error;
25467c478bd9Sstevel@tonic-gate 
25477c478bd9Sstevel@tonic-gate 	TRACE_1(TR_FAC_UFS, TR_UFS_FSYNC_START,
25487c478bd9Sstevel@tonic-gate 		"ufs_fsync_start:vp %p", vp);
25497c478bd9Sstevel@tonic-gate 
25507c478bd9Sstevel@tonic-gate 	error = ufs_lockfs_begin(ufsvfsp, &ulp, ULOCKFS_FSYNC_MASK);
25517c478bd9Sstevel@tonic-gate 	if (error)
25527c478bd9Sstevel@tonic-gate 		return (error);
25537c478bd9Sstevel@tonic-gate 
25547c478bd9Sstevel@tonic-gate 	if (TRANS_ISTRANS(ufsvfsp)) {
25557c478bd9Sstevel@tonic-gate 		/*
25567c478bd9Sstevel@tonic-gate 		 * First push out any data pages
25577c478bd9Sstevel@tonic-gate 		 */
25587c478bd9Sstevel@tonic-gate 		if (vn_has_cached_data(vp) && !(syncflag & FNODSYNC) &&
25597c478bd9Sstevel@tonic-gate 		    (vp->v_type != VCHR) && !(IS_SWAPVP(vp))) {
25607c478bd9Sstevel@tonic-gate 			error = VOP_PUTPAGE(vp, (offset_t)0, (size_t)0,
25617c478bd9Sstevel@tonic-gate 			    0, CRED());
25627c478bd9Sstevel@tonic-gate 			if (error)
25637c478bd9Sstevel@tonic-gate 				goto out;
25647c478bd9Sstevel@tonic-gate 		}
25657c478bd9Sstevel@tonic-gate 
25667c478bd9Sstevel@tonic-gate 		/*
25677c478bd9Sstevel@tonic-gate 		 * Delta any delayed inode times updates
25687c478bd9Sstevel@tonic-gate 		 * and push inode to log.
25697c478bd9Sstevel@tonic-gate 		 * All other inode deltas will have already been delta'd
25707c478bd9Sstevel@tonic-gate 		 * and will be pushed during the commit.
25717c478bd9Sstevel@tonic-gate 		 */
25727c478bd9Sstevel@tonic-gate 		if (!(syncflag & FDSYNC) &&
25737c478bd9Sstevel@tonic-gate 		    ((ip->i_flag & (IMOD|IMODACC)) == IMODACC)) {
25747c478bd9Sstevel@tonic-gate 			if (ulp) {
25757c478bd9Sstevel@tonic-gate 				TRANS_BEGIN_ASYNC(ufsvfsp, TOP_FSYNC,
25767c478bd9Sstevel@tonic-gate 				    TOP_SYNCIP_SIZE);
25777c478bd9Sstevel@tonic-gate 			}
25787c478bd9Sstevel@tonic-gate 			rw_enter(&ip->i_contents, RW_READER);
25797c478bd9Sstevel@tonic-gate 			mutex_enter(&ip->i_tlock);
25807c478bd9Sstevel@tonic-gate 			ip->i_flag &= ~IMODTIME;
25817c478bd9Sstevel@tonic-gate 			mutex_exit(&ip->i_tlock);
25827c478bd9Sstevel@tonic-gate 			ufs_iupdat(ip, I_SYNC);
25837c478bd9Sstevel@tonic-gate 			rw_exit(&ip->i_contents);
25847c478bd9Sstevel@tonic-gate 			if (ulp) {
25857c478bd9Sstevel@tonic-gate 				TRANS_END_ASYNC(ufsvfsp, TOP_FSYNC,
25867c478bd9Sstevel@tonic-gate 				    TOP_SYNCIP_SIZE);
25877c478bd9Sstevel@tonic-gate 			}
25887c478bd9Sstevel@tonic-gate 		}
25897c478bd9Sstevel@tonic-gate 
25907c478bd9Sstevel@tonic-gate 		/*
25917c478bd9Sstevel@tonic-gate 		 * Commit the Moby transaction
25927c478bd9Sstevel@tonic-gate 		 *
25937c478bd9Sstevel@tonic-gate 		 * Deltas have already been made so we just need to
25947c478bd9Sstevel@tonic-gate 		 * commit them with a synchronous transaction.
25957c478bd9Sstevel@tonic-gate 		 * TRANS_BEGIN_SYNC() will return an error
25967c478bd9Sstevel@tonic-gate 		 * if there are no deltas to commit, for an
25977c478bd9Sstevel@tonic-gate 		 * empty transaction.
25987c478bd9Sstevel@tonic-gate 		 */
25997c478bd9Sstevel@tonic-gate 		if (ulp) {
26007c478bd9Sstevel@tonic-gate 			TRANS_BEGIN_SYNC(ufsvfsp, TOP_FSYNC, TOP_COMMIT_SIZE,
26017c478bd9Sstevel@tonic-gate 			    error);
26027c478bd9Sstevel@tonic-gate 			if (error) {
26037c478bd9Sstevel@tonic-gate 				error = 0; /* commit wasn't needed */
26047c478bd9Sstevel@tonic-gate 				goto out;
26057c478bd9Sstevel@tonic-gate 			}
26067c478bd9Sstevel@tonic-gate 			TRANS_END_SYNC(ufsvfsp, error, TOP_FSYNC,
26077c478bd9Sstevel@tonic-gate 			    TOP_COMMIT_SIZE);
26087c478bd9Sstevel@tonic-gate 		}
26097c478bd9Sstevel@tonic-gate 	} else {	/* not logging */
26107c478bd9Sstevel@tonic-gate 		if (!(IS_SWAPVP(vp)))
26117c478bd9Sstevel@tonic-gate 			if (syncflag & FNODSYNC) {
26127c478bd9Sstevel@tonic-gate 				/* Just update the inode only */
26137c478bd9Sstevel@tonic-gate 				TRANS_IUPDAT(ip, 1);
26147c478bd9Sstevel@tonic-gate 				error = 0;
26157c478bd9Sstevel@tonic-gate 			} else if (syncflag & FDSYNC)
26167c478bd9Sstevel@tonic-gate 				/* Do data-synchronous writes */
26177c478bd9Sstevel@tonic-gate 				error = TRANS_SYNCIP(ip, 0, I_DSYNC, TOP_FSYNC);
26187c478bd9Sstevel@tonic-gate 			else
26197c478bd9Sstevel@tonic-gate 				/* Do synchronous writes */
26207c478bd9Sstevel@tonic-gate 				error = TRANS_SYNCIP(ip, 0, I_SYNC, TOP_FSYNC);
26217c478bd9Sstevel@tonic-gate 
26227c478bd9Sstevel@tonic-gate 		rw_enter(&ip->i_contents, RW_WRITER);
26237c478bd9Sstevel@tonic-gate 		if (!error)
26247c478bd9Sstevel@tonic-gate 			error = ufs_sync_indir(ip);
26257c478bd9Sstevel@tonic-gate 		rw_exit(&ip->i_contents);
26267c478bd9Sstevel@tonic-gate 	}
26277c478bd9Sstevel@tonic-gate out:
26287c478bd9Sstevel@tonic-gate 	if (ulp) {
26297c478bd9Sstevel@tonic-gate 		ufs_lockfs_end(ulp);
26307c478bd9Sstevel@tonic-gate 	}
26317c478bd9Sstevel@tonic-gate 	TRACE_2(TR_FAC_UFS, TR_UFS_FSYNC_END,
26327c478bd9Sstevel@tonic-gate 		"ufs_fsync_end:vp %p error %d", vp, error);
26337c478bd9Sstevel@tonic-gate 	return (error);
26347c478bd9Sstevel@tonic-gate }
26357c478bd9Sstevel@tonic-gate 
26367c478bd9Sstevel@tonic-gate /*ARGSUSED*/
26377c478bd9Sstevel@tonic-gate static void
26387c478bd9Sstevel@tonic-gate ufs_inactive(struct vnode *vp, struct cred *cr)
26397c478bd9Sstevel@tonic-gate {
26407c478bd9Sstevel@tonic-gate 	ufs_iinactive(VTOI(vp));
26417c478bd9Sstevel@tonic-gate }
26427c478bd9Sstevel@tonic-gate 
26437c478bd9Sstevel@tonic-gate /*
26447c478bd9Sstevel@tonic-gate  * Unix file system operations having to do with directory manipulation.
26457c478bd9Sstevel@tonic-gate  */
26467c478bd9Sstevel@tonic-gate int ufs_lookup_idle_count = 2;	/* Number of inodes to idle each time */
26477c478bd9Sstevel@tonic-gate /* ARGSUSED */
26487c478bd9Sstevel@tonic-gate static int
26497c478bd9Sstevel@tonic-gate ufs_lookup(struct vnode *dvp, char *nm, struct vnode **vpp,
26507c478bd9Sstevel@tonic-gate 	struct pathname *pnp, int flags, struct vnode *rdir, struct cred *cr)
26517c478bd9Sstevel@tonic-gate {
26527c478bd9Sstevel@tonic-gate 	struct inode *ip;
26537c478bd9Sstevel@tonic-gate 	struct inode *sip;
26547c478bd9Sstevel@tonic-gate 	struct inode *xip;
26557c478bd9Sstevel@tonic-gate 	struct ufsvfs *ufsvfsp;
26567c478bd9Sstevel@tonic-gate 	struct ulockfs *ulp;
26577c478bd9Sstevel@tonic-gate 	struct vnode *vp;
26587c478bd9Sstevel@tonic-gate 	int error;
26597c478bd9Sstevel@tonic-gate 
26607c478bd9Sstevel@tonic-gate 	TRACE_2(TR_FAC_UFS, TR_UFS_LOOKUP_START,
26617c478bd9Sstevel@tonic-gate 		"ufs_lookup_start:dvp %p name %s", dvp, nm);
26627c478bd9Sstevel@tonic-gate 
26637c478bd9Sstevel@tonic-gate 
26647c478bd9Sstevel@tonic-gate 	/*
26657c478bd9Sstevel@tonic-gate 	 * Check flags for type of lookup (regular file or attribute file)
26667c478bd9Sstevel@tonic-gate 	 */
26677c478bd9Sstevel@tonic-gate 
26687c478bd9Sstevel@tonic-gate 	ip = VTOI(dvp);
26697c478bd9Sstevel@tonic-gate 
26707c478bd9Sstevel@tonic-gate 	if (flags & LOOKUP_XATTR) {
26717c478bd9Sstevel@tonic-gate 
26727c478bd9Sstevel@tonic-gate 		/*
26737c478bd9Sstevel@tonic-gate 		 * We don't allow recursive attributes...
26747c478bd9Sstevel@tonic-gate 		 * Maybe someday we will.
26757c478bd9Sstevel@tonic-gate 		 */
26767c478bd9Sstevel@tonic-gate 		if ((ip->i_cflags & IXATTR)) {
26777c478bd9Sstevel@tonic-gate 			return (EINVAL);
26787c478bd9Sstevel@tonic-gate 		}
26797c478bd9Sstevel@tonic-gate 
26807c478bd9Sstevel@tonic-gate 		if ((vp = dnlc_lookup(dvp, XATTR_DIR_NAME)) == NULL) {
26817c478bd9Sstevel@tonic-gate 			error = ufs_xattr_getattrdir(dvp, &sip, flags, cr);
26827c478bd9Sstevel@tonic-gate 			if (error) {
26837c478bd9Sstevel@tonic-gate 				*vpp = NULL;
26847c478bd9Sstevel@tonic-gate 				goto out;
26857c478bd9Sstevel@tonic-gate 			}
26867c478bd9Sstevel@tonic-gate 
26877c478bd9Sstevel@tonic-gate 			vp = ITOV(sip);
26887c478bd9Sstevel@tonic-gate 			dnlc_update(dvp, XATTR_DIR_NAME, vp);
26897c478bd9Sstevel@tonic-gate 		}
26907c478bd9Sstevel@tonic-gate 
26917c478bd9Sstevel@tonic-gate 		/*
26927c478bd9Sstevel@tonic-gate 		 * Check accessibility of directory.
26937c478bd9Sstevel@tonic-gate 		 */
26947c478bd9Sstevel@tonic-gate 		if (vp == DNLC_NO_VNODE) {
26957c478bd9Sstevel@tonic-gate 			VN_RELE(vp);
26967c478bd9Sstevel@tonic-gate 			error = ENOENT;
26977c478bd9Sstevel@tonic-gate 			goto out;
26987c478bd9Sstevel@tonic-gate 		}
26997c478bd9Sstevel@tonic-gate 		if ((error = ufs_iaccess(VTOI(vp), IEXEC, cr)) != 0) {
27007c478bd9Sstevel@tonic-gate 			VN_RELE(vp);
27017c478bd9Sstevel@tonic-gate 			goto out;
27027c478bd9Sstevel@tonic-gate 		}
27037c478bd9Sstevel@tonic-gate 
27047c478bd9Sstevel@tonic-gate 		*vpp = vp;
27057c478bd9Sstevel@tonic-gate 		return (0);
27067c478bd9Sstevel@tonic-gate 	}
27077c478bd9Sstevel@tonic-gate 
27087c478bd9Sstevel@tonic-gate 	/*
27097c478bd9Sstevel@tonic-gate 	 * Check for a null component, which we should treat as
27107c478bd9Sstevel@tonic-gate 	 * looking at dvp from within it's parent, so we don't
27117c478bd9Sstevel@tonic-gate 	 * need a call to ufs_iaccess(), as it has already been
27127c478bd9Sstevel@tonic-gate 	 * done.
27137c478bd9Sstevel@tonic-gate 	 */
27147c478bd9Sstevel@tonic-gate 	if (nm[0] == 0) {
27157c478bd9Sstevel@tonic-gate 		VN_HOLD(dvp);
27167c478bd9Sstevel@tonic-gate 		error = 0;
27177c478bd9Sstevel@tonic-gate 		*vpp = dvp;
27187c478bd9Sstevel@tonic-gate 		goto out;
27197c478bd9Sstevel@tonic-gate 	}
27207c478bd9Sstevel@tonic-gate 
27217c478bd9Sstevel@tonic-gate 	/*
27227c478bd9Sstevel@tonic-gate 	 * Check for "." ie itself. this is a quick check and
27237c478bd9Sstevel@tonic-gate 	 * avoids adding "." into the dnlc (which have been seen
27247c478bd9Sstevel@tonic-gate 	 * to occupy >10% of the cache).
27257c478bd9Sstevel@tonic-gate 	 */
27267c478bd9Sstevel@tonic-gate 	if ((nm[0] == '.') && (nm[1] == 0)) {
27277c478bd9Sstevel@tonic-gate 		/*
27287c478bd9Sstevel@tonic-gate 		 * Don't return without checking accessibility
27297c478bd9Sstevel@tonic-gate 		 * of the directory. We only need the lock if
27307c478bd9Sstevel@tonic-gate 		 * we are going to return it.
27317c478bd9Sstevel@tonic-gate 		 */
27327c478bd9Sstevel@tonic-gate 		if ((error = ufs_iaccess(ip, IEXEC, cr)) == 0) {
27337c478bd9Sstevel@tonic-gate 			VN_HOLD(dvp);
27347c478bd9Sstevel@tonic-gate 			*vpp = dvp;
27357c478bd9Sstevel@tonic-gate 		}
27367c478bd9Sstevel@tonic-gate 		goto out;
27377c478bd9Sstevel@tonic-gate 	}
27387c478bd9Sstevel@tonic-gate 
27397c478bd9Sstevel@tonic-gate 	/*
27407c478bd9Sstevel@tonic-gate 	 * Fast path: Check the directory name lookup cache.
27417c478bd9Sstevel@tonic-gate 	 */
27427c478bd9Sstevel@tonic-gate 	if (vp = dnlc_lookup(dvp, nm)) {
27437c478bd9Sstevel@tonic-gate 		/*
27447c478bd9Sstevel@tonic-gate 		 * Check accessibility of directory.
27457c478bd9Sstevel@tonic-gate 		 */
27467c478bd9Sstevel@tonic-gate 		if ((error = ufs_iaccess(ip, IEXEC, cr)) != 0) {
27477c478bd9Sstevel@tonic-gate 			VN_RELE(vp);
27487c478bd9Sstevel@tonic-gate 			goto out;
27497c478bd9Sstevel@tonic-gate 		}
27507c478bd9Sstevel@tonic-gate 		if (vp == DNLC_NO_VNODE) {
27517c478bd9Sstevel@tonic-gate 			VN_RELE(vp);
27527c478bd9Sstevel@tonic-gate 			error = ENOENT;
27537c478bd9Sstevel@tonic-gate 			goto out;
27547c478bd9Sstevel@tonic-gate 		}
27557c478bd9Sstevel@tonic-gate 		xip = VTOI(vp);
27567c478bd9Sstevel@tonic-gate 		ulp = NULL;
27577c478bd9Sstevel@tonic-gate 		goto fastpath;
27587c478bd9Sstevel@tonic-gate 	}
27597c478bd9Sstevel@tonic-gate 
27607c478bd9Sstevel@tonic-gate 	/*
27617c478bd9Sstevel@tonic-gate 	 * Keep the idle queue from getting too long by
27627c478bd9Sstevel@tonic-gate 	 * idling two inodes before attempting to allocate another.
27637c478bd9Sstevel@tonic-gate 	 *    This operation must be performed before entering
27647c478bd9Sstevel@tonic-gate 	 *    lockfs or a transaction.
27657c478bd9Sstevel@tonic-gate 	 */
27667c478bd9Sstevel@tonic-gate 	if (ufs_idle_q.uq_ne > ufs_idle_q.uq_hiwat)
27677c478bd9Sstevel@tonic-gate 		if ((curthread->t_flag & T_DONTBLOCK) == 0) {
27687c478bd9Sstevel@tonic-gate 			ins.in_lidles.value.ul += ufs_lookup_idle_count;
27697c478bd9Sstevel@tonic-gate 			ufs_idle_some(ufs_lookup_idle_count);
27707c478bd9Sstevel@tonic-gate 		}
27717c478bd9Sstevel@tonic-gate 
27727c478bd9Sstevel@tonic-gate 	ufsvfsp = ip->i_ufsvfs;
27737c478bd9Sstevel@tonic-gate 	error = ufs_lockfs_begin(ufsvfsp, &ulp, ULOCKFS_LOOKUP_MASK);
27747c478bd9Sstevel@tonic-gate 	if (error)
27757c478bd9Sstevel@tonic-gate 		goto out;
27767c478bd9Sstevel@tonic-gate 
27777c478bd9Sstevel@tonic-gate 	error = ufs_dirlook(ip, nm, &xip, cr, 1);
27787c478bd9Sstevel@tonic-gate 
27797c478bd9Sstevel@tonic-gate fastpath:
27807c478bd9Sstevel@tonic-gate 	if (error == 0) {
27817c478bd9Sstevel@tonic-gate 		ip = xip;
27827c478bd9Sstevel@tonic-gate 		*vpp = ITOV(ip);
27837c478bd9Sstevel@tonic-gate 
27847c478bd9Sstevel@tonic-gate 		/*
27857c478bd9Sstevel@tonic-gate 		 * If vnode is a device return special vnode instead.
27867c478bd9Sstevel@tonic-gate 		 */
27877c478bd9Sstevel@tonic-gate 		if (IS_DEVVP(*vpp)) {
27887c478bd9Sstevel@tonic-gate 			struct vnode *newvp;
27897c478bd9Sstevel@tonic-gate 
27907c478bd9Sstevel@tonic-gate 			newvp = specvp(*vpp, (*vpp)->v_rdev, (*vpp)->v_type,
27917c478bd9Sstevel@tonic-gate 			    cr);
27927c478bd9Sstevel@tonic-gate 			VN_RELE(*vpp);
27937c478bd9Sstevel@tonic-gate 			if (newvp == NULL)
27947c478bd9Sstevel@tonic-gate 				error = ENOSYS;
27957c478bd9Sstevel@tonic-gate 			else
27967c478bd9Sstevel@tonic-gate 				*vpp = newvp;
27977c478bd9Sstevel@tonic-gate 		}
27987c478bd9Sstevel@tonic-gate 	}
27997c478bd9Sstevel@tonic-gate 	if (ulp) {
28007c478bd9Sstevel@tonic-gate 		ufs_lockfs_end(ulp);
28017c478bd9Sstevel@tonic-gate 	}
28027c478bd9Sstevel@tonic-gate 
28037c478bd9Sstevel@tonic-gate out:
28047c478bd9Sstevel@tonic-gate 	TRACE_3(TR_FAC_UFS, TR_UFS_LOOKUP_END,
28057c478bd9Sstevel@tonic-gate 		"ufs_lookup_end:dvp %p name %s error %d", vpp, nm, error);
28067c478bd9Sstevel@tonic-gate 	return (error);
28077c478bd9Sstevel@tonic-gate }
28087c478bd9Sstevel@tonic-gate 
28097c478bd9Sstevel@tonic-gate static int
28107c478bd9Sstevel@tonic-gate ufs_create(struct vnode *dvp, char *name, struct vattr *vap, enum vcexcl excl,
28117c478bd9Sstevel@tonic-gate 	int mode, struct vnode **vpp, struct cred *cr, int flag)
28127c478bd9Sstevel@tonic-gate {
28137c478bd9Sstevel@tonic-gate 	struct inode *ip;
28147c478bd9Sstevel@tonic-gate 	struct inode *xip;
28157c478bd9Sstevel@tonic-gate 	struct inode *dip;
28167c478bd9Sstevel@tonic-gate 	struct vnode *xvp;
28177c478bd9Sstevel@tonic-gate 	struct ufsvfs *ufsvfsp;
28187c478bd9Sstevel@tonic-gate 	struct ulockfs *ulp;
28197c478bd9Sstevel@tonic-gate 	int error;
28207c478bd9Sstevel@tonic-gate 	int issync;
28217c478bd9Sstevel@tonic-gate 	int truncflag;
28227c478bd9Sstevel@tonic-gate 	int trans_size;
28237c478bd9Sstevel@tonic-gate 	int noentry;
28247c478bd9Sstevel@tonic-gate 	int defer_dip_seq_update = 0;	/* need to defer update of dip->i_seq */
28257c478bd9Sstevel@tonic-gate 	int retry = 1;
28267c478bd9Sstevel@tonic-gate 
28277c478bd9Sstevel@tonic-gate 	TRACE_1(TR_FAC_UFS, TR_UFS_CREATE_START,
28287c478bd9Sstevel@tonic-gate 		"ufs_create_start:dvp %p", dvp);
28297c478bd9Sstevel@tonic-gate 
28307c478bd9Sstevel@tonic-gate again:
28317c478bd9Sstevel@tonic-gate 	ip = VTOI(dvp);
28327c478bd9Sstevel@tonic-gate 	ufsvfsp = ip->i_ufsvfs;
28337c478bd9Sstevel@tonic-gate 	truncflag = 0;
28347c478bd9Sstevel@tonic-gate 
28357c478bd9Sstevel@tonic-gate 	error = ufs_lockfs_begin(ufsvfsp, &ulp, ULOCKFS_CREATE_MASK);
28367c478bd9Sstevel@tonic-gate 	if (error)
28377c478bd9Sstevel@tonic-gate 		goto out;
28387c478bd9Sstevel@tonic-gate 
28397c478bd9Sstevel@tonic-gate 	if (ulp) {
28407c478bd9Sstevel@tonic-gate 		trans_size = (int)TOP_CREATE_SIZE(ip);
28417c478bd9Sstevel@tonic-gate 		TRANS_BEGIN_CSYNC(ufsvfsp, issync, TOP_CREATE, trans_size);
28427c478bd9Sstevel@tonic-gate 	}
28437c478bd9Sstevel@tonic-gate 
28447c478bd9Sstevel@tonic-gate 	if ((vap->va_mode & VSVTX) && secpolicy_vnode_stky_modify(cr) != 0)
28457c478bd9Sstevel@tonic-gate 		vap->va_mode &= ~VSVTX;
28467c478bd9Sstevel@tonic-gate 
28477c478bd9Sstevel@tonic-gate 	if (*name == '\0') {
28487c478bd9Sstevel@tonic-gate 		/*
28497c478bd9Sstevel@tonic-gate 		 * Null component name refers to the directory itself.
28507c478bd9Sstevel@tonic-gate 		 */
28517c478bd9Sstevel@tonic-gate 		VN_HOLD(dvp);
28527c478bd9Sstevel@tonic-gate 		/*
28537c478bd9Sstevel@tonic-gate 		 * Even though this is an error case, we need to grab the
28547c478bd9Sstevel@tonic-gate 		 * quota lock since the error handling code below is common.
28557c478bd9Sstevel@tonic-gate 		 */
28567c478bd9Sstevel@tonic-gate 		rw_enter(&ufsvfsp->vfs_dqrwlock, RW_READER);
28577c478bd9Sstevel@tonic-gate 		rw_enter(&ip->i_contents, RW_WRITER);
28587c478bd9Sstevel@tonic-gate 		error = EEXIST;
28597c478bd9Sstevel@tonic-gate 	} else {
28607c478bd9Sstevel@tonic-gate 		xip = NULL;
28617c478bd9Sstevel@tonic-gate 		noentry = 0;
28627c478bd9Sstevel@tonic-gate 		rw_enter(&ip->i_rwlock, RW_WRITER);
28637c478bd9Sstevel@tonic-gate 		xvp = dnlc_lookup(dvp, name);
28647c478bd9Sstevel@tonic-gate 		if (xvp == DNLC_NO_VNODE) {
28657c478bd9Sstevel@tonic-gate 			noentry = 1;
28667c478bd9Sstevel@tonic-gate 			VN_RELE(xvp);
28677c478bd9Sstevel@tonic-gate 			xvp = NULL;
28687c478bd9Sstevel@tonic-gate 		}
28697c478bd9Sstevel@tonic-gate 		if (xvp) {
28707c478bd9Sstevel@tonic-gate 			rw_exit(&ip->i_rwlock);
28717c478bd9Sstevel@tonic-gate 			if (error = ufs_iaccess(ip, IEXEC, cr)) {
28727c478bd9Sstevel@tonic-gate 				VN_RELE(xvp);
28737c478bd9Sstevel@tonic-gate 			} else {
28747c478bd9Sstevel@tonic-gate 				error = EEXIST;
28757c478bd9Sstevel@tonic-gate 				xip = VTOI(xvp);
28767c478bd9Sstevel@tonic-gate 			}
28777c478bd9Sstevel@tonic-gate 		} else {
28787c478bd9Sstevel@tonic-gate 			/*
28797c478bd9Sstevel@tonic-gate 			 * Suppress file system full message if we will retry
28807c478bd9Sstevel@tonic-gate 			 */
28817c478bd9Sstevel@tonic-gate 			error = ufs_direnter_cm(ip, name, DE_CREATE,
28827c478bd9Sstevel@tonic-gate 				vap, &xip, cr,
28837c478bd9Sstevel@tonic-gate 				(noentry | (retry ? IQUIET : 0)));
28847c478bd9Sstevel@tonic-gate 			rw_exit(&ip->i_rwlock);
28857c478bd9Sstevel@tonic-gate 		}
28867c478bd9Sstevel@tonic-gate 		ip = xip;
28877c478bd9Sstevel@tonic-gate 		if (ip != NULL) {
28887c478bd9Sstevel@tonic-gate 			rw_enter(&ufsvfsp->vfs_dqrwlock, RW_READER);
28897c478bd9Sstevel@tonic-gate 			rw_enter(&ip->i_contents, RW_WRITER);
28907c478bd9Sstevel@tonic-gate 		}
28917c478bd9Sstevel@tonic-gate 	}
28927c478bd9Sstevel@tonic-gate 
28937c478bd9Sstevel@tonic-gate 	/*
28947c478bd9Sstevel@tonic-gate 	 * If the file already exists and this is a non-exclusive create,
28957c478bd9Sstevel@tonic-gate 	 * check permissions and allow access for non-directories.
28967c478bd9Sstevel@tonic-gate 	 * Read-only create of an existing directory is also allowed.
28977c478bd9Sstevel@tonic-gate 	 * We fail an exclusive create of anything which already exists.
28987c478bd9Sstevel@tonic-gate 	 */
28997c478bd9Sstevel@tonic-gate 	if (error == EEXIST) {
29007c478bd9Sstevel@tonic-gate 		dip = VTOI(dvp);
29017c478bd9Sstevel@tonic-gate 		if (excl == NONEXCL) {
29027c478bd9Sstevel@tonic-gate 			if ((((ip->i_mode & IFMT) == IFDIR) ||
29037c478bd9Sstevel@tonic-gate 			    ((ip->i_mode & IFMT) == IFATTRDIR)) &&
29047c478bd9Sstevel@tonic-gate 			    (mode & IWRITE))
29057c478bd9Sstevel@tonic-gate 				error = EISDIR;
29067c478bd9Sstevel@tonic-gate 			else if (mode)
29077c478bd9Sstevel@tonic-gate 				error = ufs_iaccess(ip, mode, cr);
29087c478bd9Sstevel@tonic-gate 			else
29097c478bd9Sstevel@tonic-gate 				error = 0;
29107c478bd9Sstevel@tonic-gate 		}
29117c478bd9Sstevel@tonic-gate 		if (error) {
29127c478bd9Sstevel@tonic-gate 			rw_exit(&ip->i_contents);
29137c478bd9Sstevel@tonic-gate 			rw_exit(&ufsvfsp->vfs_dqrwlock);
29147c478bd9Sstevel@tonic-gate 			VN_RELE(ITOV(ip));
29157c478bd9Sstevel@tonic-gate 			goto unlock;
29167c478bd9Sstevel@tonic-gate 		}
29177c478bd9Sstevel@tonic-gate 		/*
29187c478bd9Sstevel@tonic-gate 		 * If the error EEXIST was set, then i_seq can not
29197c478bd9Sstevel@tonic-gate 		 * have been updated. The sequence number interface
29207c478bd9Sstevel@tonic-gate 		 * is defined such that a non-error VOP_CREATE must
29217c478bd9Sstevel@tonic-gate 		 * increase the dir va_seq it by at least one. If we
29227c478bd9Sstevel@tonic-gate 		 * have cleared the error, increase i_seq. Note that
29237c478bd9Sstevel@tonic-gate 		 * we are increasing the dir i_seq and in rare cases
29247c478bd9Sstevel@tonic-gate 		 * ip may actually be from the dvp, so we already have
29257c478bd9Sstevel@tonic-gate 		 * the locks and it will not be subject to truncation.
29267c478bd9Sstevel@tonic-gate 		 * In case we have to update i_seq of the parent
29277c478bd9Sstevel@tonic-gate 		 * directory dip, we have to defer it till we have
29287c478bd9Sstevel@tonic-gate 		 * released our locks on ip due to lock ordering requirements.
29297c478bd9Sstevel@tonic-gate 		 */
29307c478bd9Sstevel@tonic-gate 		if (ip != dip)
29317c478bd9Sstevel@tonic-gate 			defer_dip_seq_update = 1;
29327c478bd9Sstevel@tonic-gate 		else
29337c478bd9Sstevel@tonic-gate 			ip->i_seq++;
29347c478bd9Sstevel@tonic-gate 
29357c478bd9Sstevel@tonic-gate 		if (((ip->i_mode & IFMT) == IFREG) &&
29367c478bd9Sstevel@tonic-gate 		    (vap->va_mask & AT_SIZE) && vap->va_size == 0) {
29377c478bd9Sstevel@tonic-gate 			/*
29387c478bd9Sstevel@tonic-gate 			 * Truncate regular files, if requested by caller.
29397c478bd9Sstevel@tonic-gate 			 * Grab i_rwlock to make sure no one else is
29407c478bd9Sstevel@tonic-gate 			 * currently writing to the file (we promised
29417c478bd9Sstevel@tonic-gate 			 * bmap we would do this).
29427c478bd9Sstevel@tonic-gate 			 * Must get the locks in the correct order.
29437c478bd9Sstevel@tonic-gate 			 */
29447c478bd9Sstevel@tonic-gate 			if (ip->i_size == 0) {
29457c478bd9Sstevel@tonic-gate 				ip->i_flag |= ICHG | IUPD;
29467c478bd9Sstevel@tonic-gate 				ip->i_seq++;
29477c478bd9Sstevel@tonic-gate 				TRANS_INODE(ufsvfsp, ip);
29487c478bd9Sstevel@tonic-gate 			} else {
29497c478bd9Sstevel@tonic-gate 				/*
29507c478bd9Sstevel@tonic-gate 				 * Large Files: Why this check here?
29517c478bd9Sstevel@tonic-gate 				 * Though we do it in vn_create() we really
29527c478bd9Sstevel@tonic-gate 				 * want to guarantee that we do not destroy
29537c478bd9Sstevel@tonic-gate 				 * Large file data by atomically checking
29547c478bd9Sstevel@tonic-gate 				 * the size while holding the contents
29557c478bd9Sstevel@tonic-gate 				 * lock.
29567c478bd9Sstevel@tonic-gate 				 */
29577c478bd9Sstevel@tonic-gate 				if (flag && !(flag & FOFFMAX) &&
29587c478bd9Sstevel@tonic-gate 				    ((ip->i_mode & IFMT) == IFREG) &&
29597c478bd9Sstevel@tonic-gate 				    (ip->i_size > (offset_t)MAXOFF32_T)) {
29607c478bd9Sstevel@tonic-gate 					rw_exit(&ip->i_contents);
29617c478bd9Sstevel@tonic-gate 					rw_exit(&ufsvfsp->vfs_dqrwlock);
29627c478bd9Sstevel@tonic-gate 					error = EOVERFLOW;
29637c478bd9Sstevel@tonic-gate 					goto unlock;
29647c478bd9Sstevel@tonic-gate 				}
29657c478bd9Sstevel@tonic-gate 				if (TRANS_ISTRANS(ufsvfsp))
29667c478bd9Sstevel@tonic-gate 					truncflag++;
29677c478bd9Sstevel@tonic-gate 				else {
29687c478bd9Sstevel@tonic-gate 					rw_exit(&ip->i_contents);
29697c478bd9Sstevel@tonic-gate 					rw_exit(&ufsvfsp->vfs_dqrwlock);
29707c478bd9Sstevel@tonic-gate 					rw_enter(&ip->i_rwlock, RW_WRITER);
29717c478bd9Sstevel@tonic-gate 					rw_enter(&ufsvfsp->vfs_dqrwlock,
29727c478bd9Sstevel@tonic-gate 							RW_READER);
29737c478bd9Sstevel@tonic-gate 					rw_enter(&ip->i_contents, RW_WRITER);
29747c478bd9Sstevel@tonic-gate 					(void) ufs_itrunc(ip, (u_offset_t)0, 0,
29757c478bd9Sstevel@tonic-gate 								cr);
29767c478bd9Sstevel@tonic-gate 					rw_exit(&ip->i_rwlock);
29777c478bd9Sstevel@tonic-gate 				}
29787c478bd9Sstevel@tonic-gate 			}
29797c478bd9Sstevel@tonic-gate 		}
29807c478bd9Sstevel@tonic-gate 	}
29817c478bd9Sstevel@tonic-gate 
29827c478bd9Sstevel@tonic-gate 	if (error) {
29837c478bd9Sstevel@tonic-gate 		if (ip != NULL) {
29847c478bd9Sstevel@tonic-gate 			rw_exit(&ufsvfsp->vfs_dqrwlock);
29857c478bd9Sstevel@tonic-gate 			rw_exit(&ip->i_contents);
29867c478bd9Sstevel@tonic-gate 		}
29877c478bd9Sstevel@tonic-gate 		goto unlock;
29887c478bd9Sstevel@tonic-gate 	}
29897c478bd9Sstevel@tonic-gate 
29907c478bd9Sstevel@tonic-gate 	*vpp = ITOV(ip);
29917c478bd9Sstevel@tonic-gate 	ITIMES(ip);
29927c478bd9Sstevel@tonic-gate 	rw_exit(&ip->i_contents);
29937c478bd9Sstevel@tonic-gate 	rw_exit(&ufsvfsp->vfs_dqrwlock);
29947c478bd9Sstevel@tonic-gate 
29957c478bd9Sstevel@tonic-gate 	/*
29967c478bd9Sstevel@tonic-gate 	 * If vnode is a device return special vnode instead.
29977c478bd9Sstevel@tonic-gate 	 */
29987c478bd9Sstevel@tonic-gate 	if (!error && IS_DEVVP(*vpp)) {
29997c478bd9Sstevel@tonic-gate 		struct vnode *newvp;
30007c478bd9Sstevel@tonic-gate 
30017c478bd9Sstevel@tonic-gate 		newvp = specvp(*vpp, (*vpp)->v_rdev, (*vpp)->v_type, cr);
30027c478bd9Sstevel@tonic-gate 		VN_RELE(*vpp);
30037c478bd9Sstevel@tonic-gate 		if (newvp == NULL) {
30047c478bd9Sstevel@tonic-gate 			error = ENOSYS;
30057c478bd9Sstevel@tonic-gate 			goto unlock;
30067c478bd9Sstevel@tonic-gate 		}
30077c478bd9Sstevel@tonic-gate 		truncflag = 0;
30087c478bd9Sstevel@tonic-gate 		*vpp = newvp;
30097c478bd9Sstevel@tonic-gate 	}
30107c478bd9Sstevel@tonic-gate unlock:
30117c478bd9Sstevel@tonic-gate 
30127c478bd9Sstevel@tonic-gate 	/*
30137c478bd9Sstevel@tonic-gate 	 * Do the deferred update of the parent directory's sequence
30147c478bd9Sstevel@tonic-gate 	 * number now.
30157c478bd9Sstevel@tonic-gate 	 */
30167c478bd9Sstevel@tonic-gate 	if (defer_dip_seq_update == 1) {
30177c478bd9Sstevel@tonic-gate 		rw_enter(&dip->i_contents, RW_READER);
30187c478bd9Sstevel@tonic-gate 		mutex_enter(&dip->i_tlock);
30197c478bd9Sstevel@tonic-gate 		dip->i_seq++;
30207c478bd9Sstevel@tonic-gate 		mutex_exit(&dip->i_tlock);
30217c478bd9Sstevel@tonic-gate 		rw_exit(&dip->i_contents);
30227c478bd9Sstevel@tonic-gate 	}
30237c478bd9Sstevel@tonic-gate 
30247c478bd9Sstevel@tonic-gate 	if (ulp) {
30257c478bd9Sstevel@tonic-gate 		int terr = 0;
30267c478bd9Sstevel@tonic-gate 
30277c478bd9Sstevel@tonic-gate 		TRANS_END_CSYNC(ufsvfsp, terr, issync, TOP_CREATE,
30287c478bd9Sstevel@tonic-gate 		    trans_size);
30297c478bd9Sstevel@tonic-gate 
30307c478bd9Sstevel@tonic-gate 		/*
30317c478bd9Sstevel@tonic-gate 		 * If we haven't had a more interesting failure
30327c478bd9Sstevel@tonic-gate 		 * already, then anything that might've happened
30337c478bd9Sstevel@tonic-gate 		 * here should be reported.
30347c478bd9Sstevel@tonic-gate 		 */
30357c478bd9Sstevel@tonic-gate 		if (error == 0)
30367c478bd9Sstevel@tonic-gate 			error = terr;
30377c478bd9Sstevel@tonic-gate 	}
30387c478bd9Sstevel@tonic-gate 
30397c478bd9Sstevel@tonic-gate 	if (!error && truncflag) {
30407c478bd9Sstevel@tonic-gate 		rw_enter(&ip->i_rwlock, RW_WRITER);
30417c478bd9Sstevel@tonic-gate 		(void) TRANS_ITRUNC(ip, (u_offset_t)0, 0, cr);
30427c478bd9Sstevel@tonic-gate 		rw_exit(&ip->i_rwlock);
30437c478bd9Sstevel@tonic-gate 	}
30447c478bd9Sstevel@tonic-gate 
30457c478bd9Sstevel@tonic-gate 	if (ulp)
30467c478bd9Sstevel@tonic-gate 		ufs_lockfs_end(ulp);
30477c478bd9Sstevel@tonic-gate 
30487c478bd9Sstevel@tonic-gate 	/*
30497c478bd9Sstevel@tonic-gate 	 * If no inodes available, try to free one up out of the
30507c478bd9Sstevel@tonic-gate 	 * pending delete queue.
30517c478bd9Sstevel@tonic-gate 	 */
30527c478bd9Sstevel@tonic-gate 	if ((error == ENOSPC) && retry && TRANS_ISTRANS(ufsvfsp)) {
30537c478bd9Sstevel@tonic-gate 		ufs_delete_drain_wait(ufsvfsp, 1);
30547c478bd9Sstevel@tonic-gate 		retry = 0;
30557c478bd9Sstevel@tonic-gate 		goto again;
30567c478bd9Sstevel@tonic-gate 	}
30577c478bd9Sstevel@tonic-gate 
30587c478bd9Sstevel@tonic-gate out:
30597c478bd9Sstevel@tonic-gate 	TRACE_3(TR_FAC_UFS, TR_UFS_CREATE_END,
30607c478bd9Sstevel@tonic-gate 		"ufs_create_end:dvp %p name %s error %d", vpp, name, error);
30617c478bd9Sstevel@tonic-gate 	return (error);
30627c478bd9Sstevel@tonic-gate }
30637c478bd9Sstevel@tonic-gate 
30647c478bd9Sstevel@tonic-gate extern int ufs_idle_max;
30657c478bd9Sstevel@tonic-gate /*ARGSUSED*/
30667c478bd9Sstevel@tonic-gate static int
30677c478bd9Sstevel@tonic-gate ufs_remove(struct vnode *vp, char *nm, struct cred *cr)
30687c478bd9Sstevel@tonic-gate {
30697c478bd9Sstevel@tonic-gate 	struct inode *ip = VTOI(vp);
30707c478bd9Sstevel@tonic-gate 	struct ufsvfs *ufsvfsp	= ip->i_ufsvfs;
30717c478bd9Sstevel@tonic-gate 	struct ulockfs *ulp;
30727c478bd9Sstevel@tonic-gate 	vnode_t *rmvp = NULL;	/* Vnode corresponding to name being removed */
30737c478bd9Sstevel@tonic-gate 	int error;
30747c478bd9Sstevel@tonic-gate 	int issync;
30757c478bd9Sstevel@tonic-gate 	int trans_size;
30767c478bd9Sstevel@tonic-gate 
30777c478bd9Sstevel@tonic-gate 	TRACE_1(TR_FAC_UFS, TR_UFS_REMOVE_START,
30787c478bd9Sstevel@tonic-gate 		"ufs_remove_start:vp %p", vp);
30797c478bd9Sstevel@tonic-gate 
30807c478bd9Sstevel@tonic-gate 	/*
30817c478bd9Sstevel@tonic-gate 	 * don't let the delete queue get too long
30827c478bd9Sstevel@tonic-gate 	 */
30837c478bd9Sstevel@tonic-gate 	if (ufsvfsp == NULL) {
30847c478bd9Sstevel@tonic-gate 		error = EIO;
30857c478bd9Sstevel@tonic-gate 		goto out;
30867c478bd9Sstevel@tonic-gate 	}
30877c478bd9Sstevel@tonic-gate 	if (ufsvfsp->vfs_delete.uq_ne > ufs_idle_max)
30887c478bd9Sstevel@tonic-gate 		ufs_delete_drain(vp->v_vfsp, 1, 1);
30897c478bd9Sstevel@tonic-gate 
30907c478bd9Sstevel@tonic-gate 	error = ufs_lockfs_begin(ufsvfsp, &ulp, ULOCKFS_REMOVE_MASK);
30917c478bd9Sstevel@tonic-gate 	if (error)
30927c478bd9Sstevel@tonic-gate 		goto out;
30937c478bd9Sstevel@tonic-gate 
30947c478bd9Sstevel@tonic-gate 	if (ulp)
30957c478bd9Sstevel@tonic-gate 		TRANS_BEGIN_CSYNC(ufsvfsp, issync, TOP_REMOVE,
30967c478bd9Sstevel@tonic-gate 		    trans_size = (int)TOP_REMOVE_SIZE(VTOI(vp)));
30977c478bd9Sstevel@tonic-gate 
30987c478bd9Sstevel@tonic-gate 	rw_enter(&ip->i_rwlock, RW_WRITER);
30997c478bd9Sstevel@tonic-gate 	error = ufs_dirremove(ip, nm, (struct inode *)0, (struct vnode *)0,
31007c478bd9Sstevel@tonic-gate 	    DR_REMOVE, cr, &rmvp);
31017c478bd9Sstevel@tonic-gate 	rw_exit(&ip->i_rwlock);
31027c478bd9Sstevel@tonic-gate 
31037c478bd9Sstevel@tonic-gate 	if (ulp) {
31047c478bd9Sstevel@tonic-gate 		TRANS_END_CSYNC(ufsvfsp, error, issync, TOP_REMOVE, trans_size);
31057c478bd9Sstevel@tonic-gate 		ufs_lockfs_end(ulp);
31067c478bd9Sstevel@tonic-gate 	}
31077c478bd9Sstevel@tonic-gate 
31087c478bd9Sstevel@tonic-gate 	/*
31097c478bd9Sstevel@tonic-gate 	 * This must be called after the remove transaction is closed.
31107c478bd9Sstevel@tonic-gate 	 */
31117c478bd9Sstevel@tonic-gate 	if (rmvp != NULL) {
31127c478bd9Sstevel@tonic-gate 		/* Only send the event if there were no errors */
31137c478bd9Sstevel@tonic-gate 		if (error == 0)
31147c478bd9Sstevel@tonic-gate 			vnevent_remove(rmvp);
31157c478bd9Sstevel@tonic-gate 		VN_RELE(rmvp);
31167c478bd9Sstevel@tonic-gate 	}
31177c478bd9Sstevel@tonic-gate out:
31187c478bd9Sstevel@tonic-gate 	TRACE_3(TR_FAC_UFS, TR_UFS_REMOVE_END,
31197c478bd9Sstevel@tonic-gate 		"ufs_remove_end:vp %p name %s error %d", vp, nm, error);
31207c478bd9Sstevel@tonic-gate 	return (error);
31217c478bd9Sstevel@tonic-gate }
31227c478bd9Sstevel@tonic-gate 
31237c478bd9Sstevel@tonic-gate /*
31247c478bd9Sstevel@tonic-gate  * Link a file or a directory.  Only privileged processes are allowed to
31257c478bd9Sstevel@tonic-gate  * make links to directories.
31267c478bd9Sstevel@tonic-gate  */
31277c478bd9Sstevel@tonic-gate static int
31287c478bd9Sstevel@tonic-gate ufs_link(struct vnode *tdvp, struct vnode *svp, char *tnm, struct cred *cr)
31297c478bd9Sstevel@tonic-gate {
31307c478bd9Sstevel@tonic-gate 	struct inode *sip;
31317c478bd9Sstevel@tonic-gate 	struct inode *tdp = VTOI(tdvp);
31327c478bd9Sstevel@tonic-gate 	struct ufsvfs *ufsvfsp = tdp->i_ufsvfs;
31337c478bd9Sstevel@tonic-gate 	struct ulockfs *ulp;
31347c478bd9Sstevel@tonic-gate 	struct vnode *realvp;
31357c478bd9Sstevel@tonic-gate 	int error;
31367c478bd9Sstevel@tonic-gate 	int issync;
31377c478bd9Sstevel@tonic-gate 	int trans_size;
31387c478bd9Sstevel@tonic-gate 	int isdev;
31397c478bd9Sstevel@tonic-gate 
31407c478bd9Sstevel@tonic-gate 	TRACE_1(TR_FAC_UFS, TR_UFS_LINK_START,
31417c478bd9Sstevel@tonic-gate 		"ufs_link_start:tdvp %p", tdvp);
31427c478bd9Sstevel@tonic-gate 
31437c478bd9Sstevel@tonic-gate 	error = ufs_lockfs_begin(ufsvfsp, &ulp, ULOCKFS_LINK_MASK);
31447c478bd9Sstevel@tonic-gate 	if (error)
31457c478bd9Sstevel@tonic-gate 		goto out;
31467c478bd9Sstevel@tonic-gate 
31477c478bd9Sstevel@tonic-gate 	if (ulp)
31487c478bd9Sstevel@tonic-gate 		TRANS_BEGIN_CSYNC(ufsvfsp, issync, TOP_LINK,
31497c478bd9Sstevel@tonic-gate 		    trans_size = (int)TOP_LINK_SIZE(VTOI(tdvp)));
31507c478bd9Sstevel@tonic-gate 
31517c478bd9Sstevel@tonic-gate 	if (VOP_REALVP(svp, &realvp) == 0)
31527c478bd9Sstevel@tonic-gate 		svp = realvp;
31537c478bd9Sstevel@tonic-gate 
31547c478bd9Sstevel@tonic-gate 	/*
31557c478bd9Sstevel@tonic-gate 	 * Make sure link for extended attributes is valid
31567c478bd9Sstevel@tonic-gate 	 * We only support hard linking of attr in ATTRDIR to ATTRDIR
31577c478bd9Sstevel@tonic-gate 	 *
31587c478bd9Sstevel@tonic-gate 	 * Make certain we don't attempt to look at a device node as
31597c478bd9Sstevel@tonic-gate 	 * a ufs inode.
31607c478bd9Sstevel@tonic-gate 	 */
31617c478bd9Sstevel@tonic-gate 
31627c478bd9Sstevel@tonic-gate 	isdev = IS_DEVVP(svp);
31637c478bd9Sstevel@tonic-gate 	if (((isdev == 0) && ((VTOI(svp)->i_cflags & IXATTR) == 0) &&
31647c478bd9Sstevel@tonic-gate 	    ((tdp->i_mode & IFMT) == IFATTRDIR)) ||
31657c478bd9Sstevel@tonic-gate 	    ((isdev == 0) && (VTOI(svp)->i_cflags & IXATTR) &&
31667c478bd9Sstevel@tonic-gate 	    ((tdp->i_mode & IFMT) == IFDIR))) {
31677c478bd9Sstevel@tonic-gate 		error = EINVAL;
31687c478bd9Sstevel@tonic-gate 		goto unlock;
31697c478bd9Sstevel@tonic-gate 	}
31707c478bd9Sstevel@tonic-gate 
31717c478bd9Sstevel@tonic-gate 	sip = VTOI(svp);
31727c478bd9Sstevel@tonic-gate 	if ((svp->v_type == VDIR &&
31737c478bd9Sstevel@tonic-gate 	    secpolicy_fs_linkdir(cr, ufsvfsp->vfs_vfs) != 0) ||
31747c478bd9Sstevel@tonic-gate 	    (sip->i_uid != crgetuid(cr) && secpolicy_basic_link(cr) != 0)) {
31757c478bd9Sstevel@tonic-gate 		error = EPERM;
31767c478bd9Sstevel@tonic-gate 		goto unlock;
31777c478bd9Sstevel@tonic-gate 	}
31787c478bd9Sstevel@tonic-gate 	rw_enter(&tdp->i_rwlock, RW_WRITER);
31797c478bd9Sstevel@tonic-gate 	error = ufs_direnter_lr(tdp, tnm, DE_LINK, (struct inode *)0,
31807c478bd9Sstevel@tonic-gate 	    sip, cr, NULL);
31817c478bd9Sstevel@tonic-gate 	rw_exit(&tdp->i_rwlock);
31827c478bd9Sstevel@tonic-gate 
31837c478bd9Sstevel@tonic-gate unlock:
31847c478bd9Sstevel@tonic-gate 	if (ulp) {
31857c478bd9Sstevel@tonic-gate 		TRANS_END_CSYNC(ufsvfsp, error, issync, TOP_LINK, trans_size);
31867c478bd9Sstevel@tonic-gate 		ufs_lockfs_end(ulp);
31877c478bd9Sstevel@tonic-gate 	}
31887c478bd9Sstevel@tonic-gate out:
31897c478bd9Sstevel@tonic-gate 	TRACE_2(TR_FAC_UFS, TR_UFS_LINK_END,
31907c478bd9Sstevel@tonic-gate 		"ufs_link_end:tdvp %p error %d", tdvp, error);
31917c478bd9Sstevel@tonic-gate 	return (error);
31927c478bd9Sstevel@tonic-gate }
31937c478bd9Sstevel@tonic-gate 
31947c478bd9Sstevel@tonic-gate uint64_t ufs_rename_retry_cnt;
31957c478bd9Sstevel@tonic-gate uint64_t ufs_rename_upgrade_retry_cnt;
31967c478bd9Sstevel@tonic-gate uint64_t ufs_rename_dircheck_retry_cnt;
31977c478bd9Sstevel@tonic-gate clock_t	 ufs_rename_backoff_delay = 1;
31987c478bd9Sstevel@tonic-gate 
31997c478bd9Sstevel@tonic-gate /*
32007c478bd9Sstevel@tonic-gate  * Rename a file or directory.
32017c478bd9Sstevel@tonic-gate  * We are given the vnode and entry string of the source and the
32027c478bd9Sstevel@tonic-gate  * vnode and entry string of the place we want to move the source
32037c478bd9Sstevel@tonic-gate  * to (the target). The essential operation is:
32047c478bd9Sstevel@tonic-gate  *	unlink(target);
32057c478bd9Sstevel@tonic-gate  *	link(source, target);
32067c478bd9Sstevel@tonic-gate  *	unlink(source);
32077c478bd9Sstevel@tonic-gate  * but "atomically".  Can't do full commit without saving state in
32087c478bd9Sstevel@tonic-gate  * the inode on disk, which isn't feasible at this time.  Best we
32097c478bd9Sstevel@tonic-gate  * can do is always guarantee that the TARGET exists.
32107c478bd9Sstevel@tonic-gate  */
32117c478bd9Sstevel@tonic-gate /*ARGSUSED*/
32127c478bd9Sstevel@tonic-gate static int
32137c478bd9Sstevel@tonic-gate ufs_rename(
32147c478bd9Sstevel@tonic-gate 	struct vnode *sdvp,		/* old (source) parent vnode */
32157c478bd9Sstevel@tonic-gate 	char *snm,			/* old (source) entry name */
32167c478bd9Sstevel@tonic-gate 	struct vnode *tdvp,		/* new (target) parent vnode */
32177c478bd9Sstevel@tonic-gate 	char *tnm,			/* new (target) entry name */
32187c478bd9Sstevel@tonic-gate 	struct cred *cr)
32197c478bd9Sstevel@tonic-gate {
32207c478bd9Sstevel@tonic-gate 	struct inode *sip = NULL;	/* source inode */
32217c478bd9Sstevel@tonic-gate 	struct inode *sdp;		/* old (source) parent inode */
32227c478bd9Sstevel@tonic-gate 	struct inode *tdp;		/* new (target) parent inode */
32237c478bd9Sstevel@tonic-gate 	struct vnode *tvp = NULL;	/* target vnode, if it exists */
32247c478bd9Sstevel@tonic-gate 	struct vnode *realvp;
32257c478bd9Sstevel@tonic-gate 	struct ufsvfs *ufsvfsp;
32267c478bd9Sstevel@tonic-gate 	struct ulockfs *ulp;
32277c478bd9Sstevel@tonic-gate 	int error;
32287c478bd9Sstevel@tonic-gate 	int issync;
32297c478bd9Sstevel@tonic-gate 	int trans_size;
32307c478bd9Sstevel@tonic-gate 
32317c478bd9Sstevel@tonic-gate 	TRACE_1(TR_FAC_UFS, TR_UFS_RENAME_START,
32327c478bd9Sstevel@tonic-gate 		"ufs_rename_start:sdvp %p", sdvp);
32337c478bd9Sstevel@tonic-gate 
32347c478bd9Sstevel@tonic-gate 
32357c478bd9Sstevel@tonic-gate 	sdp = VTOI(sdvp);
32367c478bd9Sstevel@tonic-gate 	ufsvfsp = sdp->i_ufsvfs;
32377c478bd9Sstevel@tonic-gate 	error = ufs_lockfs_begin(ufsvfsp, &ulp, ULOCKFS_RENAME_MASK);
32387c478bd9Sstevel@tonic-gate 	if (error)
32397c478bd9Sstevel@tonic-gate 		goto out;
32407c478bd9Sstevel@tonic-gate 
32417c478bd9Sstevel@tonic-gate 	if (ulp)
32427c478bd9Sstevel@tonic-gate 		TRANS_BEGIN_CSYNC(ufsvfsp, issync, TOP_RENAME,
32437c478bd9Sstevel@tonic-gate 		    trans_size = (int)TOP_RENAME_SIZE(sdp));
32447c478bd9Sstevel@tonic-gate 
32457c478bd9Sstevel@tonic-gate 	if (VOP_REALVP(tdvp, &realvp) == 0)
32467c478bd9Sstevel@tonic-gate 		tdvp = realvp;
32477c478bd9Sstevel@tonic-gate 
32487c478bd9Sstevel@tonic-gate 	tdp = VTOI(tdvp);
32497c478bd9Sstevel@tonic-gate 
32507c478bd9Sstevel@tonic-gate 	/*
32517c478bd9Sstevel@tonic-gate 	 * We only allow renaming of attributes from ATTRDIR to ATTRDIR.
32527c478bd9Sstevel@tonic-gate 	 */
32537c478bd9Sstevel@tonic-gate 	if ((tdp->i_mode & IFMT) != (sdp->i_mode & IFMT)) {
32547c478bd9Sstevel@tonic-gate 		error = EINVAL;
32557c478bd9Sstevel@tonic-gate 		goto unlock;
32567c478bd9Sstevel@tonic-gate 	}
32577c478bd9Sstevel@tonic-gate 
32587c478bd9Sstevel@tonic-gate 	/*
32597c478bd9Sstevel@tonic-gate 	 * Look up inode of file we're supposed to rename.
32607c478bd9Sstevel@tonic-gate 	 */
32617c478bd9Sstevel@tonic-gate 	if (error = ufs_dirlook(sdp, snm, &sip, cr, 0)) {
32627c478bd9Sstevel@tonic-gate 		goto unlock;
32637c478bd9Sstevel@tonic-gate 	}
32647c478bd9Sstevel@tonic-gate 
32657c478bd9Sstevel@tonic-gate 	/*
32667c478bd9Sstevel@tonic-gate 	 * Lock both the source and target directories (they may be
32677c478bd9Sstevel@tonic-gate 	 * the same) to provide the atomicity semantics that was
32687c478bd9Sstevel@tonic-gate 	 * previously provided by the per file system vfs_rename_lock
32697c478bd9Sstevel@tonic-gate 	 *
32707c478bd9Sstevel@tonic-gate 	 * with vfs_rename_lock removed to allow simultaneous renames
32717c478bd9Sstevel@tonic-gate 	 * within a file system, ufs_dircheckpath can deadlock while
32727c478bd9Sstevel@tonic-gate 	 * traversing back to ensure that source is not a parent directory
32737c478bd9Sstevel@tonic-gate 	 * of target parent directory. This is because we get into
32747c478bd9Sstevel@tonic-gate 	 * ufs_dircheckpath with the sdp and tdp locks held as RW_WRITER.
32757c478bd9Sstevel@tonic-gate 	 * If the tdp and sdp of the simultaneous renames happen to be
32767c478bd9Sstevel@tonic-gate 	 * in the path of each other, it can lead to a deadlock. This
32777c478bd9Sstevel@tonic-gate 	 * can be avoided by getting the locks as RW_READER here and then
32787c478bd9Sstevel@tonic-gate 	 * upgrading to RW_WRITER after completing the ufs_dircheckpath.
32797c478bd9Sstevel@tonic-gate 	 */
32807c478bd9Sstevel@tonic-gate retry:
32817c478bd9Sstevel@tonic-gate 	rw_enter(&tdp->i_rwlock, RW_READER);
32827c478bd9Sstevel@tonic-gate 	if (tdp != sdp) {
32837c478bd9Sstevel@tonic-gate 		/*
32847c478bd9Sstevel@tonic-gate 		 * We're locking 2 peer level locks, so must use tryenter
32857c478bd9Sstevel@tonic-gate 		 * on the 2nd to avoid deadlocks that would occur
32867c478bd9Sstevel@tonic-gate 		 * if we renamed a->b and b->a concurrently.
32877c478bd9Sstevel@tonic-gate 		 */
32887c478bd9Sstevel@tonic-gate 		if (!rw_tryenter(&sdp->i_rwlock, RW_READER)) {
32897c478bd9Sstevel@tonic-gate 			/*
32907c478bd9Sstevel@tonic-gate 			 * Reverse the lock grabs in case we have heavy
32917c478bd9Sstevel@tonic-gate 			 * contention on the 2nd lock.
32927c478bd9Sstevel@tonic-gate 			 */
32937c478bd9Sstevel@tonic-gate 			rw_exit(&tdp->i_rwlock);
32947c478bd9Sstevel@tonic-gate 			rw_enter(&sdp->i_rwlock, RW_READER);
32957c478bd9Sstevel@tonic-gate 			if (!rw_tryenter(&tdp->i_rwlock, RW_READER)) {
32967c478bd9Sstevel@tonic-gate 				ufs_rename_retry_cnt++;
32977c478bd9Sstevel@tonic-gate 				rw_exit(&sdp->i_rwlock);
32987c478bd9Sstevel@tonic-gate 				goto retry;
32997c478bd9Sstevel@tonic-gate 			}
33007c478bd9Sstevel@tonic-gate 		}
33017c478bd9Sstevel@tonic-gate 	}
33027c478bd9Sstevel@tonic-gate 
33037c478bd9Sstevel@tonic-gate 	if (sip == tdp) {
33047c478bd9Sstevel@tonic-gate 		error = EINVAL;
33057c478bd9Sstevel@tonic-gate 		goto errout;
33067c478bd9Sstevel@tonic-gate 	}
33077c478bd9Sstevel@tonic-gate 	/*
33087c478bd9Sstevel@tonic-gate 	 * Make sure we can delete the source entry.  This requires
33097c478bd9Sstevel@tonic-gate 	 * write permission on the containing directory.
33107c478bd9Sstevel@tonic-gate 	 * Check for sticky directories.
33117c478bd9Sstevel@tonic-gate 	 */
33127c478bd9Sstevel@tonic-gate 	rw_enter(&sdp->i_contents, RW_READER);
33137c478bd9Sstevel@tonic-gate 	rw_enter(&sip->i_contents, RW_READER);
33147c478bd9Sstevel@tonic-gate 	if ((error = ufs_iaccess(sdp, IWRITE, cr)) != 0 ||
33157c478bd9Sstevel@tonic-gate 	    (error = ufs_sticky_remove_access(sdp, sip, cr)) != 0) {
33167c478bd9Sstevel@tonic-gate 		rw_exit(&sip->i_contents);
33177c478bd9Sstevel@tonic-gate 		rw_exit(&sdp->i_contents);
33187c478bd9Sstevel@tonic-gate 		goto errout;
33197c478bd9Sstevel@tonic-gate 	}
33207c478bd9Sstevel@tonic-gate 
33217c478bd9Sstevel@tonic-gate 	/*
33227c478bd9Sstevel@tonic-gate 	 * If this is a rename of a directory and the parent is
33237c478bd9Sstevel@tonic-gate 	 * different (".." must be changed), then the source
33247c478bd9Sstevel@tonic-gate 	 * directory must not be in the directory hierarchy
33257c478bd9Sstevel@tonic-gate 	 * above the target, as this would orphan everything
33267c478bd9Sstevel@tonic-gate 	 * below the source directory.  Also the user must have
33277c478bd9Sstevel@tonic-gate 	 * write permission in the source so as to be able to
33287c478bd9Sstevel@tonic-gate 	 * change "..".
33297c478bd9Sstevel@tonic-gate 	 */
33307c478bd9Sstevel@tonic-gate 	if ((((sip->i_mode & IFMT) == IFDIR) ||
33317c478bd9Sstevel@tonic-gate 	    ((sip->i_mode & IFMT) == IFATTRDIR)) && sdp != tdp) {
33327c478bd9Sstevel@tonic-gate 		ino_t	inum;
33337c478bd9Sstevel@tonic-gate 
33347c478bd9Sstevel@tonic-gate 		if ((error = ufs_iaccess(sip, IWRITE, cr))) {
33357c478bd9Sstevel@tonic-gate 			rw_exit(&sip->i_contents);
33367c478bd9Sstevel@tonic-gate 			rw_exit(&sdp->i_contents);
33377c478bd9Sstevel@tonic-gate 			goto errout;
33387c478bd9Sstevel@tonic-gate 		}
33397c478bd9Sstevel@tonic-gate 		inum = sip->i_number;
33407c478bd9Sstevel@tonic-gate 		rw_exit(&sip->i_contents);
33417c478bd9Sstevel@tonic-gate 		rw_exit(&sdp->i_contents);
33427c478bd9Sstevel@tonic-gate 		if ((error = ufs_dircheckpath(inum, tdp, sdp, cr))) {
33437c478bd9Sstevel@tonic-gate 			/*
33447c478bd9Sstevel@tonic-gate 			 * If we got EAGAIN ufs_dircheckpath detected a
33457c478bd9Sstevel@tonic-gate 			 * potential deadlock and backed out. We need
33467c478bd9Sstevel@tonic-gate 			 * to retry the operation since sdp and tdp have
33477c478bd9Sstevel@tonic-gate 			 * to be released to avoid the deadlock.
33487c478bd9Sstevel@tonic-gate 			 */
33497c478bd9Sstevel@tonic-gate 			if (error == EAGAIN) {
33507c478bd9Sstevel@tonic-gate 				rw_exit(&tdp->i_rwlock);
33517c478bd9Sstevel@tonic-gate 				if (tdp != sdp)
33527c478bd9Sstevel@tonic-gate 					rw_exit(&sdp->i_rwlock);
33537c478bd9Sstevel@tonic-gate 				delay(ufs_rename_backoff_delay);
33547c478bd9Sstevel@tonic-gate 				ufs_rename_dircheck_retry_cnt++;
33557c478bd9Sstevel@tonic-gate 				goto retry;
33567c478bd9Sstevel@tonic-gate 			}
33577c478bd9Sstevel@tonic-gate 			goto errout;
33587c478bd9Sstevel@tonic-gate 		}
33597c478bd9Sstevel@tonic-gate 	} else {
33607c478bd9Sstevel@tonic-gate 		rw_exit(&sip->i_contents);
33617c478bd9Sstevel@tonic-gate 		rw_exit(&sdp->i_contents);
33627c478bd9Sstevel@tonic-gate 	}
33637c478bd9Sstevel@tonic-gate 
33647c478bd9Sstevel@tonic-gate 
33657c478bd9Sstevel@tonic-gate 	/*
33667c478bd9Sstevel@tonic-gate 	 * Check for renaming '.' or '..' or alias of '.'
33677c478bd9Sstevel@tonic-gate 	 */
33687c478bd9Sstevel@tonic-gate 	if (strcmp(snm, ".") == 0 || strcmp(snm, "..") == 0 || sdp == sip) {
33697c478bd9Sstevel@tonic-gate 		error = EINVAL;
33707c478bd9Sstevel@tonic-gate 		goto errout;
33717c478bd9Sstevel@tonic-gate 	}
33727c478bd9Sstevel@tonic-gate 
33737c478bd9Sstevel@tonic-gate 	/*
33747c478bd9Sstevel@tonic-gate 	 * Simultaneous renames can deadlock in ufs_dircheckpath since it
33757c478bd9Sstevel@tonic-gate 	 * tries to traverse back the file tree with both tdp and sdp held
33767c478bd9Sstevel@tonic-gate 	 * as RW_WRITER. To avoid that we have to hold the tdp and sdp locks
33777c478bd9Sstevel@tonic-gate 	 * as RW_READERS  till ufs_dircheckpath is done.
33787c478bd9Sstevel@tonic-gate 	 * Now that ufs_dircheckpath is done with, we can upgrade the locks
33797c478bd9Sstevel@tonic-gate 	 * to RW_WRITER.
33807c478bd9Sstevel@tonic-gate 	 */
33817c478bd9Sstevel@tonic-gate 	if (!rw_tryupgrade(&tdp->i_rwlock)) {
33827c478bd9Sstevel@tonic-gate 		/*
33837c478bd9Sstevel@tonic-gate 		 * The upgrade failed. We got to give away the lock
33847c478bd9Sstevel@tonic-gate 		 * as to avoid deadlocking with someone else who is
33857c478bd9Sstevel@tonic-gate 		 * waiting for writer lock. With the lock gone, we
33867c478bd9Sstevel@tonic-gate 		 * cannot be sure the checks done above will hold
33877c478bd9Sstevel@tonic-gate 		 * good when we eventually get them back as writer.
33887c478bd9Sstevel@tonic-gate 		 * So if we can't upgrade we drop the locks and retry
33897c478bd9Sstevel@tonic-gate 		 * everything again.
33907c478bd9Sstevel@tonic-gate 		 */
33917c478bd9Sstevel@tonic-gate 		rw_exit(&tdp->i_rwlock);
33927c478bd9Sstevel@tonic-gate 		if (tdp != sdp)
33937c478bd9Sstevel@tonic-gate 			rw_exit(&sdp->i_rwlock);
33947c478bd9Sstevel@tonic-gate 		delay(ufs_rename_backoff_delay);
33957c478bd9Sstevel@tonic-gate 		ufs_rename_upgrade_retry_cnt++;
33967c478bd9Sstevel@tonic-gate 		goto retry;
33977c478bd9Sstevel@tonic-gate 	}
33987c478bd9Sstevel@tonic-gate 	if (tdp != sdp) {
33997c478bd9Sstevel@tonic-gate 		if (!rw_tryupgrade(&sdp->i_rwlock)) {
34007c478bd9Sstevel@tonic-gate 			/*
34017c478bd9Sstevel@tonic-gate 			 * The upgrade failed. We got to give away the lock
34027c478bd9Sstevel@tonic-gate 			 * as to avoid deadlocking with someone else who is
34037c478bd9Sstevel@tonic-gate 			 * waiting for writer lock. With the lock gone, we
34047c478bd9Sstevel@tonic-gate 			 * cannot be sure the checks done above will hold
34057c478bd9Sstevel@tonic-gate 			 * good when we eventually get them back as writer.
34067c478bd9Sstevel@tonic-gate 			 * So if we can't upgrade we drop the locks and retry
34077c478bd9Sstevel@tonic-gate 			 * everything again.
34087c478bd9Sstevel@tonic-gate 			 */
34097c478bd9Sstevel@tonic-gate 			rw_exit(&tdp->i_rwlock);
34107c478bd9Sstevel@tonic-gate 			rw_exit(&sdp->i_rwlock);
34117c478bd9Sstevel@tonic-gate 			delay(ufs_rename_backoff_delay);
34127c478bd9Sstevel@tonic-gate 			ufs_rename_upgrade_retry_cnt++;
34137c478bd9Sstevel@tonic-gate 			goto retry;
34147c478bd9Sstevel@tonic-gate 		}
34157c478bd9Sstevel@tonic-gate 	}
34167c478bd9Sstevel@tonic-gate 	/*
34177c478bd9Sstevel@tonic-gate 	 * Link source to the target.  If a target exists, return its
34187c478bd9Sstevel@tonic-gate 	 * vnode pointer in tvp.  We'll release it after sending the
34197c478bd9Sstevel@tonic-gate 	 * vnevent.
34207c478bd9Sstevel@tonic-gate 	 */
34217c478bd9Sstevel@tonic-gate 	if (error = ufs_direnter_lr(tdp, tnm, DE_RENAME, sdp, sip, cr, &tvp)) {
34227c478bd9Sstevel@tonic-gate 		/*
34237c478bd9Sstevel@tonic-gate 		 * ESAME isn't really an error; it indicates that the
34247c478bd9Sstevel@tonic-gate 		 * operation should not be done because the source and target
34257c478bd9Sstevel@tonic-gate 		 * are the same file, but that no error should be reported.
34267c478bd9Sstevel@tonic-gate 		 */
34277c478bd9Sstevel@tonic-gate 		if (error == ESAME)
34287c478bd9Sstevel@tonic-gate 			error = 0;
34297c478bd9Sstevel@tonic-gate 		goto errout;
34307c478bd9Sstevel@tonic-gate 	}
34317c478bd9Sstevel@tonic-gate 
34327c478bd9Sstevel@tonic-gate 	/*
34337c478bd9Sstevel@tonic-gate 	 * Unlink the source.
34347c478bd9Sstevel@tonic-gate 	 * Remove the source entry.  ufs_dirremove() checks that the entry
34357c478bd9Sstevel@tonic-gate 	 * still reflects sip, and returns an error if it doesn't.
34367c478bd9Sstevel@tonic-gate 	 * If the entry has changed just forget about it.  Release
34377c478bd9Sstevel@tonic-gate 	 * the source inode.
34387c478bd9Sstevel@tonic-gate 	 */
34397c478bd9Sstevel@tonic-gate 	if ((error = ufs_dirremove(sdp, snm, sip, (struct vnode *)0,
34407c478bd9Sstevel@tonic-gate 	    DR_RENAME, cr, NULL)) == ENOENT)
34417c478bd9Sstevel@tonic-gate 		error = 0;
34427c478bd9Sstevel@tonic-gate 
34437c478bd9Sstevel@tonic-gate errout:
34447c478bd9Sstevel@tonic-gate 	rw_exit(&tdp->i_rwlock);
34457c478bd9Sstevel@tonic-gate 	if (sdp != tdp) {
34467c478bd9Sstevel@tonic-gate 		rw_exit(&sdp->i_rwlock);
34477c478bd9Sstevel@tonic-gate 	}
34487c478bd9Sstevel@tonic-gate 
34497c478bd9Sstevel@tonic-gate unlock:
34507c478bd9Sstevel@tonic-gate 	if (ulp) {
34517c478bd9Sstevel@tonic-gate 		TRANS_END_CSYNC(ufsvfsp, error, issync, TOP_RENAME, trans_size);
34527c478bd9Sstevel@tonic-gate 		ufs_lockfs_end(ulp);
34537c478bd9Sstevel@tonic-gate 	}
34547c478bd9Sstevel@tonic-gate 
34557c478bd9Sstevel@tonic-gate 	/*
34567c478bd9Sstevel@tonic-gate 	 * If no errors, send the appropriate events on the source
34577c478bd9Sstevel@tonic-gate 	 * and destination (a.k.a, target) vnodes, if they exist.
34587c478bd9Sstevel@tonic-gate 	 * This has to be done after the rename transaction has closed.
34597c478bd9Sstevel@tonic-gate 	 */
34607c478bd9Sstevel@tonic-gate 	if (error == 0) {
34617c478bd9Sstevel@tonic-gate 		if (tvp != NULL)
34627c478bd9Sstevel@tonic-gate 			vnevent_rename_dest(tvp);
34637c478bd9Sstevel@tonic-gate 		/*
34647c478bd9Sstevel@tonic-gate 		 * Note that if ufs_direnter_lr() returned ESAME then
34657c478bd9Sstevel@tonic-gate 		 * this event will still be sent.  This isn't expected
34667c478bd9Sstevel@tonic-gate 		 * to be a problem for anticipated usage by consumers.
34677c478bd9Sstevel@tonic-gate 		 */
34687c478bd9Sstevel@tonic-gate 		if (sip != NULL)
34697c478bd9Sstevel@tonic-gate 			vnevent_rename_src(ITOV(sip));
34707c478bd9Sstevel@tonic-gate 	}
34717c478bd9Sstevel@tonic-gate 
34727c478bd9Sstevel@tonic-gate 	if (tvp != NULL)
34737c478bd9Sstevel@tonic-gate 		VN_RELE(tvp);
34747c478bd9Sstevel@tonic-gate 
34757c478bd9Sstevel@tonic-gate 	if (sip != NULL)
34767c478bd9Sstevel@tonic-gate 		VN_RELE(ITOV(sip));
34777c478bd9Sstevel@tonic-gate 
34787c478bd9Sstevel@tonic-gate out:
34797c478bd9Sstevel@tonic-gate 	TRACE_5(TR_FAC_UFS, TR_UFS_RENAME_END,
34807c478bd9Sstevel@tonic-gate 		"ufs_rename_end:sdvp %p snm %s tdvp %p tnm %s error %d",
34817c478bd9Sstevel@tonic-gate 			sdvp, snm, tdvp, tnm, error);
34827c478bd9Sstevel@tonic-gate 	return (error);
34837c478bd9Sstevel@tonic-gate }
34847c478bd9Sstevel@tonic-gate 
34857c478bd9Sstevel@tonic-gate /*ARGSUSED*/
34867c478bd9Sstevel@tonic-gate static int
34877c478bd9Sstevel@tonic-gate ufs_mkdir(struct vnode *dvp, char *dirname, struct vattr *vap,
34887c478bd9Sstevel@tonic-gate 	struct vnode **vpp, struct cred *cr)
34897c478bd9Sstevel@tonic-gate {
34907c478bd9Sstevel@tonic-gate 	struct inode *ip;
34917c478bd9Sstevel@tonic-gate 	struct inode *xip;
34927c478bd9Sstevel@tonic-gate 	struct ufsvfs *ufsvfsp;
34937c478bd9Sstevel@tonic-gate 	struct ulockfs *ulp;
34947c478bd9Sstevel@tonic-gate 	int error;
34957c478bd9Sstevel@tonic-gate 	int issync;
34967c478bd9Sstevel@tonic-gate 	int trans_size;
34977c478bd9Sstevel@tonic-gate 	int retry = 1;
34987c478bd9Sstevel@tonic-gate 
34997c478bd9Sstevel@tonic-gate 	ASSERT((vap->va_mask & (AT_TYPE|AT_MODE)) == (AT_TYPE|AT_MODE));
35007c478bd9Sstevel@tonic-gate 
35017c478bd9Sstevel@tonic-gate 	TRACE_1(TR_FAC_UFS, TR_UFS_MKDIR_START,
35027c478bd9Sstevel@tonic-gate 		"ufs_mkdir_start:dvp %p", dvp);
35037c478bd9Sstevel@tonic-gate 
35047c478bd9Sstevel@tonic-gate 	/*
35057c478bd9Sstevel@tonic-gate 	 * Can't make directory in attr hidden dir
35067c478bd9Sstevel@tonic-gate 	 */
35077c478bd9Sstevel@tonic-gate 	if ((VTOI(dvp)->i_mode & IFMT) == IFATTRDIR)
35087c478bd9Sstevel@tonic-gate 		return (EINVAL);
35097c478bd9Sstevel@tonic-gate 
35107c478bd9Sstevel@tonic-gate again:
35117c478bd9Sstevel@tonic-gate 	ip = VTOI(dvp);
35127c478bd9Sstevel@tonic-gate 	ufsvfsp = ip->i_ufsvfs;
35137c478bd9Sstevel@tonic-gate 	error = ufs_lockfs_begin(ufsvfsp, &ulp, ULOCKFS_MKDIR_MASK);
35147c478bd9Sstevel@tonic-gate 	if (error)
35157c478bd9Sstevel@tonic-gate 		goto out;
35167c478bd9Sstevel@tonic-gate 	if (ulp)
35177c478bd9Sstevel@tonic-gate 		TRANS_BEGIN_CSYNC(ufsvfsp, issync, TOP_MKDIR,
35187c478bd9Sstevel@tonic-gate 		    trans_size = (int)TOP_MKDIR_SIZE(ip));
35197c478bd9Sstevel@tonic-gate 
35207c478bd9Sstevel@tonic-gate 	rw_enter(&ip->i_rwlock, RW_WRITER);
35217c478bd9Sstevel@tonic-gate 
35227c478bd9Sstevel@tonic-gate 	error = ufs_direnter_cm(ip, dirname, DE_MKDIR, vap, &xip, cr,
35237c478bd9Sstevel@tonic-gate 		(retry ? IQUIET : 0));
35247c478bd9Sstevel@tonic-gate 
35257c478bd9Sstevel@tonic-gate 	rw_exit(&ip->i_rwlock);
35267c478bd9Sstevel@tonic-gate 	if (error == 0) {
35277c478bd9Sstevel@tonic-gate 		ip = xip;
35287c478bd9Sstevel@tonic-gate 		*vpp = ITOV(ip);
35297c478bd9Sstevel@tonic-gate 	} else if (error == EEXIST)
35307c478bd9Sstevel@tonic-gate 		VN_RELE(ITOV(xip));
35317c478bd9Sstevel@tonic-gate 
35327c478bd9Sstevel@tonic-gate 	if (ulp) {
35337c478bd9Sstevel@tonic-gate 		int terr = 0;
35347c478bd9Sstevel@tonic-gate 		TRANS_END_CSYNC(ufsvfsp, terr, issync, TOP_MKDIR, trans_size);
35357c478bd9Sstevel@tonic-gate 		ufs_lockfs_end(ulp);
35367c478bd9Sstevel@tonic-gate 		if (error == 0)
35377c478bd9Sstevel@tonic-gate 			error = terr;
35387c478bd9Sstevel@tonic-gate 	}
35397c478bd9Sstevel@tonic-gate out:
35407c478bd9Sstevel@tonic-gate 	if ((error == ENOSPC) && retry && TRANS_ISTRANS(ufsvfsp)) {
35417c478bd9Sstevel@tonic-gate 		ufs_delete_drain_wait(ufsvfsp, 1);
35427c478bd9Sstevel@tonic-gate 		retry = 0;
35437c478bd9Sstevel@tonic-gate 		goto again;
35447c478bd9Sstevel@tonic-gate 	}
35457c478bd9Sstevel@tonic-gate 
35467c478bd9Sstevel@tonic-gate 	TRACE_2(TR_FAC_UFS, TR_UFS_MKDIR_END,
35477c478bd9Sstevel@tonic-gate 		"ufs_mkdir_end:dvp %p error %d", dvp, error);
35487c478bd9Sstevel@tonic-gate 	return (error);
35497c478bd9Sstevel@tonic-gate }
35507c478bd9Sstevel@tonic-gate 
35517c478bd9Sstevel@tonic-gate /*ARGSUSED*/
35527c478bd9Sstevel@tonic-gate static int
35537c478bd9Sstevel@tonic-gate ufs_rmdir(struct vnode *vp, char *nm, struct vnode *cdir, struct cred *cr)
35547c478bd9Sstevel@tonic-gate {
35557c478bd9Sstevel@tonic-gate 	struct inode *ip = VTOI(vp);
35567c478bd9Sstevel@tonic-gate 	struct ufsvfs *ufsvfsp = ip->i_ufsvfs;
35577c478bd9Sstevel@tonic-gate 	struct ulockfs *ulp;
35587c478bd9Sstevel@tonic-gate 	vnode_t *rmvp = NULL;	/* Vnode of removed directory */
35597c478bd9Sstevel@tonic-gate 	int error;
35607c478bd9Sstevel@tonic-gate 	int issync;
35617c478bd9Sstevel@tonic-gate 
35627c478bd9Sstevel@tonic-gate 	TRACE_1(TR_FAC_UFS, TR_UFS_RMDIR_START,
35637c478bd9Sstevel@tonic-gate 		"ufs_rmdir_start:vp %p", vp);
35647c478bd9Sstevel@tonic-gate 
35657c478bd9Sstevel@tonic-gate 	/*
35667c478bd9Sstevel@tonic-gate 	 * don't let the delete queue get too long
35677c478bd9Sstevel@tonic-gate 	 */
35687c478bd9Sstevel@tonic-gate 	if (ufsvfsp == NULL) {
35697c478bd9Sstevel@tonic-gate 		error = EIO;
35707c478bd9Sstevel@tonic-gate 		goto out;
35717c478bd9Sstevel@tonic-gate 	}
35727c478bd9Sstevel@tonic-gate 	if (ufsvfsp->vfs_delete.uq_ne > ufs_idle_max)
35737c478bd9Sstevel@tonic-gate 		ufs_delete_drain(vp->v_vfsp, 1, 1);
35747c478bd9Sstevel@tonic-gate 
35757c478bd9Sstevel@tonic-gate 	error = ufs_lockfs_begin(ufsvfsp, &ulp, ULOCKFS_RMDIR_MASK);
35767c478bd9Sstevel@tonic-gate 	if (error)
35777c478bd9Sstevel@tonic-gate 		goto out;
35787c478bd9Sstevel@tonic-gate 
35797c478bd9Sstevel@tonic-gate 	if (ulp)
35807c478bd9Sstevel@tonic-gate 		TRANS_BEGIN_CSYNC(ufsvfsp, issync, TOP_RMDIR, TOP_RMDIR_SIZE);
35817c478bd9Sstevel@tonic-gate 
35827c478bd9Sstevel@tonic-gate 	rw_enter(&ip->i_rwlock, RW_WRITER);
35837c478bd9Sstevel@tonic-gate 	error = ufs_dirremove(ip, nm, (struct inode *)0, cdir, DR_RMDIR, cr,
35847c478bd9Sstevel@tonic-gate 									&rmvp);
35857c478bd9Sstevel@tonic-gate 	rw_exit(&ip->i_rwlock);
35867c478bd9Sstevel@tonic-gate 
35877c478bd9Sstevel@tonic-gate 	if (ulp) {
35887c478bd9Sstevel@tonic-gate 		TRANS_END_CSYNC(ufsvfsp, error, issync, TOP_RMDIR,
35897c478bd9Sstevel@tonic-gate 				TOP_RMDIR_SIZE);
35907c478bd9Sstevel@tonic-gate 		ufs_lockfs_end(ulp);
35917c478bd9Sstevel@tonic-gate 	}
35927c478bd9Sstevel@tonic-gate 
35937c478bd9Sstevel@tonic-gate 	/*
35947c478bd9Sstevel@tonic-gate 	 * This must be done AFTER the rmdir transaction has closed.
35957c478bd9Sstevel@tonic-gate 	 */
35967c478bd9Sstevel@tonic-gate 	if (rmvp != NULL) {
35977c478bd9Sstevel@tonic-gate 		/* Only send the event if there were no errors */
35987c478bd9Sstevel@tonic-gate 		if (error == 0)
35997c478bd9Sstevel@tonic-gate 			vnevent_rmdir(rmvp);
36007c478bd9Sstevel@tonic-gate 		VN_RELE(rmvp);
36017c478bd9Sstevel@tonic-gate 	}
36027c478bd9Sstevel@tonic-gate out:
36037c478bd9Sstevel@tonic-gate 	TRACE_2(TR_FAC_UFS, TR_UFS_RMDIR_END,
36047c478bd9Sstevel@tonic-gate 		"ufs_rmdir_end:vp %p error %d", vp, error);
36057c478bd9Sstevel@tonic-gate 
36067c478bd9Sstevel@tonic-gate 	return (error);
36077c478bd9Sstevel@tonic-gate }
36087c478bd9Sstevel@tonic-gate 
36097c478bd9Sstevel@tonic-gate /* ARGSUSED */
36107c478bd9Sstevel@tonic-gate static int
36117c478bd9Sstevel@tonic-gate ufs_readdir(
36127c478bd9Sstevel@tonic-gate 	struct vnode *vp,
36137c478bd9Sstevel@tonic-gate 	struct uio *uiop,
36147c478bd9Sstevel@tonic-gate 	struct cred *cr,
36157c478bd9Sstevel@tonic-gate 	int *eofp)
36167c478bd9Sstevel@tonic-gate {
36177c478bd9Sstevel@tonic-gate 	struct iovec *iovp;
36187c478bd9Sstevel@tonic-gate 	struct inode *ip;
36197c478bd9Sstevel@tonic-gate 	struct direct *idp;
36207c478bd9Sstevel@tonic-gate 	struct dirent64 *odp;
36217c478bd9Sstevel@tonic-gate 	struct fbuf *fbp;
36227c478bd9Sstevel@tonic-gate 	struct ufsvfs *ufsvfsp;
36237c478bd9Sstevel@tonic-gate 	struct ulockfs *ulp;
36247c478bd9Sstevel@tonic-gate 	caddr_t outbuf;
36257c478bd9Sstevel@tonic-gate 	size_t bufsize;
36267c478bd9Sstevel@tonic-gate 	uint_t offset;
36277c478bd9Sstevel@tonic-gate 	uint_t bytes_wanted, total_bytes_wanted;
36287c478bd9Sstevel@tonic-gate 	int incount = 0;
36297c478bd9Sstevel@tonic-gate 	int outcount = 0;
36307c478bd9Sstevel@tonic-gate 	int error;
36317c478bd9Sstevel@tonic-gate 
36327c478bd9Sstevel@tonic-gate 	ip = VTOI(vp);
36337c478bd9Sstevel@tonic-gate 	ASSERT(RW_READ_HELD(&ip->i_rwlock));
36347c478bd9Sstevel@tonic-gate 
36357c478bd9Sstevel@tonic-gate 	TRACE_2(TR_FAC_UFS, TR_UFS_READDIR_START,
36367c478bd9Sstevel@tonic-gate 		"ufs_readdir_start:vp %p uiop %p", vp, uiop);
36377c478bd9Sstevel@tonic-gate 
36387c478bd9Sstevel@tonic-gate 	if (uiop->uio_loffset >= MAXOFF32_T) {
36397c478bd9Sstevel@tonic-gate 		if (eofp)
36407c478bd9Sstevel@tonic-gate 			*eofp = 1;
36417c478bd9Sstevel@tonic-gate 		return (0);
36427c478bd9Sstevel@tonic-gate 	}
36437c478bd9Sstevel@tonic-gate 
36447c478bd9Sstevel@tonic-gate 	/*
36457c478bd9Sstevel@tonic-gate 	 * Check if we have been called with a valid iov_len
36467c478bd9Sstevel@tonic-gate 	 * and bail out if not, otherwise we may potentially loop
36477c478bd9Sstevel@tonic-gate 	 * forever further down.
36487c478bd9Sstevel@tonic-gate 	 */
36497c478bd9Sstevel@tonic-gate 	if (uiop->uio_iov->iov_len <= 0) {
36507c478bd9Sstevel@tonic-gate 		error = EINVAL;
36517c478bd9Sstevel@tonic-gate 		goto out;
36527c478bd9Sstevel@tonic-gate 	}
36537c478bd9Sstevel@tonic-gate 
36547c478bd9Sstevel@tonic-gate 	/*
36557c478bd9Sstevel@tonic-gate 	 * Large Files: When we come here we are guaranteed that
36567c478bd9Sstevel@tonic-gate 	 * uio_offset can be used safely. The high word is zero.
36577c478bd9Sstevel@tonic-gate 	 */
36587c478bd9Sstevel@tonic-gate 
36597c478bd9Sstevel@tonic-gate 	ufsvfsp = ip->i_ufsvfs;
36607c478bd9Sstevel@tonic-gate 	error = ufs_lockfs_begin(ufsvfsp, &ulp, ULOCKFS_READDIR_MASK);
36617c478bd9Sstevel@tonic-gate 	if (error)
36627c478bd9Sstevel@tonic-gate 		goto out;
36637c478bd9Sstevel@tonic-gate 
36647c478bd9Sstevel@tonic-gate 	iovp = uiop->uio_iov;
36657c478bd9Sstevel@tonic-gate 	total_bytes_wanted = iovp->iov_len;
36667c478bd9Sstevel@tonic-gate 
36677c478bd9Sstevel@tonic-gate 	/* Large Files: directory files should not be "large" */
36687c478bd9Sstevel@tonic-gate 
36697c478bd9Sstevel@tonic-gate 	ASSERT(ip->i_size <= MAXOFF32_T);
36707c478bd9Sstevel@tonic-gate 
36717c478bd9Sstevel@tonic-gate 	/* Force offset to be valid (to guard against bogus lseek() values) */
36727c478bd9Sstevel@tonic-gate 	offset = (uint_t)uiop->uio_offset & ~(DIRBLKSIZ - 1);
36737c478bd9Sstevel@tonic-gate 
36747c478bd9Sstevel@tonic-gate 	/* Quit if at end of file or link count of zero (posix) */
36757c478bd9Sstevel@tonic-gate 	if (offset >= (uint_t)ip->i_size || ip->i_nlink <= 0) {
36767c478bd9Sstevel@tonic-gate 		if (eofp)
36777c478bd9Sstevel@tonic-gate 			*eofp = 1;
36787c478bd9Sstevel@tonic-gate 		error = 0;
36797c478bd9Sstevel@tonic-gate 		goto unlock;
36807c478bd9Sstevel@tonic-gate 	}
36817c478bd9Sstevel@tonic-gate 
36827c478bd9Sstevel@tonic-gate 	/*
36837c478bd9Sstevel@tonic-gate 	 * Get space to change directory entries into fs independent format.
36847c478bd9Sstevel@tonic-gate 	 * Do fast alloc for the most commonly used-request size (filesystem
36857c478bd9Sstevel@tonic-gate 	 * block size).
36867c478bd9Sstevel@tonic-gate 	 */
36877c478bd9Sstevel@tonic-gate 	if (uiop->uio_segflg != UIO_SYSSPACE || uiop->uio_iovcnt != 1) {
36887c478bd9Sstevel@tonic-gate 		bufsize = total_bytes_wanted;
36897c478bd9Sstevel@tonic-gate 		outbuf = kmem_alloc(bufsize, KM_SLEEP);
36907c478bd9Sstevel@tonic-gate 		odp = (struct dirent64 *)outbuf;
36917c478bd9Sstevel@tonic-gate 	} else {
36927c478bd9Sstevel@tonic-gate 		bufsize = total_bytes_wanted;
36937c478bd9Sstevel@tonic-gate 		odp = (struct dirent64 *)iovp->iov_base;
36947c478bd9Sstevel@tonic-gate 	}
36957c478bd9Sstevel@tonic-gate 
36967c478bd9Sstevel@tonic-gate nextblk:
36977c478bd9Sstevel@tonic-gate 	bytes_wanted = total_bytes_wanted;
36987c478bd9Sstevel@tonic-gate 
36997c478bd9Sstevel@tonic-gate 	/* Truncate request to file size */
37007c478bd9Sstevel@tonic-gate 	if (offset + bytes_wanted > (int)ip->i_size)
37017c478bd9Sstevel@tonic-gate 		bytes_wanted = (int)(ip->i_size - offset);
37027c478bd9Sstevel@tonic-gate 
37037c478bd9Sstevel@tonic-gate 	/* Comply with MAXBSIZE boundary restrictions of fbread() */
37047c478bd9Sstevel@tonic-gate 	if ((offset & MAXBOFFSET) + bytes_wanted > MAXBSIZE)
37057c478bd9Sstevel@tonic-gate 		bytes_wanted = MAXBSIZE - (offset & MAXBOFFSET);
37067c478bd9Sstevel@tonic-gate 
37077c478bd9Sstevel@tonic-gate 	/*
37087c478bd9Sstevel@tonic-gate 	 * Read in the next chunk.
37097c478bd9Sstevel@tonic-gate 	 * We are still holding the i_rwlock.
37107c478bd9Sstevel@tonic-gate 	 */
37117c478bd9Sstevel@tonic-gate 	error = fbread(vp, (offset_t)offset, bytes_wanted, S_OTHER, &fbp);
37127c478bd9Sstevel@tonic-gate 
37137c478bd9Sstevel@tonic-gate 	if (error)
37147c478bd9Sstevel@tonic-gate 		goto update_inode;
37157c478bd9Sstevel@tonic-gate 	if (!ULOCKFS_IS_NOIACC(ITOUL(ip)) && (ip->i_fs->fs_ronly == 0) &&
37167c478bd9Sstevel@tonic-gate 	    (!ufsvfsp->vfs_noatime)) {
37177c478bd9Sstevel@tonic-gate 		ip->i_flag |= IACC;
37187c478bd9Sstevel@tonic-gate 	}
37197c478bd9Sstevel@tonic-gate 	incount = 0;
37207c478bd9Sstevel@tonic-gate 	idp = (struct direct *)fbp->fb_addr;
37217c478bd9Sstevel@tonic-gate 	if (idp->d_ino == 0 && idp->d_reclen == 0 &&
37227c478bd9Sstevel@tonic-gate 		idp->d_namlen == 0) {
37237c478bd9Sstevel@tonic-gate 		cmn_err(CE_WARN, "ufs_readdir: bad dir, inumber = %llu, "
37247c478bd9Sstevel@tonic-gate 			"fs = %s\n",
37257c478bd9Sstevel@tonic-gate 			(u_longlong_t)ip->i_number, ufsvfsp->vfs_fs->fs_fsmnt);
37267c478bd9Sstevel@tonic-gate 		fbrelse(fbp, S_OTHER);
37277c478bd9Sstevel@tonic-gate 		error = ENXIO;
37287c478bd9Sstevel@tonic-gate 		goto update_inode;
37297c478bd9Sstevel@tonic-gate 	}
37307c478bd9Sstevel@tonic-gate 	/* Transform to file-system independent format */
37317c478bd9Sstevel@tonic-gate 	while (incount < bytes_wanted) {
37327c478bd9Sstevel@tonic-gate 		/*
37337c478bd9Sstevel@tonic-gate 		 * If the current directory entry is mangled, then skip
37347c478bd9Sstevel@tonic-gate 		 * to the next block.  It would be nice to set the FSBAD
37357c478bd9Sstevel@tonic-gate 		 * flag in the super-block so that a fsck is forced on
37367c478bd9Sstevel@tonic-gate 		 * next reboot, but locking is a problem.
37377c478bd9Sstevel@tonic-gate 		 */
37387c478bd9Sstevel@tonic-gate 		if (idp->d_reclen & 0x3) {
37397c478bd9Sstevel@tonic-gate 			offset = (offset + DIRBLKSIZ) & ~(DIRBLKSIZ-1);
37407c478bd9Sstevel@tonic-gate 			break;
37417c478bd9Sstevel@tonic-gate 		}
37427c478bd9Sstevel@tonic-gate 
37437c478bd9Sstevel@tonic-gate 		/* Skip to requested offset and skip empty entries */
37447c478bd9Sstevel@tonic-gate 		if (idp->d_ino != 0 && offset >= (uint_t)uiop->uio_offset) {
37457c478bd9Sstevel@tonic-gate 			ushort_t this_reclen =
37467c478bd9Sstevel@tonic-gate 			    DIRENT64_RECLEN(idp->d_namlen);
37477c478bd9Sstevel@tonic-gate 			/* Buffer too small for any entries */
37487c478bd9Sstevel@tonic-gate 			if (!outcount && this_reclen > bufsize) {
37497c478bd9Sstevel@tonic-gate 				fbrelse(fbp, S_OTHER);
37507c478bd9Sstevel@tonic-gate 				error = EINVAL;
37517c478bd9Sstevel@tonic-gate 				goto update_inode;
37527c478bd9Sstevel@tonic-gate 			}
37537c478bd9Sstevel@tonic-gate 			/* If would overrun the buffer, quit */
37547c478bd9Sstevel@tonic-gate 			if (outcount + this_reclen > bufsize) {
37557c478bd9Sstevel@tonic-gate 				break;
37567c478bd9Sstevel@tonic-gate 			}
37577c478bd9Sstevel@tonic-gate 			/* Take this entry */
37587c478bd9Sstevel@tonic-gate 			odp->d_ino = (ino64_t)idp->d_ino;
37597c478bd9Sstevel@tonic-gate 			odp->d_reclen = (ushort_t)this_reclen;
37607c478bd9Sstevel@tonic-gate 			odp->d_off = (offset_t)(offset + idp->d_reclen);
37617c478bd9Sstevel@tonic-gate 
37627c478bd9Sstevel@tonic-gate 			/* use strncpy(9f) to zero out uninitialized bytes */
37637c478bd9Sstevel@tonic-gate 
37647c478bd9Sstevel@tonic-gate 			ASSERT(strlen(idp->d_name) + 1 <=
37657c478bd9Sstevel@tonic-gate 			    DIRENT64_NAMELEN(this_reclen));
37667c478bd9Sstevel@tonic-gate 			(void) strncpy(odp->d_name, idp->d_name,
37677c478bd9Sstevel@tonic-gate 			    DIRENT64_NAMELEN(this_reclen));
37687c478bd9Sstevel@tonic-gate 			outcount += odp->d_reclen;
37697c478bd9Sstevel@tonic-gate 			odp = (struct dirent64 *)((intptr_t)odp +
37707c478bd9Sstevel@tonic-gate 				    odp->d_reclen);
37717c478bd9Sstevel@tonic-gate 			ASSERT(outcount <= bufsize);
37727c478bd9Sstevel@tonic-gate 		}
37737c478bd9Sstevel@tonic-gate 		if (idp->d_reclen) {
37747c478bd9Sstevel@tonic-gate 			incount += idp->d_reclen;
37757c478bd9Sstevel@tonic-gate 			offset += idp->d_reclen;
37767c478bd9Sstevel@tonic-gate 			idp = (struct direct *)((intptr_t)idp + idp->d_reclen);
37777c478bd9Sstevel@tonic-gate 		} else {
37787c478bd9Sstevel@tonic-gate 			offset = (offset + DIRBLKSIZ) & ~(DIRBLKSIZ-1);
37797c478bd9Sstevel@tonic-gate 			break;
37807c478bd9Sstevel@tonic-gate 		}
37817c478bd9Sstevel@tonic-gate 	}
37827c478bd9Sstevel@tonic-gate 	/* Release the chunk */
37837c478bd9Sstevel@tonic-gate 	fbrelse(fbp, S_OTHER);
37847c478bd9Sstevel@tonic-gate 
37857c478bd9Sstevel@tonic-gate 	/* Read whole block, but got no entries, read another if not eof */
37867c478bd9Sstevel@tonic-gate 
37877c478bd9Sstevel@tonic-gate 	/*
37887c478bd9Sstevel@tonic-gate 	 * Large Files: casting i_size to int here is not a problem
37897c478bd9Sstevel@tonic-gate 	 * because directory sizes are always less than MAXOFF32_T.
37907c478bd9Sstevel@tonic-gate 	 * See assertion above.
37917c478bd9Sstevel@tonic-gate 	 */
37927c478bd9Sstevel@tonic-gate 
37937c478bd9Sstevel@tonic-gate 	if (offset < (int)ip->i_size && !outcount)
37947c478bd9Sstevel@tonic-gate 		goto nextblk;
37957c478bd9Sstevel@tonic-gate 
37967c478bd9Sstevel@tonic-gate 	/* Copy out the entry data */
37977c478bd9Sstevel@tonic-gate 	if (uiop->uio_segflg == UIO_SYSSPACE && uiop->uio_iovcnt == 1) {
37987c478bd9Sstevel@tonic-gate 		iovp->iov_base += outcount;
37997c478bd9Sstevel@tonic-gate 		iovp->iov_len -= outcount;
38007c478bd9Sstevel@tonic-gate 		uiop->uio_resid -= outcount;
38017c478bd9Sstevel@tonic-gate 		uiop->uio_offset = offset;
38027c478bd9Sstevel@tonic-gate 	} else if ((error = uiomove(outbuf, (long)outcount, UIO_READ,
38037c478bd9Sstevel@tonic-gate 				    uiop)) == 0)
38047c478bd9Sstevel@tonic-gate 		uiop->uio_offset = offset;
38057c478bd9Sstevel@tonic-gate update_inode:
38067c478bd9Sstevel@tonic-gate 	ITIMES(ip);
38077c478bd9Sstevel@tonic-gate 	if (uiop->uio_segflg != UIO_SYSSPACE || uiop->uio_iovcnt != 1)
38087c478bd9Sstevel@tonic-gate 		kmem_free(outbuf, bufsize);
38097c478bd9Sstevel@tonic-gate 
38107c478bd9Sstevel@tonic-gate 	if (eofp && error == 0)
38117c478bd9Sstevel@tonic-gate 		*eofp = (uiop->uio_offset >= (int)ip->i_size);
38127c478bd9Sstevel@tonic-gate unlock:
38137c478bd9Sstevel@tonic-gate 	if (ulp) {
38147c478bd9Sstevel@tonic-gate 		ufs_lockfs_end(ulp);
38157c478bd9Sstevel@tonic-gate 	}
38167c478bd9Sstevel@tonic-gate out:
38177c478bd9Sstevel@tonic-gate 	TRACE_2(TR_FAC_UFS, TR_UFS_READDIR_END,
38187c478bd9Sstevel@tonic-gate 		"ufs_readdir_end:vp %p error %d", vp, error);
38197c478bd9Sstevel@tonic-gate 	return (error);
38207c478bd9Sstevel@tonic-gate }
38217c478bd9Sstevel@tonic-gate 
38227c478bd9Sstevel@tonic-gate /*ARGSUSED*/
38237c478bd9Sstevel@tonic-gate static int
38247c478bd9Sstevel@tonic-gate ufs_symlink(
38257c478bd9Sstevel@tonic-gate 	struct vnode *dvp,		/* ptr to parent dir vnode */
38267c478bd9Sstevel@tonic-gate 	char *linkname,			/* name of symbolic link */
38277c478bd9Sstevel@tonic-gate 	struct vattr *vap,		/* attributes */
38287c478bd9Sstevel@tonic-gate 	char *target,			/* target path */
38297c478bd9Sstevel@tonic-gate 	struct cred *cr)		/* user credentials */
38307c478bd9Sstevel@tonic-gate {
38317c478bd9Sstevel@tonic-gate 	struct inode *ip, *dip = VTOI(dvp);
38327c478bd9Sstevel@tonic-gate 	struct ufsvfs *ufsvfsp = dip->i_ufsvfs;
38337c478bd9Sstevel@tonic-gate 	struct ulockfs *ulp;
38347c478bd9Sstevel@tonic-gate 	int error;
38357c478bd9Sstevel@tonic-gate 	int issync;
38367c478bd9Sstevel@tonic-gate 	int trans_size;
38377c478bd9Sstevel@tonic-gate 	int residual;
38387c478bd9Sstevel@tonic-gate 	int ioflag;
38397c478bd9Sstevel@tonic-gate 	int retry = 1;
38407c478bd9Sstevel@tonic-gate 
38417c478bd9Sstevel@tonic-gate 	TRACE_1(TR_FAC_UFS, TR_UFS_SYMLINK_START,
38427c478bd9Sstevel@tonic-gate 		"ufs_symlink_start:dvp %p", dvp);
38437c478bd9Sstevel@tonic-gate 
38447c478bd9Sstevel@tonic-gate 	/*
38457c478bd9Sstevel@tonic-gate 	 * No symlinks in attrdirs at this time
38467c478bd9Sstevel@tonic-gate 	 */
38477c478bd9Sstevel@tonic-gate 	if ((VTOI(dvp)->i_mode & IFMT) == IFATTRDIR)
38487c478bd9Sstevel@tonic-gate 		return (EINVAL);
38497c478bd9Sstevel@tonic-gate 
38507c478bd9Sstevel@tonic-gate again:
38517c478bd9Sstevel@tonic-gate 	ip = (struct inode *)NULL;
38527c478bd9Sstevel@tonic-gate 	vap->va_type = VLNK;
38537c478bd9Sstevel@tonic-gate 	vap->va_rdev = 0;
38547c478bd9Sstevel@tonic-gate 
38557c478bd9Sstevel@tonic-gate 	error = ufs_lockfs_begin(ufsvfsp, &ulp, ULOCKFS_SYMLINK_MASK);
38567c478bd9Sstevel@tonic-gate 	if (error)
38577c478bd9Sstevel@tonic-gate 		goto out;
38587c478bd9Sstevel@tonic-gate 
38597c478bd9Sstevel@tonic-gate 	if (ulp)
38607c478bd9Sstevel@tonic-gate 		TRANS_BEGIN_CSYNC(ufsvfsp, issync, TOP_SYMLINK,
38617c478bd9Sstevel@tonic-gate 		    trans_size = (int)TOP_SYMLINK_SIZE(dip));
38627c478bd9Sstevel@tonic-gate 
38637c478bd9Sstevel@tonic-gate 	/*
38647c478bd9Sstevel@tonic-gate 	 * We must create the inode before the directory entry, to avoid
38657c478bd9Sstevel@tonic-gate 	 * racing with readlink().  ufs_dirmakeinode requires that we
38667c478bd9Sstevel@tonic-gate 	 * hold the quota lock as reader, and directory locks as writer.
38677c478bd9Sstevel@tonic-gate 	 */
38687c478bd9Sstevel@tonic-gate 
38697c478bd9Sstevel@tonic-gate 	rw_enter(&dip->i_rwlock, RW_WRITER);
38707c478bd9Sstevel@tonic-gate 	rw_enter(&ufsvfsp->vfs_dqrwlock, RW_READER);
38717c478bd9Sstevel@tonic-gate 	rw_enter(&dip->i_contents, RW_WRITER);
38727c478bd9Sstevel@tonic-gate 
38737c478bd9Sstevel@tonic-gate 	/*
38747c478bd9Sstevel@tonic-gate 	 * Suppress any out of inodes messages if we will retry on
38757c478bd9Sstevel@tonic-gate 	 * ENOSP
38767c478bd9Sstevel@tonic-gate 	 */
38777c478bd9Sstevel@tonic-gate 	if (retry)
38787c478bd9Sstevel@tonic-gate 		dip->i_flag |= IQUIET;
38797c478bd9Sstevel@tonic-gate 
38807c478bd9Sstevel@tonic-gate 	error = ufs_dirmakeinode(dip, &ip, vap, DE_SYMLINK, cr);
38817c478bd9Sstevel@tonic-gate 
38827c478bd9Sstevel@tonic-gate 	dip->i_flag &= ~IQUIET;
38837c478bd9Sstevel@tonic-gate 
38847c478bd9Sstevel@tonic-gate 	rw_exit(&dip->i_contents);
38857c478bd9Sstevel@tonic-gate 	rw_exit(&ufsvfsp->vfs_dqrwlock);
38867c478bd9Sstevel@tonic-gate 	rw_exit(&dip->i_rwlock);
38877c478bd9Sstevel@tonic-gate 
38887c478bd9Sstevel@tonic-gate 	if (error)
38897c478bd9Sstevel@tonic-gate 		goto unlock;
38907c478bd9Sstevel@tonic-gate 
38917c478bd9Sstevel@tonic-gate 	/*
38927c478bd9Sstevel@tonic-gate 	 * OK.  The inode has been created.  Write out the data of the
38937c478bd9Sstevel@tonic-gate 	 * symbolic link.  Since symbolic links are metadata, and should
38947c478bd9Sstevel@tonic-gate 	 * remain consistent across a system crash, we need to force the
38957c478bd9Sstevel@tonic-gate 	 * data out synchronously.
38967c478bd9Sstevel@tonic-gate 	 *
38977c478bd9Sstevel@tonic-gate 	 * (This is a change from the semantics in earlier releases, which
38987c478bd9Sstevel@tonic-gate 	 * only created symbolic links synchronously if the semi-documented
38997c478bd9Sstevel@tonic-gate 	 * 'syncdir' option was set, or if we were being invoked by the NFS
39007c478bd9Sstevel@tonic-gate 	 * server, which requires symbolic links to be created synchronously.)
39017c478bd9Sstevel@tonic-gate 	 *
39027c478bd9Sstevel@tonic-gate 	 * We need to pass in a pointer for the residual length; otherwise
39037c478bd9Sstevel@tonic-gate 	 * ufs_rdwri() will always return EIO if it can't write the data,
39047c478bd9Sstevel@tonic-gate 	 * even if the error was really ENOSPC or EDQUOT.
39057c478bd9Sstevel@tonic-gate 	 */
39067c478bd9Sstevel@tonic-gate 
39077c478bd9Sstevel@tonic-gate 	ioflag = FWRITE | FDSYNC;
39087c478bd9Sstevel@tonic-gate 	residual = 0;
39097c478bd9Sstevel@tonic-gate 
39107c478bd9Sstevel@tonic-gate 	rw_enter(&ufsvfsp->vfs_dqrwlock, RW_READER);
39117c478bd9Sstevel@tonic-gate 	rw_enter(&ip->i_contents, RW_WRITER);
39127c478bd9Sstevel@tonic-gate 
39137c478bd9Sstevel@tonic-gate 	/*
39147c478bd9Sstevel@tonic-gate 	 * Suppress file system full messages if we will retry
39157c478bd9Sstevel@tonic-gate 	 */
39167c478bd9Sstevel@tonic-gate 	if (retry)
39177c478bd9Sstevel@tonic-gate 		ip->i_flag |= IQUIET;
39187c478bd9Sstevel@tonic-gate 
39197c478bd9Sstevel@tonic-gate 	error = ufs_rdwri(UIO_WRITE, ioflag, ip, target, strlen(target),
39207c478bd9Sstevel@tonic-gate 	    (offset_t)0, UIO_SYSSPACE, &residual, cr);
39217c478bd9Sstevel@tonic-gate 
39227c478bd9Sstevel@tonic-gate 	ip->i_flag &= ~IQUIET;
39237c478bd9Sstevel@tonic-gate 
39247c478bd9Sstevel@tonic-gate 	if (error) {
39257c478bd9Sstevel@tonic-gate 		rw_exit(&ip->i_contents);
39267c478bd9Sstevel@tonic-gate 		rw_exit(&ufsvfsp->vfs_dqrwlock);
39277c478bd9Sstevel@tonic-gate 		goto remove;
39287c478bd9Sstevel@tonic-gate 	}
39297c478bd9Sstevel@tonic-gate 
39307c478bd9Sstevel@tonic-gate 	/*
39317c478bd9Sstevel@tonic-gate 	 * If the link's data is small enough, we can cache it in the inode.
39327c478bd9Sstevel@tonic-gate 	 * This is a "fast symbolic link".  We don't use the first direct
39337c478bd9Sstevel@tonic-gate 	 * block because that's actually used to point at the symbolic link's
39347c478bd9Sstevel@tonic-gate 	 * contents on disk; but we know that none of the other direct or
39357c478bd9Sstevel@tonic-gate 	 * indirect blocks can be used because symbolic links are restricted
39367c478bd9Sstevel@tonic-gate 	 * to be smaller than a file system block.
39377c478bd9Sstevel@tonic-gate 	 */
39387c478bd9Sstevel@tonic-gate 
39397c478bd9Sstevel@tonic-gate 	ASSERT(MAXPATHLEN <= VBSIZE(ITOV(ip)));
39407c478bd9Sstevel@tonic-gate 
39417c478bd9Sstevel@tonic-gate 	if (ip->i_size > 0 && ip->i_size <= FSL_SIZE) {
39427c478bd9Sstevel@tonic-gate 		if (kcopy(target, &ip->i_db[1], ip->i_size) == 0) {
39437c478bd9Sstevel@tonic-gate 			ip->i_flag |= IFASTSYMLNK;
39447c478bd9Sstevel@tonic-gate 		} else {
39457c478bd9Sstevel@tonic-gate 			int i;
39467c478bd9Sstevel@tonic-gate 			/* error, clear garbage left behind */
39477c478bd9Sstevel@tonic-gate 			for (i = 1; i < NDADDR; i++)
39487c478bd9Sstevel@tonic-gate 				ip->i_db[i] = 0;
39497c478bd9Sstevel@tonic-gate 			for (i = 0; i < NIADDR; i++)
39507c478bd9Sstevel@tonic-gate 				ip->i_ib[i] = 0;
39517c478bd9Sstevel@tonic-gate 		}
39527c478bd9Sstevel@tonic-gate 	}
39537c478bd9Sstevel@tonic-gate 
39547c478bd9Sstevel@tonic-gate 	rw_exit(&ip->i_contents);
39557c478bd9Sstevel@tonic-gate 	rw_exit(&ufsvfsp->vfs_dqrwlock);
39567c478bd9Sstevel@tonic-gate 
39577c478bd9Sstevel@tonic-gate 	/*
39587c478bd9Sstevel@tonic-gate 	 * OK.  We've successfully created the symbolic link.  All that
39597c478bd9Sstevel@tonic-gate 	 * remains is to insert it into the appropriate directory.
39607c478bd9Sstevel@tonic-gate 	 */
39617c478bd9Sstevel@tonic-gate 
39627c478bd9Sstevel@tonic-gate 	rw_enter(&dip->i_rwlock, RW_WRITER);
39637c478bd9Sstevel@tonic-gate 	error = ufs_direnter_lr(dip, linkname, DE_SYMLINK, NULL, ip, cr, NULL);
39647c478bd9Sstevel@tonic-gate 	rw_exit(&dip->i_rwlock);
39657c478bd9Sstevel@tonic-gate 
39667c478bd9Sstevel@tonic-gate 	/*
39677c478bd9Sstevel@tonic-gate 	 * Fall through into remove-on-error code.  We're either done, or we
39687c478bd9Sstevel@tonic-gate 	 * need to remove the inode (if we couldn't insert it).
39697c478bd9Sstevel@tonic-gate 	 */
39707c478bd9Sstevel@tonic-gate 
39717c478bd9Sstevel@tonic-gate remove:
39727c478bd9Sstevel@tonic-gate 	if (error && (ip != NULL)) {
39737c478bd9Sstevel@tonic-gate 		rw_enter(&ip->i_contents, RW_WRITER);
39747c478bd9Sstevel@tonic-gate 		ip->i_nlink--;
39757c478bd9Sstevel@tonic-gate 		ip->i_flag |= ICHG;
39767c478bd9Sstevel@tonic-gate 		ip->i_seq++;
39777c478bd9Sstevel@tonic-gate 		ufs_setreclaim(ip);
39787c478bd9Sstevel@tonic-gate 		rw_exit(&ip->i_contents);
39797c478bd9Sstevel@tonic-gate 	}
39807c478bd9Sstevel@tonic-gate 
39817c478bd9Sstevel@tonic-gate unlock:
39827c478bd9Sstevel@tonic-gate 	if (ip != NULL)
39837c478bd9Sstevel@tonic-gate 		VN_RELE(ITOV(ip));
39847c478bd9Sstevel@tonic-gate 
39857c478bd9Sstevel@tonic-gate 	if (ulp) {
39867c478bd9Sstevel@tonic-gate 		int terr = 0;
39877c478bd9Sstevel@tonic-gate 
39887c478bd9Sstevel@tonic-gate 		TRANS_END_CSYNC(ufsvfsp, terr, issync, TOP_SYMLINK,
39897c478bd9Sstevel@tonic-gate 				trans_size);
39907c478bd9Sstevel@tonic-gate 		ufs_lockfs_end(ulp);
39917c478bd9Sstevel@tonic-gate 		if (error == 0)
39927c478bd9Sstevel@tonic-gate 			error = terr;
39937c478bd9Sstevel@tonic-gate 	}
39947c478bd9Sstevel@tonic-gate 
39957c478bd9Sstevel@tonic-gate 	/*
39967c478bd9Sstevel@tonic-gate 	 * We may have failed due to lack of an inode or of a block to
39977c478bd9Sstevel@tonic-gate 	 * store the target in.  Try flushing the delete queue to free
39987c478bd9Sstevel@tonic-gate 	 * logically-available things up and try again.
39997c478bd9Sstevel@tonic-gate 	 */
40007c478bd9Sstevel@tonic-gate 	if ((error == ENOSPC) && retry && TRANS_ISTRANS(ufsvfsp)) {
40017c478bd9Sstevel@tonic-gate 		ufs_delete_drain_wait(ufsvfsp, 1);
40027c478bd9Sstevel@tonic-gate 		retry = 0;
40037c478bd9Sstevel@tonic-gate 		goto again;
40047c478bd9Sstevel@tonic-gate 	}
40057c478bd9Sstevel@tonic-gate 
40067c478bd9Sstevel@tonic-gate out:
40077c478bd9Sstevel@tonic-gate 	TRACE_2(TR_FAC_UFS, TR_UFS_SYMLINK_END,
40087c478bd9Sstevel@tonic-gate 		"ufs_symlink_end:dvp %p error %d", dvp, error);
40097c478bd9Sstevel@tonic-gate 	return (error);
40107c478bd9Sstevel@tonic-gate }
40117c478bd9Sstevel@tonic-gate 
40127c478bd9Sstevel@tonic-gate /*
40137c478bd9Sstevel@tonic-gate  * Ufs specific routine used to do ufs io.
40147c478bd9Sstevel@tonic-gate  */
40157c478bd9Sstevel@tonic-gate int
40167c478bd9Sstevel@tonic-gate ufs_rdwri(enum uio_rw rw, int ioflag, struct inode *ip, caddr_t base,
40177c478bd9Sstevel@tonic-gate 	ssize_t len, offset_t offset, enum uio_seg seg, int *aresid,
40187c478bd9Sstevel@tonic-gate 	struct cred *cr)
40197c478bd9Sstevel@tonic-gate {
40207c478bd9Sstevel@tonic-gate 	struct uio auio;
40217c478bd9Sstevel@tonic-gate 	struct iovec aiov;
40227c478bd9Sstevel@tonic-gate 	int error;
40237c478bd9Sstevel@tonic-gate 
40247c478bd9Sstevel@tonic-gate 	ASSERT(RW_LOCK_HELD(&ip->i_contents));
40257c478bd9Sstevel@tonic-gate 
40267c478bd9Sstevel@tonic-gate 	bzero((caddr_t)&auio, sizeof (uio_t));
40277c478bd9Sstevel@tonic-gate 	bzero((caddr_t)&aiov, sizeof (iovec_t));
40287c478bd9Sstevel@tonic-gate 
40297c478bd9Sstevel@tonic-gate 	aiov.iov_base = base;
40307c478bd9Sstevel@tonic-gate 	aiov.iov_len = len;
40317c478bd9Sstevel@tonic-gate 	auio.uio_iov = &aiov;
40327c478bd9Sstevel@tonic-gate 	auio.uio_iovcnt = 1;
40337c478bd9Sstevel@tonic-gate 	auio.uio_loffset = offset;
40347c478bd9Sstevel@tonic-gate 	auio.uio_segflg = (short)seg;
40357c478bd9Sstevel@tonic-gate 	auio.uio_resid = len;
40367c478bd9Sstevel@tonic-gate 
40377c478bd9Sstevel@tonic-gate 	if (rw == UIO_WRITE) {
40387c478bd9Sstevel@tonic-gate 		auio.uio_fmode = FWRITE;
40397c478bd9Sstevel@tonic-gate 		auio.uio_extflg = UIO_COPY_DEFAULT;
40407c478bd9Sstevel@tonic-gate 		auio.uio_llimit = curproc->p_fsz_ctl;
40417c478bd9Sstevel@tonic-gate 		error = wrip(ip, &auio, ioflag, cr);
40427c478bd9Sstevel@tonic-gate 	} else {
40437c478bd9Sstevel@tonic-gate 		auio.uio_fmode = FREAD;
40447c478bd9Sstevel@tonic-gate 		auio.uio_extflg = UIO_COPY_CACHED;
40457c478bd9Sstevel@tonic-gate 		auio.uio_llimit = MAXOFFSET_T;
40467c478bd9Sstevel@tonic-gate 		error = rdip(ip, &auio, ioflag, cr);
40477c478bd9Sstevel@tonic-gate 	}
40487c478bd9Sstevel@tonic-gate 
40497c478bd9Sstevel@tonic-gate 	if (aresid) {
40507c478bd9Sstevel@tonic-gate 		*aresid = auio.uio_resid;
40517c478bd9Sstevel@tonic-gate 	} else if (auio.uio_resid) {
40527c478bd9Sstevel@tonic-gate 		error = EIO;
40537c478bd9Sstevel@tonic-gate 	}
40547c478bd9Sstevel@tonic-gate 	return (error);
40557c478bd9Sstevel@tonic-gate }
40567c478bd9Sstevel@tonic-gate 
40577c478bd9Sstevel@tonic-gate static int
40587c478bd9Sstevel@tonic-gate ufs_fid(vp, fidp)
40597c478bd9Sstevel@tonic-gate 	struct vnode *vp;
40607c478bd9Sstevel@tonic-gate 	struct fid *fidp;
40617c478bd9Sstevel@tonic-gate {
40627c478bd9Sstevel@tonic-gate 	struct ufid *ufid;
40637c478bd9Sstevel@tonic-gate 	struct inode *ip = VTOI(vp);
40647c478bd9Sstevel@tonic-gate 
40657c478bd9Sstevel@tonic-gate 	if (ip->i_ufsvfs == NULL)
40667c478bd9Sstevel@tonic-gate 		return (EIO);
40677c478bd9Sstevel@tonic-gate 
40687c478bd9Sstevel@tonic-gate 	if (fidp->fid_len < (sizeof (struct ufid) - sizeof (ushort_t))) {
40697c478bd9Sstevel@tonic-gate 		fidp->fid_len = sizeof (struct ufid) - sizeof (ushort_t);
40707c478bd9Sstevel@tonic-gate 		return (ENOSPC);
40717c478bd9Sstevel@tonic-gate 	}
40727c478bd9Sstevel@tonic-gate 
40737c478bd9Sstevel@tonic-gate 	ufid = (struct ufid *)fidp;
40747c478bd9Sstevel@tonic-gate 	bzero((char *)ufid, sizeof (struct ufid));
40757c478bd9Sstevel@tonic-gate 	ufid->ufid_len = sizeof (struct ufid) - sizeof (ushort_t);
40767c478bd9Sstevel@tonic-gate 	ufid->ufid_ino = ip->i_number;
40777c478bd9Sstevel@tonic-gate 	ufid->ufid_gen = ip->i_gen;
40787c478bd9Sstevel@tonic-gate 
40797c478bd9Sstevel@tonic-gate 	return (0);
40807c478bd9Sstevel@tonic-gate }
40817c478bd9Sstevel@tonic-gate 
40827c478bd9Sstevel@tonic-gate /* ARGSUSED2 */
40837c478bd9Sstevel@tonic-gate static int
40847c478bd9Sstevel@tonic-gate ufs_rwlock(struct vnode *vp, int write_lock, caller_context_t *ctp)
40857c478bd9Sstevel@tonic-gate {
40867c478bd9Sstevel@tonic-gate 	struct inode	*ip = VTOI(vp);
40877c478bd9Sstevel@tonic-gate 	struct ufsvfs	*ufsvfsp;
40887c478bd9Sstevel@tonic-gate 	int		forcedirectio;
40897c478bd9Sstevel@tonic-gate 
40907c478bd9Sstevel@tonic-gate 	/*
40917c478bd9Sstevel@tonic-gate 	 * Read case is easy.
40927c478bd9Sstevel@tonic-gate 	 */
40937c478bd9Sstevel@tonic-gate 	if (!write_lock) {
40947c478bd9Sstevel@tonic-gate 		rw_enter(&ip->i_rwlock, RW_READER);
40957c478bd9Sstevel@tonic-gate 		return (V_WRITELOCK_FALSE);
40967c478bd9Sstevel@tonic-gate 	}
40977c478bd9Sstevel@tonic-gate 
40987c478bd9Sstevel@tonic-gate 	/*
40997c478bd9Sstevel@tonic-gate 	 * Caller has requested a writer lock, but that inhibits any
41007c478bd9Sstevel@tonic-gate 	 * concurrency in the VOPs that follow. Acquire the lock shared
41017c478bd9Sstevel@tonic-gate 	 * and defer exclusive access until it is known to be needed in
41027c478bd9Sstevel@tonic-gate 	 * other VOP handlers. Some cases can be determined here.
41037c478bd9Sstevel@tonic-gate 	 */
41047c478bd9Sstevel@tonic-gate 
41057c478bd9Sstevel@tonic-gate 	/*
41067c478bd9Sstevel@tonic-gate 	 * If directio is not set, there is no chance of concurrency,
41077c478bd9Sstevel@tonic-gate 	 * so just acquire the lock exclusive. Beware of a forced
41087c478bd9Sstevel@tonic-gate 	 * unmount before looking at the mount option.
41097c478bd9Sstevel@tonic-gate 	 */
41107c478bd9Sstevel@tonic-gate 	ufsvfsp = ip->i_ufsvfs;
41117c478bd9Sstevel@tonic-gate 	forcedirectio = ufsvfsp ? ufsvfsp->vfs_forcedirectio : 0;
41127c478bd9Sstevel@tonic-gate 	if (!(ip->i_flag & IDIRECTIO || forcedirectio) ||
41137c478bd9Sstevel@tonic-gate 	    !ufs_allow_shared_writes) {
41147c478bd9Sstevel@tonic-gate 		rw_enter(&ip->i_rwlock, RW_WRITER);
41157c478bd9Sstevel@tonic-gate 		return (V_WRITELOCK_TRUE);
41167c478bd9Sstevel@tonic-gate 	}
41177c478bd9Sstevel@tonic-gate 
41187c478bd9Sstevel@tonic-gate 	/*
41197c478bd9Sstevel@tonic-gate 	 * Mandatory locking forces acquiring i_rwlock exclusive.
41207c478bd9Sstevel@tonic-gate 	 */
41217c478bd9Sstevel@tonic-gate 	if (MANDLOCK(vp, ip->i_mode)) {
41227c478bd9Sstevel@tonic-gate 		rw_enter(&ip->i_rwlock, RW_WRITER);
41237c478bd9Sstevel@tonic-gate 		return (V_WRITELOCK_TRUE);
41247c478bd9Sstevel@tonic-gate 	}
41257c478bd9Sstevel@tonic-gate 
41267c478bd9Sstevel@tonic-gate 	/*
41277c478bd9Sstevel@tonic-gate 	 * Acquire the lock shared in case a concurrent write follows.
41287c478bd9Sstevel@tonic-gate 	 * Mandatory locking could have become enabled before the lock
41297c478bd9Sstevel@tonic-gate 	 * was acquired. Re-check and upgrade if needed.
41307c478bd9Sstevel@tonic-gate 	 */
41317c478bd9Sstevel@tonic-gate 	rw_enter(&ip->i_rwlock, RW_READER);
41327c478bd9Sstevel@tonic-gate 	if (MANDLOCK(vp, ip->i_mode)) {
41337c478bd9Sstevel@tonic-gate 		rw_exit(&ip->i_rwlock);
41347c478bd9Sstevel@tonic-gate 		rw_enter(&ip->i_rwlock, RW_WRITER);
41357c478bd9Sstevel@tonic-gate 		return (V_WRITELOCK_TRUE);
41367c478bd9Sstevel@tonic-gate 	}
41377c478bd9Sstevel@tonic-gate 	return (V_WRITELOCK_FALSE);
41387c478bd9Sstevel@tonic-gate }
41397c478bd9Sstevel@tonic-gate 
41407c478bd9Sstevel@tonic-gate /*ARGSUSED*/
41417c478bd9Sstevel@tonic-gate static void
41427c478bd9Sstevel@tonic-gate ufs_rwunlock(struct vnode *vp, int write_lock, caller_context_t *ctp)
41437c478bd9Sstevel@tonic-gate {
41447c478bd9Sstevel@tonic-gate 	struct inode	*ip = VTOI(vp);
41457c478bd9Sstevel@tonic-gate 
41467c478bd9Sstevel@tonic-gate 	rw_exit(&ip->i_rwlock);
41477c478bd9Sstevel@tonic-gate }
41487c478bd9Sstevel@tonic-gate 
41497c478bd9Sstevel@tonic-gate /* ARGSUSED */
41507c478bd9Sstevel@tonic-gate static int
41517c478bd9Sstevel@tonic-gate ufs_seek(struct vnode *vp, offset_t ooff, offset_t *noffp)
41527c478bd9Sstevel@tonic-gate {
41537c478bd9Sstevel@tonic-gate 	return ((*noffp < 0 || *noffp > MAXOFFSET_T) ? EINVAL : 0);
41547c478bd9Sstevel@tonic-gate }
41557c478bd9Sstevel@tonic-gate 
41567c478bd9Sstevel@tonic-gate /* ARGSUSED */
41577c478bd9Sstevel@tonic-gate static int
41587c478bd9Sstevel@tonic-gate ufs_frlock(struct vnode *vp, int cmd, struct flock64 *bfp, int flag,
41597c478bd9Sstevel@tonic-gate 	offset_t offset, struct flk_callback *flk_cbp, struct cred *cr)
41607c478bd9Sstevel@tonic-gate {
41617c478bd9Sstevel@tonic-gate 	struct inode *ip = VTOI(vp);
41627c478bd9Sstevel@tonic-gate 
41637c478bd9Sstevel@tonic-gate 	if (ip->i_ufsvfs == NULL)
41647c478bd9Sstevel@tonic-gate 		return (EIO);
41657c478bd9Sstevel@tonic-gate 
41667c478bd9Sstevel@tonic-gate 	/*
41677c478bd9Sstevel@tonic-gate 	 * If file is being mapped, disallow frlock.
41687c478bd9Sstevel@tonic-gate 	 * XXX I am not holding tlock while checking i_mapcnt because the
41697c478bd9Sstevel@tonic-gate 	 * current locking strategy drops all locks before calling fs_frlock.
41707c478bd9Sstevel@tonic-gate 	 * So, mapcnt could change before we enter fs_frlock making is
41717c478bd9Sstevel@tonic-gate 	 * meaningless to have held tlock in the first place.
41727c478bd9Sstevel@tonic-gate 	 */
41737c478bd9Sstevel@tonic-gate 	if (ip->i_mapcnt > 0 && MANDLOCK(vp, ip->i_mode))
41747c478bd9Sstevel@tonic-gate 		return (EAGAIN);
41757c478bd9Sstevel@tonic-gate 	return (fs_frlock(vp, cmd, bfp, flag, offset, flk_cbp, cr));
41767c478bd9Sstevel@tonic-gate }
41777c478bd9Sstevel@tonic-gate 
41787c478bd9Sstevel@tonic-gate /* ARGSUSED */
41797c478bd9Sstevel@tonic-gate static int
41807c478bd9Sstevel@tonic-gate ufs_space(
41817c478bd9Sstevel@tonic-gate 	struct vnode *vp,
41827c478bd9Sstevel@tonic-gate 	int cmd,
41837c478bd9Sstevel@tonic-gate 	struct flock64 *bfp,
41847c478bd9Sstevel@tonic-gate 	int flag,
41857c478bd9Sstevel@tonic-gate 	offset_t offset,
41867c478bd9Sstevel@tonic-gate 	cred_t *cr,
41877c478bd9Sstevel@tonic-gate 	caller_context_t *ct)
41887c478bd9Sstevel@tonic-gate {
41897c478bd9Sstevel@tonic-gate 	struct ufsvfs *ufsvfsp	= VTOI(vp)->i_ufsvfs;
41907c478bd9Sstevel@tonic-gate 	struct ulockfs *ulp;
41917c478bd9Sstevel@tonic-gate 	int error;
41927c478bd9Sstevel@tonic-gate 
41937c478bd9Sstevel@tonic-gate 	error = ufs_lockfs_begin(ufsvfsp, &ulp, ULOCKFS_SPACE_MASK);
41947c478bd9Sstevel@tonic-gate 	if (error)
41957c478bd9Sstevel@tonic-gate 		return (error);
41967c478bd9Sstevel@tonic-gate 
41977c478bd9Sstevel@tonic-gate 
41987c478bd9Sstevel@tonic-gate 	if (cmd != F_FREESP)
41997c478bd9Sstevel@tonic-gate 		error =  EINVAL;
42007c478bd9Sstevel@tonic-gate 	else if ((error = convoff(vp, bfp, 0, offset)) == 0)
42017c478bd9Sstevel@tonic-gate 		error = ufs_freesp(vp, bfp, flag, cr);
42027c478bd9Sstevel@tonic-gate 
42037c478bd9Sstevel@tonic-gate 	if (ulp)
42047c478bd9Sstevel@tonic-gate 		ufs_lockfs_end(ulp);
42057c478bd9Sstevel@tonic-gate 	return (error);
42067c478bd9Sstevel@tonic-gate }
42077c478bd9Sstevel@tonic-gate 
42087c478bd9Sstevel@tonic-gate /*
42097c478bd9Sstevel@tonic-gate  * Used to determine if read ahead should be done. Also used to
42107c478bd9Sstevel@tonic-gate  * to determine when write back occurs.
42117c478bd9Sstevel@tonic-gate  */
42127c478bd9Sstevel@tonic-gate #define	CLUSTSZ(ip)		((ip)->i_ufsvfs->vfs_ioclustsz)
42137c478bd9Sstevel@tonic-gate 
42147c478bd9Sstevel@tonic-gate /*
42157c478bd9Sstevel@tonic-gate  * A faster version of ufs_getpage.
42167c478bd9Sstevel@tonic-gate  *
42177c478bd9Sstevel@tonic-gate  * We optimize by inlining the pvn_getpages iterator, eliminating
42187c478bd9Sstevel@tonic-gate  * calls to bmap_read if file doesn't have UFS holes, and avoiding
42197c478bd9Sstevel@tonic-gate  * the overhead of page_exists().
42207c478bd9Sstevel@tonic-gate  *
42217c478bd9Sstevel@tonic-gate  * When files has UFS_HOLES and ufs_getpage is called with S_READ,
42227c478bd9Sstevel@tonic-gate  * we set *protp to PROT_READ to avoid calling bmap_read. This approach
42237c478bd9Sstevel@tonic-gate  * victimizes performance when a file with UFS holes is faulted
42247c478bd9Sstevel@tonic-gate  * first in the S_READ mode, and then in the S_WRITE mode. We will get
42257c478bd9Sstevel@tonic-gate  * two MMU faults in this case.
42267c478bd9Sstevel@tonic-gate  *
42277c478bd9Sstevel@tonic-gate  * XXX - the inode fields which control the sequential mode are not
42287c478bd9Sstevel@tonic-gate  *	 protected by any mutex. The read ahead will act wild if
42297c478bd9Sstevel@tonic-gate  *	 multiple processes will access the file concurrently and
42307c478bd9Sstevel@tonic-gate  *	 some of them in sequential mode. One particulary bad case
42317c478bd9Sstevel@tonic-gate  *	 is if another thread will change the value of i_nextrio between
42327c478bd9Sstevel@tonic-gate  *	 the time this thread tests the i_nextrio value and then reads it
42337c478bd9Sstevel@tonic-gate  *	 again to use it as the offset for the read ahead.
42347c478bd9Sstevel@tonic-gate  */
42357c478bd9Sstevel@tonic-gate static int
42367c478bd9Sstevel@tonic-gate ufs_getpage(struct vnode *vp, offset_t off, size_t len, uint_t *protp,
42377c478bd9Sstevel@tonic-gate 	page_t *plarr[], size_t plsz, struct seg *seg, caddr_t addr,
42387c478bd9Sstevel@tonic-gate 	enum seg_rw rw, struct cred *cr)
42397c478bd9Sstevel@tonic-gate {
42407c478bd9Sstevel@tonic-gate 	u_offset_t	uoff = (u_offset_t)off; /* type conversion */
42417c478bd9Sstevel@tonic-gate 	u_offset_t	pgoff;
42427c478bd9Sstevel@tonic-gate 	u_offset_t	eoff;
42437c478bd9Sstevel@tonic-gate 	struct inode 	*ip = VTOI(vp);
42447c478bd9Sstevel@tonic-gate 	struct ufsvfs	*ufsvfsp = ip->i_ufsvfs;
42457c478bd9Sstevel@tonic-gate 	struct fs 	*fs;
42467c478bd9Sstevel@tonic-gate 	struct ulockfs	*ulp;
42477c478bd9Sstevel@tonic-gate 	page_t		**pl;
42487c478bd9Sstevel@tonic-gate 	caddr_t		pgaddr;
42497c478bd9Sstevel@tonic-gate 	krw_t		rwtype;
42507c478bd9Sstevel@tonic-gate 	int 		err;
42517c478bd9Sstevel@tonic-gate 	int		has_holes;
42527c478bd9Sstevel@tonic-gate 	int		beyond_eof;
42537c478bd9Sstevel@tonic-gate 	int		seqmode;
42547c478bd9Sstevel@tonic-gate 	int		pgsize = PAGESIZE;
42557c478bd9Sstevel@tonic-gate 	int		dolock;
42567c478bd9Sstevel@tonic-gate 	int		do_qlock;
42577c478bd9Sstevel@tonic-gate 	int		trans_size;
42587c478bd9Sstevel@tonic-gate 
42597c478bd9Sstevel@tonic-gate 	TRACE_1(TR_FAC_UFS, TR_UFS_GETPAGE_START,
42607c478bd9Sstevel@tonic-gate 		"ufs_getpage_start:vp %p", vp);
42617c478bd9Sstevel@tonic-gate 
42627c478bd9Sstevel@tonic-gate 	ASSERT((uoff & PAGEOFFSET) == 0);
42637c478bd9Sstevel@tonic-gate 
42647c478bd9Sstevel@tonic-gate 	if (protp)
42657c478bd9Sstevel@tonic-gate 		*protp = PROT_ALL;
42667c478bd9Sstevel@tonic-gate 
42677c478bd9Sstevel@tonic-gate 	/*
42687c478bd9Sstevel@tonic-gate 	 * Obey the lockfs protocol
42697c478bd9Sstevel@tonic-gate 	 */
42707c478bd9Sstevel@tonic-gate 	err = ufs_lockfs_begin_getpage(ufsvfsp, &ulp, seg,
42717c478bd9Sstevel@tonic-gate 			rw == S_READ || rw == S_EXEC, protp);
42727c478bd9Sstevel@tonic-gate 	if (err)
42737c478bd9Sstevel@tonic-gate 		goto out;
42747c478bd9Sstevel@tonic-gate 
42757c478bd9Sstevel@tonic-gate 	fs = ufsvfsp->vfs_fs;
42767c478bd9Sstevel@tonic-gate 
42777c478bd9Sstevel@tonic-gate 	if (ulp && (rw == S_CREATE || rw == S_WRITE) &&
42787c478bd9Sstevel@tonic-gate 	    !(vp->v_flag & VISSWAP)) {
42797c478bd9Sstevel@tonic-gate 		/*
42807c478bd9Sstevel@tonic-gate 		 * Try to start a transaction, will return if blocking is
42817c478bd9Sstevel@tonic-gate 		 * expected to occur and the address space is not the
42827c478bd9Sstevel@tonic-gate 		 * kernel address space.
42837c478bd9Sstevel@tonic-gate 		 */
42847c478bd9Sstevel@tonic-gate 		trans_size = TOP_GETPAGE_SIZE(ip);
42857c478bd9Sstevel@tonic-gate 		if (seg->s_as != &kas) {
42867c478bd9Sstevel@tonic-gate 			TRANS_TRY_BEGIN_ASYNC(ufsvfsp, TOP_GETPAGE,
42877c478bd9Sstevel@tonic-gate 				trans_size, err)
42887c478bd9Sstevel@tonic-gate 			if (err == EWOULDBLOCK) {
42897c478bd9Sstevel@tonic-gate 				/*
42907c478bd9Sstevel@tonic-gate 				 * Use EDEADLK here because the VM code
42917c478bd9Sstevel@tonic-gate 				 * can normally never see this error.
42927c478bd9Sstevel@tonic-gate 				 */
42937c478bd9Sstevel@tonic-gate 				err = EDEADLK;
42947c478bd9Sstevel@tonic-gate 				ufs_lockfs_end(ulp);
42957c478bd9Sstevel@tonic-gate 				goto out;
42967c478bd9Sstevel@tonic-gate 			}
42977c478bd9Sstevel@tonic-gate 		} else {
42987c478bd9Sstevel@tonic-gate 			TRANS_BEGIN_ASYNC(ufsvfsp, TOP_GETPAGE, trans_size);
42997c478bd9Sstevel@tonic-gate 		}
43007c478bd9Sstevel@tonic-gate 	}
43017c478bd9Sstevel@tonic-gate 
43027c478bd9Sstevel@tonic-gate 	if (vp->v_flag & VNOMAP) {
43037c478bd9Sstevel@tonic-gate 		err = ENOSYS;
43047c478bd9Sstevel@tonic-gate 		goto unlock;
43057c478bd9Sstevel@tonic-gate 	}
43067c478bd9Sstevel@tonic-gate 
43077c478bd9Sstevel@tonic-gate 	seqmode = ip->i_nextr == uoff && rw != S_CREATE;
43087c478bd9Sstevel@tonic-gate 
43097c478bd9Sstevel@tonic-gate 	rwtype = RW_READER;		/* start as a reader */
43107c478bd9Sstevel@tonic-gate 	dolock = (rw_owner(&ip->i_contents) != curthread);
43117c478bd9Sstevel@tonic-gate 	/*
43127c478bd9Sstevel@tonic-gate 	 * If this thread owns the lock, i.e., this thread grabbed it
43137c478bd9Sstevel@tonic-gate 	 * as writer somewhere above, then we don't need to grab the
43147c478bd9Sstevel@tonic-gate 	 * lock as reader in this routine.
43157c478bd9Sstevel@tonic-gate 	 */
43167c478bd9Sstevel@tonic-gate 	do_qlock = (rw_owner(&ufsvfsp->vfs_dqrwlock) != curthread);
43177c478bd9Sstevel@tonic-gate 
43187c478bd9Sstevel@tonic-gate retrylock:
43197c478bd9Sstevel@tonic-gate 	if (dolock) {
43207c478bd9Sstevel@tonic-gate 		/*
43217c478bd9Sstevel@tonic-gate 		 * Grab the quota lock if we need to call
43227c478bd9Sstevel@tonic-gate 		 * bmap_write() below (with i_contents as writer).
43237c478bd9Sstevel@tonic-gate 		 */
43247c478bd9Sstevel@tonic-gate 		if (do_qlock && rwtype == RW_WRITER)
43257c478bd9Sstevel@tonic-gate 			rw_enter(&ufsvfsp->vfs_dqrwlock, RW_READER);
43267c478bd9Sstevel@tonic-gate 		rw_enter(&ip->i_contents, rwtype);
43277c478bd9Sstevel@tonic-gate 	}
43287c478bd9Sstevel@tonic-gate 
43297c478bd9Sstevel@tonic-gate 	/*
43307c478bd9Sstevel@tonic-gate 	 * We may be getting called as a side effect of a bmap using
43317c478bd9Sstevel@tonic-gate 	 * fbread() when the blocks might be being allocated and the
43327c478bd9Sstevel@tonic-gate 	 * size has not yet been up'ed.  In this case we want to be
43337c478bd9Sstevel@tonic-gate 	 * able to return zero pages if we get back UFS_HOLE from
43347c478bd9Sstevel@tonic-gate 	 * calling bmap for a non write case here.  We also might have
43357c478bd9Sstevel@tonic-gate 	 * to read some frags from the disk into a page if we are
43367c478bd9Sstevel@tonic-gate 	 * extending the number of frags for a given lbn in bmap().
43377c478bd9Sstevel@tonic-gate 	 * Large Files: The read of i_size here is atomic because
43387c478bd9Sstevel@tonic-gate 	 * i_contents is held here. If dolock is zero, the lock
43397c478bd9Sstevel@tonic-gate 	 * is held in bmap routines.
43407c478bd9Sstevel@tonic-gate 	 */
43417c478bd9Sstevel@tonic-gate 	beyond_eof = uoff + len > ip->i_size + PAGEOFFSET;
43427c478bd9Sstevel@tonic-gate 	if (beyond_eof && seg != segkmap) {
43437c478bd9Sstevel@tonic-gate 		if (dolock) {
43447c478bd9Sstevel@tonic-gate 			rw_exit(&ip->i_contents);
43457c478bd9Sstevel@tonic-gate 			if (do_qlock && rwtype == RW_WRITER)
43467c478bd9Sstevel@tonic-gate 				rw_exit(&ufsvfsp->vfs_dqrwlock);
43477c478bd9Sstevel@tonic-gate 		}
43487c478bd9Sstevel@tonic-gate 		err = EFAULT;
43497c478bd9Sstevel@tonic-gate 		goto unlock;
43507c478bd9Sstevel@tonic-gate 	}
43517c478bd9Sstevel@tonic-gate 
43527c478bd9Sstevel@tonic-gate 	/*
43537c478bd9Sstevel@tonic-gate 	 * Must hold i_contents lock throughout the call to pvn_getpages
43547c478bd9Sstevel@tonic-gate 	 * since locked pages are returned from each call to ufs_getapage.
43557c478bd9Sstevel@tonic-gate 	 * Must *not* return locked pages and then try for contents lock
43567c478bd9Sstevel@tonic-gate 	 * due to lock ordering requirements (inode > page)
43577c478bd9Sstevel@tonic-gate 	 */
43587c478bd9Sstevel@tonic-gate 
43597c478bd9Sstevel@tonic-gate 	has_holes = bmap_has_holes(ip);
43607c478bd9Sstevel@tonic-gate 
43617c478bd9Sstevel@tonic-gate 	if ((rw == S_WRITE || rw == S_CREATE) && has_holes && !beyond_eof) {
43627c478bd9Sstevel@tonic-gate 		int	blk_size;
43637c478bd9Sstevel@tonic-gate 		u_offset_t offset;
43647c478bd9Sstevel@tonic-gate 
43657c478bd9Sstevel@tonic-gate 		/*
43667c478bd9Sstevel@tonic-gate 		 * We must acquire the RW_WRITER lock in order to
43677c478bd9Sstevel@tonic-gate 		 * call bmap_write().
43687c478bd9Sstevel@tonic-gate 		 */
43697c478bd9Sstevel@tonic-gate 		if (dolock && rwtype == RW_READER) {
43707c478bd9Sstevel@tonic-gate 			rwtype = RW_WRITER;
43717c478bd9Sstevel@tonic-gate 
43727c478bd9Sstevel@tonic-gate 			/*
43737c478bd9Sstevel@tonic-gate 			 * Grab the quota lock before
43747c478bd9Sstevel@tonic-gate 			 * upgrading i_contents, but if we can't grab it
43757c478bd9Sstevel@tonic-gate 			 * don't wait here due to lock order:
43767c478bd9Sstevel@tonic-gate 			 * vfs_dqrwlock > i_contents.
43777c478bd9Sstevel@tonic-gate 			 */
43787c478bd9Sstevel@tonic-gate 			if (do_qlock && rw_tryenter(&ufsvfsp->vfs_dqrwlock,
43797c478bd9Sstevel@tonic-gate 							RW_READER) == 0) {
43807c478bd9Sstevel@tonic-gate 				rw_exit(&ip->i_contents);
43817c478bd9Sstevel@tonic-gate 				goto retrylock;
43827c478bd9Sstevel@tonic-gate 			}
43837c478bd9Sstevel@tonic-gate 			if (!rw_tryupgrade(&ip->i_contents)) {
43847c478bd9Sstevel@tonic-gate 				rw_exit(&ip->i_contents);
43857c478bd9Sstevel@tonic-gate 				if (do_qlock)
43867c478bd9Sstevel@tonic-gate 					rw_exit(&ufsvfsp->vfs_dqrwlock);
43877c478bd9Sstevel@tonic-gate 				goto retrylock;
43887c478bd9Sstevel@tonic-gate 			}
43897c478bd9Sstevel@tonic-gate 		}
43907c478bd9Sstevel@tonic-gate 
43917c478bd9Sstevel@tonic-gate 		/*
43927c478bd9Sstevel@tonic-gate 		 * May be allocating disk blocks for holes here as
43937c478bd9Sstevel@tonic-gate 		 * a result of mmap faults. write(2) does the bmap_write
43947c478bd9Sstevel@tonic-gate 		 * in rdip/wrip, not here. We are not dealing with frags
43957c478bd9Sstevel@tonic-gate 		 * in this case.
43967c478bd9Sstevel@tonic-gate 		 */
43977c478bd9Sstevel@tonic-gate 		/*
43987c478bd9Sstevel@tonic-gate 		 * Large Files: We cast fs_bmask field to offset_t
43997c478bd9Sstevel@tonic-gate 		 * just as we do for MAXBMASK because uoff is a 64-bit
44007c478bd9Sstevel@tonic-gate 		 * data type. fs_bmask will still be a 32-bit type
44017c478bd9Sstevel@tonic-gate 		 * as we cannot change any ondisk data structures.
44027c478bd9Sstevel@tonic-gate 		 */
44037c478bd9Sstevel@tonic-gate 
44047c478bd9Sstevel@tonic-gate 		offset = uoff & (offset_t)fs->fs_bmask;
44057c478bd9Sstevel@tonic-gate 		while (offset < uoff + len) {
44067c478bd9Sstevel@tonic-gate 			blk_size = (int)blksize(fs, ip, lblkno(fs, offset));
44077c478bd9Sstevel@tonic-gate 			err = bmap_write(ip, offset, blk_size, 0, cr);
44087c478bd9Sstevel@tonic-gate 			if (ip->i_flag & (ICHG|IUPD))
44097c478bd9Sstevel@tonic-gate 				ip->i_seq++;
44107c478bd9Sstevel@tonic-gate 			if (err)
44117c478bd9Sstevel@tonic-gate 				goto update_inode;
44127c478bd9Sstevel@tonic-gate 			offset += blk_size; /* XXX - make this contig */
44137c478bd9Sstevel@tonic-gate 		}
44147c478bd9Sstevel@tonic-gate 	}
44157c478bd9Sstevel@tonic-gate 
44167c478bd9Sstevel@tonic-gate 	/*
44177c478bd9Sstevel@tonic-gate 	 * Can be a reader from now on.
44187c478bd9Sstevel@tonic-gate 	 */
44197c478bd9Sstevel@tonic-gate 	if (dolock && rwtype == RW_WRITER) {
44207c478bd9Sstevel@tonic-gate 		rw_downgrade(&ip->i_contents);
44217c478bd9Sstevel@tonic-gate 		/*
44227c478bd9Sstevel@tonic-gate 		 * We can release vfs_dqrwlock early so do it, but make
44237c478bd9Sstevel@tonic-gate 		 * sure we don't try to release it again at the bottom.
44247c478bd9Sstevel@tonic-gate 		 */
44257c478bd9Sstevel@tonic-gate 		if (do_qlock) {
44267c478bd9Sstevel@tonic-gate 			rw_exit(&ufsvfsp->vfs_dqrwlock);
44277c478bd9Sstevel@tonic-gate 			do_qlock = 0;
44287c478bd9Sstevel@tonic-gate 		}
44297c478bd9Sstevel@tonic-gate 	}
44307c478bd9Sstevel@tonic-gate 
44317c478bd9Sstevel@tonic-gate 	/*
44327c478bd9Sstevel@tonic-gate 	 * We remove PROT_WRITE in cases when the file has UFS holes
44337c478bd9Sstevel@tonic-gate 	 * because we don't  want to call bmap_read() to check each
44347c478bd9Sstevel@tonic-gate 	 * page if it is backed with a disk block.
44357c478bd9Sstevel@tonic-gate 	 */
44367c478bd9Sstevel@tonic-gate 	if (protp && has_holes && rw != S_WRITE && rw != S_CREATE)
44377c478bd9Sstevel@tonic-gate 		*protp &= ~PROT_WRITE;
44387c478bd9Sstevel@tonic-gate 
44397c478bd9Sstevel@tonic-gate 	err = 0;
44407c478bd9Sstevel@tonic-gate 
44417c478bd9Sstevel@tonic-gate 	/*
44427c478bd9Sstevel@tonic-gate 	 * The loop looks up pages in the range [off, off + len).
44437c478bd9Sstevel@tonic-gate 	 * For each page, we first check if we should initiate an asynchronous
44447c478bd9Sstevel@tonic-gate 	 * read ahead before we call page_lookup (we may sleep in page_lookup
44457c478bd9Sstevel@tonic-gate 	 * for a previously initiated disk read).
44467c478bd9Sstevel@tonic-gate 	 */
44477c478bd9Sstevel@tonic-gate 	eoff = (uoff + len);
44487c478bd9Sstevel@tonic-gate 	for (pgoff = uoff, pgaddr = addr, pl = plarr;
44497c478bd9Sstevel@tonic-gate 	    pgoff < eoff; /* empty */) {
44507c478bd9Sstevel@tonic-gate 		page_t	*pp;
44517c478bd9Sstevel@tonic-gate 		u_offset_t	nextrio;
44527c478bd9Sstevel@tonic-gate 		se_t	se;
44537c478bd9Sstevel@tonic-gate 		int retval;
44547c478bd9Sstevel@tonic-gate 
44557c478bd9Sstevel@tonic-gate 		se = ((rw == S_CREATE || rw == S_OTHER) ? SE_EXCL : SE_SHARED);
44567c478bd9Sstevel@tonic-gate 
44577c478bd9Sstevel@tonic-gate 		/* Handle async getpage (faultahead) */
44587c478bd9Sstevel@tonic-gate 		if (plarr == NULL) {
44597c478bd9Sstevel@tonic-gate 			ip->i_nextrio = pgoff;
44607c478bd9Sstevel@tonic-gate 			(void) ufs_getpage_ra(vp, pgoff, seg, pgaddr);
44617c478bd9Sstevel@tonic-gate 			pgoff += pgsize;
44627c478bd9Sstevel@tonic-gate 			pgaddr += pgsize;
44637c478bd9Sstevel@tonic-gate 			continue;
44647c478bd9Sstevel@tonic-gate 		}
44657c478bd9Sstevel@tonic-gate 		/*
44667c478bd9Sstevel@tonic-gate 		 * Check if we should initiate read ahead of next cluster.
44677c478bd9Sstevel@tonic-gate 		 * We call page_exists only when we need to confirm that
44687c478bd9Sstevel@tonic-gate 		 * we have the current page before we initiate the read ahead.
44697c478bd9Sstevel@tonic-gate 		 */
44707c478bd9Sstevel@tonic-gate 		nextrio = ip->i_nextrio;
44717c478bd9Sstevel@tonic-gate 		if (seqmode &&
44727c478bd9Sstevel@tonic-gate 		    pgoff + CLUSTSZ(ip) >= nextrio && pgoff <= nextrio &&
44737c478bd9Sstevel@tonic-gate 		    nextrio < ip->i_size && page_exists(vp, pgoff)) {
44747c478bd9Sstevel@tonic-gate 			retval = ufs_getpage_ra(vp, pgoff, seg, pgaddr);
44757c478bd9Sstevel@tonic-gate 			/*
44767c478bd9Sstevel@tonic-gate 			 * We always read ahead the next cluster of data
44777c478bd9Sstevel@tonic-gate 			 * starting from i_nextrio. If the page (vp,nextrio)
44787c478bd9Sstevel@tonic-gate 			 * is actually in core at this point, the routine
44797c478bd9Sstevel@tonic-gate 			 * ufs_getpage_ra() will stop pre-fetching data
44807c478bd9Sstevel@tonic-gate 			 * until we read that page in a synchronized manner
44817c478bd9Sstevel@tonic-gate 			 * through ufs_getpage_miss(). So, we should increase
44827c478bd9Sstevel@tonic-gate 			 * i_nextrio if the page (vp, nextrio) exists.
44837c478bd9Sstevel@tonic-gate 			 */
44847c478bd9Sstevel@tonic-gate 			if ((retval == 0) && page_exists(vp, nextrio)) {
44857c478bd9Sstevel@tonic-gate 				ip->i_nextrio = nextrio + pgsize;
44867c478bd9Sstevel@tonic-gate 			}
44877c478bd9Sstevel@tonic-gate 		}
44887c478bd9Sstevel@tonic-gate 
44897c478bd9Sstevel@tonic-gate 		if ((pp = page_lookup(vp, pgoff, se)) != NULL) {
44907c478bd9Sstevel@tonic-gate 			/*
44917c478bd9Sstevel@tonic-gate 			 * We found the page in the page cache.
44927c478bd9Sstevel@tonic-gate 			 */
44937c478bd9Sstevel@tonic-gate 			*pl++ = pp;
44947c478bd9Sstevel@tonic-gate 			pgoff += pgsize;
44957c478bd9Sstevel@tonic-gate 			pgaddr += pgsize;
44967c478bd9Sstevel@tonic-gate 			len -= pgsize;
44977c478bd9Sstevel@tonic-gate 			plsz -= pgsize;
44987c478bd9Sstevel@tonic-gate 		} else  {
44997c478bd9Sstevel@tonic-gate 			/*
45007c478bd9Sstevel@tonic-gate 			 * We have to create the page, or read it from disk.
45017c478bd9Sstevel@tonic-gate 			 */
45027c478bd9Sstevel@tonic-gate 			if (err = ufs_getpage_miss(vp, pgoff, len, seg, pgaddr,
45037c478bd9Sstevel@tonic-gate 			    pl, plsz, rw, seqmode))
45047c478bd9Sstevel@tonic-gate 				goto error;
45057c478bd9Sstevel@tonic-gate 
45067c478bd9Sstevel@tonic-gate 			while (*pl != NULL) {
45077c478bd9Sstevel@tonic-gate 				pl++;
45087c478bd9Sstevel@tonic-gate 				pgoff += pgsize;
45097c478bd9Sstevel@tonic-gate 				pgaddr += pgsize;
45107c478bd9Sstevel@tonic-gate 				len -= pgsize;
45117c478bd9Sstevel@tonic-gate 				plsz -= pgsize;
45127c478bd9Sstevel@tonic-gate 			}
45137c478bd9Sstevel@tonic-gate 		}
45147c478bd9Sstevel@tonic-gate 	}
45157c478bd9Sstevel@tonic-gate 
45167c478bd9Sstevel@tonic-gate 	/*
45177c478bd9Sstevel@tonic-gate 	 * Return pages up to plsz if they are in the page cache.
45187c478bd9Sstevel@tonic-gate 	 * We cannot return pages if there is a chance that they are
45197c478bd9Sstevel@tonic-gate 	 * backed with a UFS hole and rw is S_WRITE or S_CREATE.
45207c478bd9Sstevel@tonic-gate 	 */
45217c478bd9Sstevel@tonic-gate 	if (plarr && !(has_holes && (rw == S_WRITE || rw == S_CREATE))) {
45227c478bd9Sstevel@tonic-gate 
45237c478bd9Sstevel@tonic-gate 		ASSERT((protp == NULL) ||
45247c478bd9Sstevel@tonic-gate 			!(has_holes && (*protp & PROT_WRITE)));
45257c478bd9Sstevel@tonic-gate 
45267c478bd9Sstevel@tonic-gate 		eoff = pgoff + plsz;
45277c478bd9Sstevel@tonic-gate 		while (pgoff < eoff) {
45287c478bd9Sstevel@tonic-gate 			page_t		*pp;
45297c478bd9Sstevel@tonic-gate 
45307c478bd9Sstevel@tonic-gate 			if ((pp = page_lookup_nowait(vp, pgoff,
45317c478bd9Sstevel@tonic-gate 			    SE_SHARED)) == NULL)
45327c478bd9Sstevel@tonic-gate 				break;
45337c478bd9Sstevel@tonic-gate 
45347c478bd9Sstevel@tonic-gate 			*pl++ = pp;
45357c478bd9Sstevel@tonic-gate 			pgoff += pgsize;
45367c478bd9Sstevel@tonic-gate 			plsz -= pgsize;
45377c478bd9Sstevel@tonic-gate 		}
45387c478bd9Sstevel@tonic-gate 	}
45397c478bd9Sstevel@tonic-gate 
45407c478bd9Sstevel@tonic-gate 	if (plarr)
45417c478bd9Sstevel@tonic-gate 		*pl = NULL;			/* Terminate page list */
45427c478bd9Sstevel@tonic-gate 	ip->i_nextr = pgoff;
45437c478bd9Sstevel@tonic-gate 
45447c478bd9Sstevel@tonic-gate error:
45457c478bd9Sstevel@tonic-gate 	if (err && plarr) {
45467c478bd9Sstevel@tonic-gate 		/*
45477c478bd9Sstevel@tonic-gate 		 * Release any pages we have locked.
45487c478bd9Sstevel@tonic-gate 		 */
45497c478bd9Sstevel@tonic-gate 		while (pl > &plarr[0])
45507c478bd9Sstevel@tonic-gate 			page_unlock(*--pl);
45517c478bd9Sstevel@tonic-gate 
45527c478bd9Sstevel@tonic-gate 		plarr[0] = NULL;
45537c478bd9Sstevel@tonic-gate 	}
45547c478bd9Sstevel@tonic-gate 
45557c478bd9Sstevel@tonic-gate update_inode:
45567c478bd9Sstevel@tonic-gate 	/*
45577c478bd9Sstevel@tonic-gate 	 * If the inode is not already marked for IACC (in rdip() for read)
45587c478bd9Sstevel@tonic-gate 	 * and the inode is not marked for no access time update (in wrip()
45597c478bd9Sstevel@tonic-gate 	 * for write) then update the inode access time and mod time now.
45607c478bd9Sstevel@tonic-gate 	 */
45617c478bd9Sstevel@tonic-gate 	if ((ip->i_flag & (IACC | INOACC)) == 0) {
45627c478bd9Sstevel@tonic-gate 		if ((rw != S_OTHER) && (ip->i_mode & IFMT) != IFDIR) {
45637c478bd9Sstevel@tonic-gate 			if (!ULOCKFS_IS_NOIACC(ITOUL(ip)) &&
45647c478bd9Sstevel@tonic-gate 			    (fs->fs_ronly == 0) &&
45657c478bd9Sstevel@tonic-gate 			    (!ufsvfsp->vfs_noatime)) {
45667c478bd9Sstevel@tonic-gate 				mutex_enter(&ip->i_tlock);
45677c478bd9Sstevel@tonic-gate 				ip->i_flag |= IACC;
45687c478bd9Sstevel@tonic-gate 				ITIMES_NOLOCK(ip);
45697c478bd9Sstevel@tonic-gate 				mutex_exit(&ip->i_tlock);
45707c478bd9Sstevel@tonic-gate 			}
45717c478bd9Sstevel@tonic-gate 		}
45727c478bd9Sstevel@tonic-gate 	}
45737c478bd9Sstevel@tonic-gate 
45747c478bd9Sstevel@tonic-gate 	if (dolock) {
45757c478bd9Sstevel@tonic-gate 		rw_exit(&ip->i_contents);
45767c478bd9Sstevel@tonic-gate 		if (do_qlock && rwtype == RW_WRITER)
45777c478bd9Sstevel@tonic-gate 			rw_exit(&ufsvfsp->vfs_dqrwlock);
45787c478bd9Sstevel@tonic-gate 	}
45797c478bd9Sstevel@tonic-gate 
45807c478bd9Sstevel@tonic-gate unlock:
45817c478bd9Sstevel@tonic-gate 	if (ulp) {
45827c478bd9Sstevel@tonic-gate 		if ((rw == S_CREATE || rw == S_WRITE) &&
45837c478bd9Sstevel@tonic-gate 		    !(vp->v_flag & VISSWAP)) {
45847c478bd9Sstevel@tonic-gate 			TRANS_END_ASYNC(ufsvfsp, TOP_GETPAGE, trans_size);
45857c478bd9Sstevel@tonic-gate 		}
45867c478bd9Sstevel@tonic-gate 		ufs_lockfs_end(ulp);
45877c478bd9Sstevel@tonic-gate 	}
45887c478bd9Sstevel@tonic-gate out:
45897c478bd9Sstevel@tonic-gate 	TRACE_2(TR_FAC_UFS, TR_UFS_GETPAGE_END,
45907c478bd9Sstevel@tonic-gate 		"ufs_getpage_end:vp %p error %d", vp, err);
45917c478bd9Sstevel@tonic-gate 	return (err);
45927c478bd9Sstevel@tonic-gate }
45937c478bd9Sstevel@tonic-gate 
45947c478bd9Sstevel@tonic-gate /*
45957c478bd9Sstevel@tonic-gate  * ufs_getpage_miss is called when ufs_getpage missed the page in the page
45967c478bd9Sstevel@tonic-gate  * cache. The page is either read from the disk, or it's created.
45977c478bd9Sstevel@tonic-gate  * A page is created (without disk read) if rw == S_CREATE, or if
45987c478bd9Sstevel@tonic-gate  * the page is not backed with a real disk block (UFS hole).
45997c478bd9Sstevel@tonic-gate  */
46007c478bd9Sstevel@tonic-gate /* ARGSUSED */
46017c478bd9Sstevel@tonic-gate static int
46027c478bd9Sstevel@tonic-gate ufs_getpage_miss(struct vnode *vp, u_offset_t off, size_t len, struct seg *seg,
46037c478bd9Sstevel@tonic-gate 	caddr_t addr, page_t *pl[], size_t plsz, enum seg_rw rw, int seq)
46047c478bd9Sstevel@tonic-gate {
46057c478bd9Sstevel@tonic-gate 	struct inode	*ip = VTOI(vp);
46067c478bd9Sstevel@tonic-gate 	page_t		*pp;
46077c478bd9Sstevel@tonic-gate 	daddr_t		bn;
46087c478bd9Sstevel@tonic-gate 	size_t		io_len;
46097c478bd9Sstevel@tonic-gate 	int		crpage;
46107c478bd9Sstevel@tonic-gate 	int		err;
46117c478bd9Sstevel@tonic-gate 	int		contig;
46127c478bd9Sstevel@tonic-gate 	int		bsize = ip->i_fs->fs_bsize;
46137c478bd9Sstevel@tonic-gate 
46147c478bd9Sstevel@tonic-gate 	/*
46157c478bd9Sstevel@tonic-gate 	 * Figure out whether the page can be created, or must be
46167c478bd9Sstevel@tonic-gate 	 * must be read from the disk.
46177c478bd9Sstevel@tonic-gate 	 */
46187c478bd9Sstevel@tonic-gate 	if (rw == S_CREATE)
46197c478bd9Sstevel@tonic-gate 		crpage = 1;
46207c478bd9Sstevel@tonic-gate 	else {
46217c478bd9Sstevel@tonic-gate 		contig = 0;
46227c478bd9Sstevel@tonic-gate 		if (err = bmap_read(ip, off, &bn, &contig))
46237c478bd9Sstevel@tonic-gate 			return (err);
46247c478bd9Sstevel@tonic-gate 		crpage = (bn == UFS_HOLE);
46257c478bd9Sstevel@tonic-gate 	}
46267c478bd9Sstevel@tonic-gate 
46277c478bd9Sstevel@tonic-gate 	if (crpage) {
46287c478bd9Sstevel@tonic-gate 		if ((pp = page_create_va(vp, off, PAGESIZE, PG_WAIT, seg,
46297c478bd9Sstevel@tonic-gate 		    addr)) == NULL) {
46307c478bd9Sstevel@tonic-gate 			return (ufs_fault(vp,
46317c478bd9Sstevel@tonic-gate 				    "ufs_getpage_miss: page_create == NULL"));
46327c478bd9Sstevel@tonic-gate 		}
46337c478bd9Sstevel@tonic-gate 
46347c478bd9Sstevel@tonic-gate 		if (rw != S_CREATE)
46357c478bd9Sstevel@tonic-gate 			pagezero(pp, 0, PAGESIZE);
46367c478bd9Sstevel@tonic-gate 		io_len = PAGESIZE;
46377c478bd9Sstevel@tonic-gate 	} else {
46387c478bd9Sstevel@tonic-gate 		u_offset_t	io_off;
46397c478bd9Sstevel@tonic-gate 		uint_t	xlen;
46407c478bd9Sstevel@tonic-gate 		struct buf	*bp;
46417c478bd9Sstevel@tonic-gate 		ufsvfs_t	*ufsvfsp = ip->i_ufsvfs;
46427c478bd9Sstevel@tonic-gate 
46437c478bd9Sstevel@tonic-gate 		/*
46447c478bd9Sstevel@tonic-gate 		 * If access is not in sequential order, we read from disk
46457c478bd9Sstevel@tonic-gate 		 * in bsize units.
46467c478bd9Sstevel@tonic-gate 		 *
46477c478bd9Sstevel@tonic-gate 		 * We limit the size of the transfer to bsize if we are reading
46487c478bd9Sstevel@tonic-gate 		 * from the beginning of the file. Note in this situation we
46497c478bd9Sstevel@tonic-gate 		 * will hedge our bets and initiate an async read ahead of
46507c478bd9Sstevel@tonic-gate 		 * the second block.
46517c478bd9Sstevel@tonic-gate 		 */
46527c478bd9Sstevel@tonic-gate 		if (!seq || off == 0)
46537c478bd9Sstevel@tonic-gate 			contig = MIN(contig, bsize);
46547c478bd9Sstevel@tonic-gate 
46557c478bd9Sstevel@tonic-gate 		pp = pvn_read_kluster(vp, off, seg, addr, &io_off,
46567c478bd9Sstevel@tonic-gate 		    &io_len, off, contig, 0);
46577c478bd9Sstevel@tonic-gate 
46587c478bd9Sstevel@tonic-gate 		/*
46597c478bd9Sstevel@tonic-gate 		 * Some other thread has entered the page.
46607c478bd9Sstevel@tonic-gate 		 * ufs_getpage will retry page_lookup.
46617c478bd9Sstevel@tonic-gate 		 */
46627c478bd9Sstevel@tonic-gate 		if (pp == NULL) {
46637c478bd9Sstevel@tonic-gate 			pl[0] = NULL;
46647c478bd9Sstevel@tonic-gate 			return (0);
46657c478bd9Sstevel@tonic-gate 		}
46667c478bd9Sstevel@tonic-gate 
46677c478bd9Sstevel@tonic-gate 		/*
46687c478bd9Sstevel@tonic-gate 		 * Zero part of the page which we are not
46697c478bd9Sstevel@tonic-gate 		 * going to read from the disk.
46707c478bd9Sstevel@tonic-gate 		 */
46717c478bd9Sstevel@tonic-gate 		xlen = io_len & PAGEOFFSET;
46727c478bd9Sstevel@tonic-gate 		if (xlen != 0)
46737c478bd9Sstevel@tonic-gate 			pagezero(pp->p_prev, xlen, PAGESIZE - xlen);
46747c478bd9Sstevel@tonic-gate 
46757c478bd9Sstevel@tonic-gate 		bp = pageio_setup(pp, io_len, ip->i_devvp, B_READ);
46767c478bd9Sstevel@tonic-gate 		bp->b_edev = ip->i_dev;
46777c478bd9Sstevel@tonic-gate 		bp->b_dev = cmpdev(ip->i_dev);
46787c478bd9Sstevel@tonic-gate 		bp->b_blkno = bn;
46797c478bd9Sstevel@tonic-gate 		bp->b_un.b_addr = (caddr_t)0;
46807c478bd9Sstevel@tonic-gate 		bp->b_file = ip->i_vnode;
46817c478bd9Sstevel@tonic-gate 		bp->b_offset = off;
46827c478bd9Sstevel@tonic-gate 
46837c478bd9Sstevel@tonic-gate 		if (ufsvfsp->vfs_log) {
46847c478bd9Sstevel@tonic-gate 			lufs_read_strategy(ufsvfsp->vfs_log, bp);
46857c478bd9Sstevel@tonic-gate 		} else if (ufsvfsp->vfs_snapshot) {
46867c478bd9Sstevel@tonic-gate 			fssnap_strategy(&ufsvfsp->vfs_snapshot, bp);
46877c478bd9Sstevel@tonic-gate 		} else {
46887c478bd9Sstevel@tonic-gate 			ufsvfsp->vfs_iotstamp = lbolt;
46897c478bd9Sstevel@tonic-gate 			ub.ub_getpages.value.ul++;
46907c478bd9Sstevel@tonic-gate 			(void) bdev_strategy(bp);
46917c478bd9Sstevel@tonic-gate 			lwp_stat_update(LWP_STAT_INBLK, 1);
46927c478bd9Sstevel@tonic-gate 		}
46937c478bd9Sstevel@tonic-gate 
46947c478bd9Sstevel@tonic-gate 		ip->i_nextrio = off + ((io_len + PAGESIZE - 1) & PAGEMASK);
46957c478bd9Sstevel@tonic-gate 
46967c478bd9Sstevel@tonic-gate 		/*
46977c478bd9Sstevel@tonic-gate 		 * If the file access is sequential, initiate read ahead
46987c478bd9Sstevel@tonic-gate 		 * of the next cluster.
46997c478bd9Sstevel@tonic-gate 		 */
47007c478bd9Sstevel@tonic-gate 		if (seq && ip->i_nextrio < ip->i_size)
47017c478bd9Sstevel@tonic-gate 			(void) ufs_getpage_ra(vp, off, seg, addr);
47027c478bd9Sstevel@tonic-gate 		err = biowait(bp);
47037c478bd9Sstevel@tonic-gate 		pageio_done(bp);
47047c478bd9Sstevel@tonic-gate 
47057c478bd9Sstevel@tonic-gate 		if (err) {
47067c478bd9Sstevel@tonic-gate 			pvn_read_done(pp, B_ERROR);
47077c478bd9Sstevel@tonic-gate 			return (err);
47087c478bd9Sstevel@tonic-gate 		}
47097c478bd9Sstevel@tonic-gate 	}
47107c478bd9Sstevel@tonic-gate 
47117c478bd9Sstevel@tonic-gate 	pvn_plist_init(pp, pl, plsz, off, io_len, rw);
47127c478bd9Sstevel@tonic-gate 	return (0);
47137c478bd9Sstevel@tonic-gate }
47147c478bd9Sstevel@tonic-gate 
47157c478bd9Sstevel@tonic-gate /*
47167c478bd9Sstevel@tonic-gate  * Read ahead a cluster from the disk. Returns the length in bytes.
47177c478bd9Sstevel@tonic-gate  */
47187c478bd9Sstevel@tonic-gate static int
47197c478bd9Sstevel@tonic-gate ufs_getpage_ra(struct vnode *vp, u_offset_t off, struct seg *seg, caddr_t addr)
47207c478bd9Sstevel@tonic-gate {
47217c478bd9Sstevel@tonic-gate 	struct inode	*ip = VTOI(vp);
47227c478bd9Sstevel@tonic-gate 	page_t		*pp;
47237c478bd9Sstevel@tonic-gate 	u_offset_t	io_off = ip->i_nextrio;
47247c478bd9Sstevel@tonic-gate 	ufsvfs_t	*ufsvfsp;
47257c478bd9Sstevel@tonic-gate 	caddr_t		addr2 = addr + (io_off - off);
47267c478bd9Sstevel@tonic-gate 	struct buf	*bp;
47277c478bd9Sstevel@tonic-gate 	daddr_t		bn;
47287c478bd9Sstevel@tonic-gate 	size_t		io_len;
47297c478bd9Sstevel@tonic-gate 	int		contig;
47307c478bd9Sstevel@tonic-gate 	int		xlen;
47317c478bd9Sstevel@tonic-gate 	int		bsize = ip->i_fs->fs_bsize;
47327c478bd9Sstevel@tonic-gate 
47337c478bd9Sstevel@tonic-gate 	/*
47347c478bd9Sstevel@tonic-gate 	 * If the directio advisory is in effect on this file,
47357c478bd9Sstevel@tonic-gate 	 * then do not do buffered read ahead. Read ahead makes
47367c478bd9Sstevel@tonic-gate 	 * it more difficult on threads using directio as they
47377c478bd9Sstevel@tonic-gate 	 * will be forced to flush the pages from this vnode.
47387c478bd9Sstevel@tonic-gate 	 */
47397c478bd9Sstevel@tonic-gate 	if ((ufsvfsp = ip->i_ufsvfs) == NULL)
47407c478bd9Sstevel@tonic-gate 		return (0);
47417c478bd9Sstevel@tonic-gate 	if (ip->i_flag & IDIRECTIO || ufsvfsp->vfs_forcedirectio)
47427c478bd9Sstevel@tonic-gate 		return (0);
47437c478bd9Sstevel@tonic-gate 
47447c478bd9Sstevel@tonic-gate 	/*
47457c478bd9Sstevel@tonic-gate 	 * Is this test needed?
47467c478bd9Sstevel@tonic-gate 	 */
47477c478bd9Sstevel@tonic-gate 	if (addr2 >= seg->s_base + seg->s_size)
47487c478bd9Sstevel@tonic-gate 		return (0);
47497c478bd9Sstevel@tonic-gate 
47507c478bd9Sstevel@tonic-gate 	contig = 0;
47517c478bd9Sstevel@tonic-gate 	if (bmap_read(ip, io_off, &bn, &contig) != 0 || bn == UFS_HOLE)
47527c478bd9Sstevel@tonic-gate 		return (0);
47537c478bd9Sstevel@tonic-gate 
47547c478bd9Sstevel@tonic-gate 	/*
47557c478bd9Sstevel@tonic-gate 	 * Limit the transfer size to bsize if this is the 2nd block.
47567c478bd9Sstevel@tonic-gate 	 */
47577c478bd9Sstevel@tonic-gate 	if (io_off == (u_offset_t)bsize)
47587c478bd9Sstevel@tonic-gate 		contig = MIN(contig, bsize);
47597c478bd9Sstevel@tonic-gate 
47607c478bd9Sstevel@tonic-gate 	if ((pp = pvn_read_kluster(vp, io_off, seg, addr2, &io_off,
47617c478bd9Sstevel@tonic-gate 	    &io_len, io_off, contig, 1)) == NULL)
47627c478bd9Sstevel@tonic-gate 		return (0);
47637c478bd9Sstevel@tonic-gate 
47647c478bd9Sstevel@tonic-gate 	/*
47657c478bd9Sstevel@tonic-gate 	 * Zero part of page which we are not going to read from disk
47667c478bd9Sstevel@tonic-gate 	 */
47677c478bd9Sstevel@tonic-gate 	if ((xlen = (io_len & PAGEOFFSET)) > 0)
47687c478bd9Sstevel@tonic-gate 		pagezero(pp->p_prev, xlen, PAGESIZE - xlen);
47697c478bd9Sstevel@tonic-gate 
47707c478bd9Sstevel@tonic-gate 	ip->i_nextrio = (io_off + io_len + PAGESIZE - 1) & PAGEMASK;
47717c478bd9Sstevel@tonic-gate 
47727c478bd9Sstevel@tonic-gate 	bp = pageio_setup(pp, io_len, ip->i_devvp, B_READ | B_ASYNC);
47737c478bd9Sstevel@tonic-gate 	bp->b_edev = ip->i_dev;
47747c478bd9Sstevel@tonic-gate 	bp->b_dev = cmpdev(ip->i_dev);
47757c478bd9Sstevel@tonic-gate 	bp->b_blkno = bn;
47767c478bd9Sstevel@tonic-gate 	bp->b_un.b_addr = (caddr_t)0;
47777c478bd9Sstevel@tonic-gate 	bp->b_file = ip->i_vnode;
47787c478bd9Sstevel@tonic-gate 	bp->b_offset = off;
47797c478bd9Sstevel@tonic-gate 
47807c478bd9Sstevel@tonic-gate 	if (ufsvfsp->vfs_log) {
47817c478bd9Sstevel@tonic-gate 		lufs_read_strategy(ufsvfsp->vfs_log, bp);
47827c478bd9Sstevel@tonic-gate 	} else if (ufsvfsp->vfs_snapshot) {
47837c478bd9Sstevel@tonic-gate 		fssnap_strategy(&ufsvfsp->vfs_snapshot, bp);
47847c478bd9Sstevel@tonic-gate 	} else {
47857c478bd9Sstevel@tonic-gate 		ufsvfsp->vfs_iotstamp = lbolt;
47867c478bd9Sstevel@tonic-gate 		ub.ub_getras.value.ul++;
47877c478bd9Sstevel@tonic-gate 		(void) bdev_strategy(bp);
47887c478bd9Sstevel@tonic-gate 		lwp_stat_update(LWP_STAT_INBLK, 1);
47897c478bd9Sstevel@tonic-gate 	}
47907c478bd9Sstevel@tonic-gate 
47917c478bd9Sstevel@tonic-gate 	return (io_len);
47927c478bd9Sstevel@tonic-gate }
47937c478bd9Sstevel@tonic-gate 
47947c478bd9Sstevel@tonic-gate int	ufs_delay = 1;
47957c478bd9Sstevel@tonic-gate /*
47967c478bd9Sstevel@tonic-gate  * Flags are composed of {B_INVAL, B_FREE, B_DONTNEED, B_FORCE, B_ASYNC}
47977c478bd9Sstevel@tonic-gate  *
47987c478bd9Sstevel@tonic-gate  * LMXXX - the inode really ought to contain a pointer to one of these
47997c478bd9Sstevel@tonic-gate  * async args.  Stuff gunk in there and just hand the whole mess off.
48007c478bd9Sstevel@tonic-gate  * This would replace i_delaylen, i_delayoff.
48017c478bd9Sstevel@tonic-gate  */
48027c478bd9Sstevel@tonic-gate /*ARGSUSED*/
48037c478bd9Sstevel@tonic-gate static int
48047c478bd9Sstevel@tonic-gate ufs_putpage(struct vnode *vp, offset_t off, size_t len, int flags,
48057c478bd9Sstevel@tonic-gate 	struct cred *cr)
48067c478bd9Sstevel@tonic-gate {
48077c478bd9Sstevel@tonic-gate 	struct inode *ip = VTOI(vp);
48087c478bd9Sstevel@tonic-gate 	int err = 0;
48097c478bd9Sstevel@tonic-gate 
48107c478bd9Sstevel@tonic-gate 	if (vp->v_count == 0) {
48117c478bd9Sstevel@tonic-gate 		return (ufs_fault(vp, "ufs_putpage: bad v_count == 0"));
48127c478bd9Sstevel@tonic-gate 	}
48137c478bd9Sstevel@tonic-gate 
48147c478bd9Sstevel@tonic-gate 	TRACE_1(TR_FAC_UFS, TR_UFS_PUTPAGE_START,
48157c478bd9Sstevel@tonic-gate 		"ufs_putpage_start:vp %p", vp);
48167c478bd9Sstevel@tonic-gate 
48177c478bd9Sstevel@tonic-gate 	/*
48187c478bd9Sstevel@tonic-gate 	 * XXX - Why should this check be made here?
48197c478bd9Sstevel@tonic-gate 	 */
48207c478bd9Sstevel@tonic-gate 	if (vp->v_flag & VNOMAP) {
48217c478bd9Sstevel@tonic-gate 		err = ENOSYS;
48227c478bd9Sstevel@tonic-gate 		goto errout;
48237c478bd9Sstevel@tonic-gate 	}
48247c478bd9Sstevel@tonic-gate 
48257c478bd9Sstevel@tonic-gate 	if (ip->i_ufsvfs == NULL) {
48267c478bd9Sstevel@tonic-gate 		err = EIO;
48277c478bd9Sstevel@tonic-gate 		goto errout;
48287c478bd9Sstevel@tonic-gate 	}
48297c478bd9Sstevel@tonic-gate 
48307c478bd9Sstevel@tonic-gate 	if (flags & B_ASYNC) {
48317c478bd9Sstevel@tonic-gate 		if (ufs_delay && len &&
48327c478bd9Sstevel@tonic-gate 		    (flags & ~(B_ASYNC|B_DONTNEED|B_FREE)) == 0) {
48337c478bd9Sstevel@tonic-gate 			mutex_enter(&ip->i_tlock);
48347c478bd9Sstevel@tonic-gate 			/*
48357c478bd9Sstevel@tonic-gate 			 * If nobody stalled, start a new cluster.
48367c478bd9Sstevel@tonic-gate 			 */
48377c478bd9Sstevel@tonic-gate 			if (ip->i_delaylen == 0) {
48387c478bd9Sstevel@tonic-gate 				ip->i_delayoff = off;
48397c478bd9Sstevel@tonic-gate 				ip->i_delaylen = len;
48407c478bd9Sstevel@tonic-gate 				mutex_exit(&ip->i_tlock);
48417c478bd9Sstevel@tonic-gate 				goto errout;
48427c478bd9Sstevel@tonic-gate 			}
48437c478bd9Sstevel@tonic-gate 			/*
48447c478bd9Sstevel@tonic-gate 			 * If we have a full cluster or they are not contig,
48457c478bd9Sstevel@tonic-gate 			 * then push last cluster and start over.
48467c478bd9Sstevel@tonic-gate 			 */
48477c478bd9Sstevel@tonic-gate 			if (ip->i_delaylen >= CLUSTSZ(ip) ||
48487c478bd9Sstevel@tonic-gate 			    ip->i_delayoff + ip->i_delaylen != off) {
48497c478bd9Sstevel@tonic-gate 				u_offset_t doff;
48507c478bd9Sstevel@tonic-gate 				size_t dlen;
48517c478bd9Sstevel@tonic-gate 
48527c478bd9Sstevel@tonic-gate 				doff = ip->i_delayoff;
48537c478bd9Sstevel@tonic-gate 				dlen = ip->i_delaylen;
48547c478bd9Sstevel@tonic-gate 				ip->i_delayoff = off;
48557c478bd9Sstevel@tonic-gate 				ip->i_delaylen = len;
48567c478bd9Sstevel@tonic-gate 				mutex_exit(&ip->i_tlock);
48577c478bd9Sstevel@tonic-gate 				err = ufs_putpages(vp, doff, dlen,
48587c478bd9Sstevel@tonic-gate 				    flags, cr);
48597c478bd9Sstevel@tonic-gate 				/* LMXXX - flags are new val, not old */
48607c478bd9Sstevel@tonic-gate 				goto errout;
48617c478bd9Sstevel@tonic-gate 			}
48627c478bd9Sstevel@tonic-gate 			/*
48637c478bd9Sstevel@tonic-gate 			 * There is something there, it's not full, and
48647c478bd9Sstevel@tonic-gate 			 * it is contig.
48657c478bd9Sstevel@tonic-gate 			 */
48667c478bd9Sstevel@tonic-gate 			ip->i_delaylen += len;
48677c478bd9Sstevel@tonic-gate 			mutex_exit(&ip->i_tlock);
48687c478bd9Sstevel@tonic-gate 			goto errout;
48697c478bd9Sstevel@tonic-gate 		}
48707c478bd9Sstevel@tonic-gate 		/*
48717c478bd9Sstevel@tonic-gate 		 * Must have weird flags or we are not clustering.
48727c478bd9Sstevel@tonic-gate 		 */
48737c478bd9Sstevel@tonic-gate 	}
48747c478bd9Sstevel@tonic-gate 
48757c478bd9Sstevel@tonic-gate 	err = ufs_putpages(vp, off, len, flags, cr);
48767c478bd9Sstevel@tonic-gate 
48777c478bd9Sstevel@tonic-gate errout:
48787c478bd9Sstevel@tonic-gate 	TRACE_2(TR_FAC_UFS, TR_UFS_PUTPAGE_END,
48797c478bd9Sstevel@tonic-gate 		"ufs_putpage_end:vp %p error %d", vp, err);
48807c478bd9Sstevel@tonic-gate 	return (err);
48817c478bd9Sstevel@tonic-gate }
48827c478bd9Sstevel@tonic-gate 
48837c478bd9Sstevel@tonic-gate /*
48847c478bd9Sstevel@tonic-gate  * If len == 0, do from off to EOF.
48857c478bd9Sstevel@tonic-gate  *
48867c478bd9Sstevel@tonic-gate  * The normal cases should be len == 0 & off == 0 (entire vp list),
48877c478bd9Sstevel@tonic-gate  * len == MAXBSIZE (from segmap_release actions), and len == PAGESIZE
48887c478bd9Sstevel@tonic-gate  * (from pageout).
48897c478bd9Sstevel@tonic-gate  */
48907c478bd9Sstevel@tonic-gate /*ARGSUSED*/
48917c478bd9Sstevel@tonic-gate static int
48927c478bd9Sstevel@tonic-gate ufs_putpages(
48937c478bd9Sstevel@tonic-gate 	struct vnode *vp,
48947c478bd9Sstevel@tonic-gate 	offset_t off,
48957c478bd9Sstevel@tonic-gate 	size_t len,
48967c478bd9Sstevel@tonic-gate 	int flags,
48977c478bd9Sstevel@tonic-gate 	struct cred *cr)
48987c478bd9Sstevel@tonic-gate {
48997c478bd9Sstevel@tonic-gate 	u_offset_t io_off;
49007c478bd9Sstevel@tonic-gate 	u_offset_t eoff;
49017c478bd9Sstevel@tonic-gate 	struct inode *ip = VTOI(vp);
49027c478bd9Sstevel@tonic-gate 	page_t *pp;
49037c478bd9Sstevel@tonic-gate 	size_t io_len;
49047c478bd9Sstevel@tonic-gate 	int err = 0;
49057c478bd9Sstevel@tonic-gate 	int dolock;
49067c478bd9Sstevel@tonic-gate 
49077c478bd9Sstevel@tonic-gate 	if (vp->v_count == 0)
49087c478bd9Sstevel@tonic-gate 		return (ufs_fault(vp, "ufs_putpages: v_count == 0"));
49097c478bd9Sstevel@tonic-gate 	/*
49107c478bd9Sstevel@tonic-gate 	 * Acquire the readers/write inode lock before locking
49117c478bd9Sstevel@tonic-gate 	 * any pages in this inode.
49127c478bd9Sstevel@tonic-gate 	 * The inode lock is held during i/o.
49137c478bd9Sstevel@tonic-gate 	 */
49147c478bd9Sstevel@tonic-gate 	if (len == 0) {
49157c478bd9Sstevel@tonic-gate 		mutex_enter(&ip->i_tlock);
49167c478bd9Sstevel@tonic-gate 		ip->i_delayoff = ip->i_delaylen = 0;
49177c478bd9Sstevel@tonic-gate 		mutex_exit(&ip->i_tlock);
49187c478bd9Sstevel@tonic-gate 	}
49197c478bd9Sstevel@tonic-gate 	dolock = (rw_owner(&ip->i_contents) != curthread);
49207c478bd9Sstevel@tonic-gate 	if (dolock) {
49217c478bd9Sstevel@tonic-gate 		/*
49227c478bd9Sstevel@tonic-gate 		 * Must synchronize this thread and any possible thread
49237c478bd9Sstevel@tonic-gate 		 * operating in the window of vulnerability in wrip().
49247c478bd9Sstevel@tonic-gate 		 * It is dangerous to allow both a thread doing a putpage
49257c478bd9Sstevel@tonic-gate 		 * and a thread writing, so serialize them.  The exception
49267c478bd9Sstevel@tonic-gate 		 * is when the thread in wrip() does something which causes
49277c478bd9Sstevel@tonic-gate 		 * a putpage operation.  Then, the thread must be allowed
49287c478bd9Sstevel@tonic-gate 		 * to continue.  It may encounter a bmap_read problem in
49297c478bd9Sstevel@tonic-gate 		 * ufs_putapage, but that is handled in ufs_putapage.
49307c478bd9Sstevel@tonic-gate 		 * Allow async writers to proceed, we don't want to block
49317c478bd9Sstevel@tonic-gate 		 * the pageout daemon.
49327c478bd9Sstevel@tonic-gate 		 */
49337c478bd9Sstevel@tonic-gate 		if (ip->i_writer == curthread)
49347c478bd9Sstevel@tonic-gate 			rw_enter(&ip->i_contents, RW_READER);
49357c478bd9Sstevel@tonic-gate 		else {
49367c478bd9Sstevel@tonic-gate 			for (;;) {
49377c478bd9Sstevel@tonic-gate 				rw_enter(&ip->i_contents, RW_READER);
49387c478bd9Sstevel@tonic-gate 				mutex_enter(&ip->i_tlock);
49397c478bd9Sstevel@tonic-gate 				/*
49407c478bd9Sstevel@tonic-gate 				 * If there is no thread in the critical
49417c478bd9Sstevel@tonic-gate 				 * section of wrip(), then proceed.
49427c478bd9Sstevel@tonic-gate 				 * Otherwise, wait until there isn't one.
49437c478bd9Sstevel@tonic-gate 				 */
49447c478bd9Sstevel@tonic-gate 				if (ip->i_writer == NULL) {
49457c478bd9Sstevel@tonic-gate 					mutex_exit(&ip->i_tlock);
49467c478bd9Sstevel@tonic-gate 					break;
49477c478bd9Sstevel@tonic-gate 				}
49487c478bd9Sstevel@tonic-gate 				rw_exit(&ip->i_contents);
49497c478bd9Sstevel@tonic-gate 				/*
49507c478bd9Sstevel@tonic-gate 				 * Bounce async writers when we have a writer
49517c478bd9Sstevel@tonic-gate 				 * working on this file so we don't deadlock
49527c478bd9Sstevel@tonic-gate 				 * the pageout daemon.
49537c478bd9Sstevel@tonic-gate 				 */
49547c478bd9Sstevel@tonic-gate 				if (flags & B_ASYNC) {
49557c478bd9Sstevel@tonic-gate 					mutex_exit(&ip->i_tlock);
49567c478bd9Sstevel@tonic-gate 					return (0);
49577c478bd9Sstevel@tonic-gate 				}
49587c478bd9Sstevel@tonic-gate 				cv_wait(&ip->i_wrcv, &ip->i_tlock);
49597c478bd9Sstevel@tonic-gate 				mutex_exit(&ip->i_tlock);
49607c478bd9Sstevel@tonic-gate 			}
49617c478bd9Sstevel@tonic-gate 		}
49627c478bd9Sstevel@tonic-gate 	}
49637c478bd9Sstevel@tonic-gate 
49647c478bd9Sstevel@tonic-gate 	if (!vn_has_cached_data(vp)) {
49657c478bd9Sstevel@tonic-gate 		if (dolock)
49667c478bd9Sstevel@tonic-gate 			rw_exit(&ip->i_contents);
49677c478bd9Sstevel@tonic-gate 		return (0);
49687c478bd9Sstevel@tonic-gate 	}
49697c478bd9Sstevel@tonic-gate 
49707c478bd9Sstevel@tonic-gate 	if (len == 0) {
49717c478bd9Sstevel@tonic-gate 		/*
49727c478bd9Sstevel@tonic-gate 		 * Search the entire vp list for pages >= off.
49737c478bd9Sstevel@tonic-gate 		 */
49747c478bd9Sstevel@tonic-gate 		err = pvn_vplist_dirty(vp, (u_offset_t)off, ufs_putapage,
49757c478bd9Sstevel@tonic-gate 					flags, cr);
49767c478bd9Sstevel@tonic-gate 	} else {
49777c478bd9Sstevel@tonic-gate 		/*
49787c478bd9Sstevel@tonic-gate 		 * Loop over all offsets in the range looking for
49797c478bd9Sstevel@tonic-gate 		 * pages to deal with.
49807c478bd9Sstevel@tonic-gate 		 */
49817c478bd9Sstevel@tonic-gate 		if ((eoff = blkroundup(ip->i_fs, ip->i_size)) != 0)
49827c478bd9Sstevel@tonic-gate 			eoff = MIN(off + len, eoff);
49837c478bd9Sstevel@tonic-gate 		else
49847c478bd9Sstevel@tonic-gate 			eoff = off + len;
49857c478bd9Sstevel@tonic-gate 
49867c478bd9Sstevel@tonic-gate 		for (io_off = off; io_off < eoff; io_off += io_len) {
49877c478bd9Sstevel@tonic-gate 			/*
49887c478bd9Sstevel@tonic-gate 			 * If we are not invalidating, synchronously
49897c478bd9Sstevel@tonic-gate 			 * freeing or writing pages, use the routine
49907c478bd9Sstevel@tonic-gate 			 * page_lookup_nowait() to prevent reclaiming
49917c478bd9Sstevel@tonic-gate 			 * them from the free list.
49927c478bd9Sstevel@tonic-gate 			 */
49937c478bd9Sstevel@tonic-gate 			if ((flags & B_INVAL) || ((flags & B_ASYNC) == 0)) {
49947c478bd9Sstevel@tonic-gate 				pp = page_lookup(vp, io_off,
49957c478bd9Sstevel@tonic-gate 					(flags & (B_INVAL | B_FREE)) ?
49967c478bd9Sstevel@tonic-gate 					    SE_EXCL : SE_SHARED);
49977c478bd9Sstevel@tonic-gate 			} else {
49987c478bd9Sstevel@tonic-gate 				pp = page_lookup_nowait(vp, io_off,
49997c478bd9Sstevel@tonic-gate 					(flags & B_FREE) ? SE_EXCL : SE_SHARED);
50007c478bd9Sstevel@tonic-gate 			}
50017c478bd9Sstevel@tonic-gate 
50027c478bd9Sstevel@tonic-gate 			if (pp == NULL || pvn_getdirty(pp, flags) == 0)
50037c478bd9Sstevel@tonic-gate 				io_len = PAGESIZE;
50047c478bd9Sstevel@tonic-gate 			else {
50057c478bd9Sstevel@tonic-gate 				u_offset_t *io_offp = &io_off;
50067c478bd9Sstevel@tonic-gate 
50077c478bd9Sstevel@tonic-gate 				err = ufs_putapage(vp, pp, io_offp, &io_len,
50087c478bd9Sstevel@tonic-gate 				    flags, cr);
50097c478bd9Sstevel@tonic-gate 				if (err != 0)
50107c478bd9Sstevel@tonic-gate 					break;
50117c478bd9Sstevel@tonic-gate 				/*
50127c478bd9Sstevel@tonic-gate 				 * "io_off" and "io_len" are returned as
50137c478bd9Sstevel@tonic-gate 				 * the range of pages we actually wrote.
50147c478bd9Sstevel@tonic-gate 				 * This allows us to skip ahead more quickly
50157c478bd9Sstevel@tonic-gate 				 * since several pages may've been dealt
50167c478bd9Sstevel@tonic-gate 				 * with by this iteration of the loop.
50177c478bd9Sstevel@tonic-gate 				 */
50187c478bd9Sstevel@tonic-gate 			}
50197c478bd9Sstevel@tonic-gate 		}
50207c478bd9Sstevel@tonic-gate 	}
50217c478bd9Sstevel@tonic-gate 	if (err == 0 && off == 0 && (len == 0 || len >= ip->i_size)) {
50227c478bd9Sstevel@tonic-gate 		/*
50237c478bd9Sstevel@tonic-gate 		 * We have just sync'ed back all the pages on
50247c478bd9Sstevel@tonic-gate 		 * the inode, turn off the IMODTIME flag.
50257c478bd9Sstevel@tonic-gate 		 */
50267c478bd9Sstevel@tonic-gate 		mutex_enter(&ip->i_tlock);
50277c478bd9Sstevel@tonic-gate 		ip->i_flag &= ~IMODTIME;
50287c478bd9Sstevel@tonic-gate 		mutex_exit(&ip->i_tlock);
50297c478bd9Sstevel@tonic-gate 	}
50307c478bd9Sstevel@tonic-gate 	if (dolock)
50317c478bd9Sstevel@tonic-gate 		rw_exit(&ip->i_contents);
50327c478bd9Sstevel@tonic-gate 	return (err);
50337c478bd9Sstevel@tonic-gate }
50347c478bd9Sstevel@tonic-gate 
50357c478bd9Sstevel@tonic-gate static void
50367c478bd9Sstevel@tonic-gate ufs_iodone(buf_t *bp)
50377c478bd9Sstevel@tonic-gate {
50387c478bd9Sstevel@tonic-gate 	struct inode *ip;
50397c478bd9Sstevel@tonic-gate 
50407c478bd9Sstevel@tonic-gate 	ASSERT((bp->b_pages->p_vnode != NULL) && !(bp->b_flags & B_READ));
50417c478bd9Sstevel@tonic-gate 
50427c478bd9Sstevel@tonic-gate 	bp->b_iodone = NULL;
50437c478bd9Sstevel@tonic-gate 
50447c478bd9Sstevel@tonic-gate 	ip = VTOI(bp->b_pages->p_vnode);
50457c478bd9Sstevel@tonic-gate 
50467c478bd9Sstevel@tonic-gate 	mutex_enter(&ip->i_tlock);
50477c478bd9Sstevel@tonic-gate 	if (ip->i_writes >= ufs_LW) {
50487c478bd9Sstevel@tonic-gate 		if ((ip->i_writes -= bp->b_bcount) <= ufs_LW)
50497c478bd9Sstevel@tonic-gate 			if (ufs_WRITES)
50507c478bd9Sstevel@tonic-gate 				cv_broadcast(&ip->i_wrcv); /* wake all up */
50517c478bd9Sstevel@tonic-gate 	} else {
50527c478bd9Sstevel@tonic-gate 		ip->i_writes -= bp->b_bcount;
50537c478bd9Sstevel@tonic-gate 	}
50547c478bd9Sstevel@tonic-gate 
50557c478bd9Sstevel@tonic-gate 	mutex_exit(&ip->i_tlock);
50567c478bd9Sstevel@tonic-gate 	iodone(bp);
50577c478bd9Sstevel@tonic-gate }
50587c478bd9Sstevel@tonic-gate 
50597c478bd9Sstevel@tonic-gate /*
50607c478bd9Sstevel@tonic-gate  * Write out a single page, possibly klustering adjacent
50617c478bd9Sstevel@tonic-gate  * dirty pages.  The inode lock must be held.
50627c478bd9Sstevel@tonic-gate  *
50637c478bd9Sstevel@tonic-gate  * LMXXX - bsize < pagesize not done.
50647c478bd9Sstevel@tonic-gate  */
50657c478bd9Sstevel@tonic-gate /*ARGSUSED*/
50667c478bd9Sstevel@tonic-gate int
50677c478bd9Sstevel@tonic-gate ufs_putapage(
50687c478bd9Sstevel@tonic-gate 	struct vnode *vp,
50697c478bd9Sstevel@tonic-gate 	page_t *pp,
50707c478bd9Sstevel@tonic-gate 	u_offset_t *offp,
50717c478bd9Sstevel@tonic-gate 	size_t *lenp,		/* return values */
50727c478bd9Sstevel@tonic-gate 	int flags,
50737c478bd9Sstevel@tonic-gate 	struct cred *cr)
50747c478bd9Sstevel@tonic-gate {
50757c478bd9Sstevel@tonic-gate 	u_offset_t io_off;
50767c478bd9Sstevel@tonic-gate 	u_offset_t off;
50777c478bd9Sstevel@tonic-gate 	struct inode *ip = VTOI(vp);
50787c478bd9Sstevel@tonic-gate 	struct ufsvfs *ufsvfsp = ip->i_ufsvfs;
50797c478bd9Sstevel@tonic-gate 	struct fs *fs;
50807c478bd9Sstevel@tonic-gate 	struct buf *bp;
50817c478bd9Sstevel@tonic-gate 	size_t io_len;
50827c478bd9Sstevel@tonic-gate 	daddr_t bn;
50837c478bd9Sstevel@tonic-gate 	int err;
50847c478bd9Sstevel@tonic-gate 	int contig;
50857c478bd9Sstevel@tonic-gate 
50867c478bd9Sstevel@tonic-gate 	ASSERT(RW_LOCK_HELD(&ip->i_contents));
50877c478bd9Sstevel@tonic-gate 
50887c478bd9Sstevel@tonic-gate 	TRACE_1(TR_FAC_UFS, TR_UFS_PUTAPAGE_START,
50897c478bd9Sstevel@tonic-gate 		"ufs_putapage_start:vp %p", vp);
50907c478bd9Sstevel@tonic-gate 
50917c478bd9Sstevel@tonic-gate 	if (ufsvfsp == NULL) {
50927c478bd9Sstevel@tonic-gate 		err = EIO;
50937c478bd9Sstevel@tonic-gate 		goto out_trace;
50947c478bd9Sstevel@tonic-gate 	}
50957c478bd9Sstevel@tonic-gate 
50967c478bd9Sstevel@tonic-gate 	fs = ip->i_fs;
50977c478bd9Sstevel@tonic-gate 	ASSERT(fs->fs_ronly == 0);
50987c478bd9Sstevel@tonic-gate 
50997c478bd9Sstevel@tonic-gate 	/*
51007c478bd9Sstevel@tonic-gate 	 * If the modified time on the inode has not already been
51017c478bd9Sstevel@tonic-gate 	 * set elsewhere (e.g. for write/setattr) we set the time now.
51027c478bd9Sstevel@tonic-gate 	 * This gives us approximate modified times for mmap'ed files
51037c478bd9Sstevel@tonic-gate 	 * which are modified via stores in the user address space.
51047c478bd9Sstevel@tonic-gate 	 */
51057c478bd9Sstevel@tonic-gate 	if ((ip->i_flag & IMODTIME) == 0) {
51067c478bd9Sstevel@tonic-gate 		mutex_enter(&ip->i_tlock);
51077c478bd9Sstevel@tonic-gate 		ip->i_flag |= IUPD;
51087c478bd9Sstevel@tonic-gate 		ip->i_seq++;
51097c478bd9Sstevel@tonic-gate 		ITIMES_NOLOCK(ip);
51107c478bd9Sstevel@tonic-gate 		mutex_exit(&ip->i_tlock);
51117c478bd9Sstevel@tonic-gate 	}
51127c478bd9Sstevel@tonic-gate 
51137c478bd9Sstevel@tonic-gate 	/*
51147c478bd9Sstevel@tonic-gate 	 * Align the request to a block boundry (for old file systems),
51157c478bd9Sstevel@tonic-gate 	 * and go ask bmap() how contiguous things are for this file.
51167c478bd9Sstevel@tonic-gate 	 */
51177c478bd9Sstevel@tonic-gate 	off = pp->p_offset & (offset_t)fs->fs_bmask;	/* block align it */
51187c478bd9Sstevel@tonic-gate 	contig = 0;
51197c478bd9Sstevel@tonic-gate 	err = bmap_read(ip, off, &bn, &contig);
51207c478bd9Sstevel@tonic-gate 	if (err)
51217c478bd9Sstevel@tonic-gate 		goto out;
51227c478bd9Sstevel@tonic-gate 	if (bn == UFS_HOLE) {			/* putpage never allocates */
51237c478bd9Sstevel@tonic-gate 		/*
51247c478bd9Sstevel@tonic-gate 		 * logging device is in error mode; simply return EIO
51257c478bd9Sstevel@tonic-gate 		 */
51267c478bd9Sstevel@tonic-gate 		if (TRANS_ISERROR(ufsvfsp)) {
51277c478bd9Sstevel@tonic-gate 			err = EIO;
51287c478bd9Sstevel@tonic-gate 			goto out;
51297c478bd9Sstevel@tonic-gate 		}
51307c478bd9Sstevel@tonic-gate 		/*
51317c478bd9Sstevel@tonic-gate 		 * Oops, the thread in the window in wrip() did some
51327c478bd9Sstevel@tonic-gate 		 * sort of operation which caused a putpage in the bad
51337c478bd9Sstevel@tonic-gate 		 * range.  In this case, just return an error which will
51347c478bd9Sstevel@tonic-gate 		 * cause the software modified bit on the page to set
51357c478bd9Sstevel@tonic-gate 		 * and the page will get written out again later.
51367c478bd9Sstevel@tonic-gate 		 */
51377c478bd9Sstevel@tonic-gate 		if (ip->i_writer == curthread) {
51387c478bd9Sstevel@tonic-gate 			err = EIO;
51397c478bd9Sstevel@tonic-gate 			goto out;
51407c478bd9Sstevel@tonic-gate 		}
51417c478bd9Sstevel@tonic-gate 		/*
51427c478bd9Sstevel@tonic-gate 		 * If the pager is trying to push a page in the bad range
51437c478bd9Sstevel@tonic-gate 		 * just tell him to try again later when things are better.
51447c478bd9Sstevel@tonic-gate 		 */
51457c478bd9Sstevel@tonic-gate 		if (flags & B_ASYNC) {
51467c478bd9Sstevel@tonic-gate 			err = EAGAIN;
51477c478bd9Sstevel@tonic-gate 			goto out;
51487c478bd9Sstevel@tonic-gate 		}
51497c478bd9Sstevel@tonic-gate 		err = ufs_fault(ITOV(ip), "ufs_putapage: bn == UFS_HOLE");
51507c478bd9Sstevel@tonic-gate 		goto out;
51517c478bd9Sstevel@tonic-gate 	}
51527c478bd9Sstevel@tonic-gate 
51537c478bd9Sstevel@tonic-gate 	/*
51547c478bd9Sstevel@tonic-gate 	 * Take the length (of contiguous bytes) passed back from bmap()
51557c478bd9Sstevel@tonic-gate 	 * and _try_ and get a set of pages covering that extent.
51567c478bd9Sstevel@tonic-gate 	 */
51577c478bd9Sstevel@tonic-gate 	pp = pvn_write_kluster(vp, pp, &io_off, &io_len, off, contig, flags);
51587c478bd9Sstevel@tonic-gate 
51597c478bd9Sstevel@tonic-gate 	/*
51607c478bd9Sstevel@tonic-gate 	 * May have run out of memory and not clustered backwards.
51617c478bd9Sstevel@tonic-gate 	 * off		p_offset
51627c478bd9Sstevel@tonic-gate 	 * [  pp - 1  ][   pp   ]
51637c478bd9Sstevel@tonic-gate 	 * [	block		]
51647c478bd9Sstevel@tonic-gate 	 * We told bmap off, so we have to adjust the bn accordingly.
51657c478bd9Sstevel@tonic-gate 	 */
51667c478bd9Sstevel@tonic-gate 	if (io_off > off) {
51677c478bd9Sstevel@tonic-gate 		bn += btod(io_off - off);
51687c478bd9Sstevel@tonic-gate 		contig -= (io_off - off);
51697c478bd9Sstevel@tonic-gate 	}
51707c478bd9Sstevel@tonic-gate 
51717c478bd9Sstevel@tonic-gate 	/*
51727c478bd9Sstevel@tonic-gate 	 * bmap was carefull to tell us the right size so use that.
51737c478bd9Sstevel@tonic-gate 	 * There might be unallocated frags at the end.
51747c478bd9Sstevel@tonic-gate 	 * LMXXX - bzero the end of the page?  We must be writing after EOF.
51757c478bd9Sstevel@tonic-gate 	 */
51767c478bd9Sstevel@tonic-gate 	if (io_len > contig) {
51777c478bd9Sstevel@tonic-gate 		ASSERT(io_len - contig < fs->fs_bsize);
51787c478bd9Sstevel@tonic-gate 		io_len -= (io_len - contig);
51797c478bd9Sstevel@tonic-gate 	}
51807c478bd9Sstevel@tonic-gate 
51817c478bd9Sstevel@tonic-gate 	/*
51827c478bd9Sstevel@tonic-gate 	 * Handle the case where we are writing the last page after EOF.
51837c478bd9Sstevel@tonic-gate 	 *
51847c478bd9Sstevel@tonic-gate 	 * XXX - just a patch for i-mt3.
51857c478bd9Sstevel@tonic-gate 	 */
51867c478bd9Sstevel@tonic-gate 	if (io_len == 0) {
51877c478bd9Sstevel@tonic-gate 		ASSERT(pp->p_offset >= (u_offset_t)(roundup(ip->i_size,
51887c478bd9Sstevel@tonic-gate 							    PAGESIZE)));
51897c478bd9Sstevel@tonic-gate 		io_len = PAGESIZE;
51907c478bd9Sstevel@tonic-gate 	}
51917c478bd9Sstevel@tonic-gate 
51927c478bd9Sstevel@tonic-gate 	bp = pageio_setup(pp, io_len, ip->i_devvp, B_WRITE | flags);
51937c478bd9Sstevel@tonic-gate 
51947c478bd9Sstevel@tonic-gate 	ULOCKFS_SET_MOD(ITOUL(ip));
51957c478bd9Sstevel@tonic-gate 
51967c478bd9Sstevel@tonic-gate 	bp->b_edev = ip->i_dev;
51977c478bd9Sstevel@tonic-gate 	bp->b_dev = cmpdev(ip->i_dev);
51987c478bd9Sstevel@tonic-gate 	bp->b_blkno = bn;
51997c478bd9Sstevel@tonic-gate 	bp->b_un.b_addr = (caddr_t)0;
52007c478bd9Sstevel@tonic-gate 	bp->b_file = ip->i_vnode;
52017c478bd9Sstevel@tonic-gate 
52027c478bd9Sstevel@tonic-gate 	if (TRANS_ISTRANS(ufsvfsp)) {
52037c478bd9Sstevel@tonic-gate 		if ((ip->i_mode & IFMT) == IFSHAD) {
52047c478bd9Sstevel@tonic-gate 			TRANS_BUF(ufsvfsp, 0, io_len, bp, DT_SHAD);
52057c478bd9Sstevel@tonic-gate 		} else if (ufsvfsp->vfs_qinod == ip) {
52067c478bd9Sstevel@tonic-gate 			TRANS_DELTA(ufsvfsp, ldbtob(bn), bp->b_bcount, DT_QR,
52077c478bd9Sstevel@tonic-gate 			    0, 0);
52087c478bd9Sstevel@tonic-gate 		}
52097c478bd9Sstevel@tonic-gate 	}
52107c478bd9Sstevel@tonic-gate 
52117c478bd9Sstevel@tonic-gate 	/* write throttle */
52127c478bd9Sstevel@tonic-gate 
52137c478bd9Sstevel@tonic-gate 	ASSERT(bp->b_iodone == NULL);
52147c478bd9Sstevel@tonic-gate 	bp->b_iodone = (int (*)())ufs_iodone;
52157c478bd9Sstevel@tonic-gate 	mutex_enter(&ip->i_tlock);
52167c478bd9Sstevel@tonic-gate 	ip->i_writes += bp->b_bcount;
52177c478bd9Sstevel@tonic-gate 	mutex_exit(&ip->i_tlock);
52187c478bd9Sstevel@tonic-gate 
52197c478bd9Sstevel@tonic-gate 	if (bp->b_flags & B_ASYNC) {
52207c478bd9Sstevel@tonic-gate 		if (ufsvfsp->vfs_log) {
52217c478bd9Sstevel@tonic-gate 			lufs_write_strategy(ufsvfsp->vfs_log, bp);
52227c478bd9Sstevel@tonic-gate 		} else if (ufsvfsp->vfs_snapshot) {
52237c478bd9Sstevel@tonic-gate 			fssnap_strategy(&ufsvfsp->vfs_snapshot, bp);
52247c478bd9Sstevel@tonic-gate 		} else {
52257c478bd9Sstevel@tonic-gate 			ufsvfsp->vfs_iotstamp = lbolt;
52267c478bd9Sstevel@tonic-gate 			ub.ub_putasyncs.value.ul++;
52277c478bd9Sstevel@tonic-gate 			(void) bdev_strategy(bp);
52287c478bd9Sstevel@tonic-gate 			lwp_stat_update(LWP_STAT_OUBLK, 1);
52297c478bd9Sstevel@tonic-gate 		}
52307c478bd9Sstevel@tonic-gate 	} else {
52317c478bd9Sstevel@tonic-gate 		if (ufsvfsp->vfs_log) {
52327c478bd9Sstevel@tonic-gate 			lufs_write_strategy(ufsvfsp->vfs_log, bp);
52337c478bd9Sstevel@tonic-gate 		} else if (ufsvfsp->vfs_snapshot) {
52347c478bd9Sstevel@tonic-gate 			fssnap_strategy(&ufsvfsp->vfs_snapshot, bp);
52357c478bd9Sstevel@tonic-gate 		} else {
52367c478bd9Sstevel@tonic-gate 			ufsvfsp->vfs_iotstamp = lbolt;
52377c478bd9Sstevel@tonic-gate 			ub.ub_putsyncs.value.ul++;
52387c478bd9Sstevel@tonic-gate 			(void) bdev_strategy(bp);
52397c478bd9Sstevel@tonic-gate 			lwp_stat_update(LWP_STAT_OUBLK, 1);
52407c478bd9Sstevel@tonic-gate 		}
52417c478bd9Sstevel@tonic-gate 		err = biowait(bp);
52427c478bd9Sstevel@tonic-gate 		pageio_done(bp);
52437c478bd9Sstevel@tonic-gate 		pvn_write_done(pp, ((err) ? B_ERROR : 0) | B_WRITE | flags);
52447c478bd9Sstevel@tonic-gate 	}
52457c478bd9Sstevel@tonic-gate 
52467c478bd9Sstevel@tonic-gate 	pp = NULL;
52477c478bd9Sstevel@tonic-gate 
52487c478bd9Sstevel@tonic-gate out:
52497c478bd9Sstevel@tonic-gate 	if (err != 0 && pp != NULL)
52507c478bd9Sstevel@tonic-gate 		pvn_write_done(pp, B_ERROR | B_WRITE | flags);
52517c478bd9Sstevel@tonic-gate 
52527c478bd9Sstevel@tonic-gate 	if (offp)
52537c478bd9Sstevel@tonic-gate 		*offp = io_off;
52547c478bd9Sstevel@tonic-gate 	if (lenp)
52557c478bd9Sstevel@tonic-gate 		*lenp = io_len;
52567c478bd9Sstevel@tonic-gate out_trace:
52577c478bd9Sstevel@tonic-gate 	TRACE_2(TR_FAC_UFS, TR_UFS_PUTAPAGE_END,
52587c478bd9Sstevel@tonic-gate 		"ufs_putapage_end:vp %p error %d", vp, err);
52597c478bd9Sstevel@tonic-gate 	return (err);
52607c478bd9Sstevel@tonic-gate }
52617c478bd9Sstevel@tonic-gate 
52627c478bd9Sstevel@tonic-gate /* ARGSUSED */
52637c478bd9Sstevel@tonic-gate static int
52647c478bd9Sstevel@tonic-gate ufs_map(struct vnode *vp,
52657c478bd9Sstevel@tonic-gate 	offset_t off,
52667c478bd9Sstevel@tonic-gate 	struct as *as,
52677c478bd9Sstevel@tonic-gate 	caddr_t *addrp,
52687c478bd9Sstevel@tonic-gate 	size_t len,
52697c478bd9Sstevel@tonic-gate 	uchar_t prot,
52707c478bd9Sstevel@tonic-gate 	uchar_t maxprot,
52717c478bd9Sstevel@tonic-gate 	uint_t flags,
52727c478bd9Sstevel@tonic-gate 	struct cred *cr)
52737c478bd9Sstevel@tonic-gate {
52747c478bd9Sstevel@tonic-gate 	struct segvn_crargs vn_a;
52757c478bd9Sstevel@tonic-gate 	struct ufsvfs *ufsvfsp = VTOI(vp)->i_ufsvfs;
52767c478bd9Sstevel@tonic-gate 	struct ulockfs *ulp;
52777c478bd9Sstevel@tonic-gate 	int error;
52787c478bd9Sstevel@tonic-gate 
52797c478bd9Sstevel@tonic-gate 	TRACE_1(TR_FAC_UFS, TR_UFS_MAP_START,
52807c478bd9Sstevel@tonic-gate 		"ufs_map_start:vp %p", vp);
52817c478bd9Sstevel@tonic-gate 
52827c478bd9Sstevel@tonic-gate 	error = ufs_lockfs_begin(ufsvfsp, &ulp, ULOCKFS_MAP_MASK);
52837c478bd9Sstevel@tonic-gate 	if (error)
52847c478bd9Sstevel@tonic-gate 		goto out;
52857c478bd9Sstevel@tonic-gate 
52867c478bd9Sstevel@tonic-gate 	if (vp->v_flag & VNOMAP) {
52877c478bd9Sstevel@tonic-gate 		error = ENOSYS;
52887c478bd9Sstevel@tonic-gate 		goto unlock;
52897c478bd9Sstevel@tonic-gate 	}
52907c478bd9Sstevel@tonic-gate 
52917c478bd9Sstevel@tonic-gate 	if (off < (offset_t)0 || (offset_t)(off + len) < (offset_t)0) {
52927c478bd9Sstevel@tonic-gate 		error = ENXIO;
52937c478bd9Sstevel@tonic-gate 		goto unlock;
52947c478bd9Sstevel@tonic-gate 	}
52957c478bd9Sstevel@tonic-gate 
52967c478bd9Sstevel@tonic-gate 	if (vp->v_type != VREG) {
52977c478bd9Sstevel@tonic-gate 		error = ENODEV;
52987c478bd9Sstevel@tonic-gate 		goto unlock;
52997c478bd9Sstevel@tonic-gate 	}
53007c478bd9Sstevel@tonic-gate 
53017c478bd9Sstevel@tonic-gate 	/*
53027c478bd9Sstevel@tonic-gate 	 * If file is being locked, disallow mapping.
53037c478bd9Sstevel@tonic-gate 	 */
53047c478bd9Sstevel@tonic-gate 	if (vn_has_mandatory_locks(vp, VTOI(vp)->i_mode)) {
53057c478bd9Sstevel@tonic-gate 		error = EAGAIN;
53067c478bd9Sstevel@tonic-gate 		goto unlock;
53077c478bd9Sstevel@tonic-gate 	}
53087c478bd9Sstevel@tonic-gate 
53097c478bd9Sstevel@tonic-gate 	as_rangelock(as);
53107c478bd9Sstevel@tonic-gate 	if ((flags & MAP_FIXED) == 0) {
53117c478bd9Sstevel@tonic-gate 		map_addr(addrp, len, off, 1, flags);
53127c478bd9Sstevel@tonic-gate 		if (*addrp == NULL) {
53137c478bd9Sstevel@tonic-gate 			as_rangeunlock(as);
53147c478bd9Sstevel@tonic-gate 			error = ENOMEM;
53157c478bd9Sstevel@tonic-gate 			goto unlock;
53167c478bd9Sstevel@tonic-gate 		}
53177c478bd9Sstevel@tonic-gate 	} else {
53187c478bd9Sstevel@tonic-gate 		/*
53197c478bd9Sstevel@tonic-gate 		 * User specified address - blow away any previous mappings
53207c478bd9Sstevel@tonic-gate 		 */
53217c478bd9Sstevel@tonic-gate 		(void) as_unmap(as, *addrp, len);
53227c478bd9Sstevel@tonic-gate 	}
53237c478bd9Sstevel@tonic-gate 
53247c478bd9Sstevel@tonic-gate 	vn_a.vp = vp;
53257c478bd9Sstevel@tonic-gate 	vn_a.offset = (u_offset_t)off;
53267c478bd9Sstevel@tonic-gate 	vn_a.type = flags & MAP_TYPE;
53277c478bd9Sstevel@tonic-gate 	vn_a.prot = prot;
53287c478bd9Sstevel@tonic-gate 	vn_a.maxprot = maxprot;
53297c478bd9Sstevel@tonic-gate 	vn_a.cred = cr;
53307c478bd9Sstevel@tonic-gate 	vn_a.amp = NULL;
53317c478bd9Sstevel@tonic-gate 	vn_a.flags = flags & ~MAP_TYPE;
53327c478bd9Sstevel@tonic-gate 	vn_a.szc = 0;
53337c478bd9Sstevel@tonic-gate 	vn_a.lgrp_mem_policy_flags = 0;
53347c478bd9Sstevel@tonic-gate 
53357c478bd9Sstevel@tonic-gate 	error = as_map(as, *addrp, len, segvn_create, &vn_a);
53367c478bd9Sstevel@tonic-gate 	as_rangeunlock(as);
53377c478bd9Sstevel@tonic-gate 
53387c478bd9Sstevel@tonic-gate unlock:
53397c478bd9Sstevel@tonic-gate 	if (ulp) {
53407c478bd9Sstevel@tonic-gate 		ufs_lockfs_end(ulp);
53417c478bd9Sstevel@tonic-gate 	}
53427c478bd9Sstevel@tonic-gate out:
53437c478bd9Sstevel@tonic-gate 	TRACE_2(TR_FAC_UFS, TR_UFS_MAP_END,
53447c478bd9Sstevel@tonic-gate 		"ufs_map_end:vp %p error %d", vp, error);
53457c478bd9Sstevel@tonic-gate 	return (error);
53467c478bd9Sstevel@tonic-gate }
53477c478bd9Sstevel@tonic-gate 
53487c478bd9Sstevel@tonic-gate /* ARGSUSED */
53497c478bd9Sstevel@tonic-gate static int
53507c478bd9Sstevel@tonic-gate ufs_addmap(struct vnode *vp,
53517c478bd9Sstevel@tonic-gate 	offset_t off,
53527c478bd9Sstevel@tonic-gate 	struct as *as,
53537c478bd9Sstevel@tonic-gate 	caddr_t addr,
53547c478bd9Sstevel@tonic-gate 	size_t	len,
53557c478bd9Sstevel@tonic-gate 	uchar_t  prot,
53567c478bd9Sstevel@tonic-gate 	uchar_t  maxprot,
53577c478bd9Sstevel@tonic-gate 	uint_t    flags,
53587c478bd9Sstevel@tonic-gate 	struct cred *cr)
53597c478bd9Sstevel@tonic-gate {
53607c478bd9Sstevel@tonic-gate 	struct inode *ip = VTOI(vp);
53617c478bd9Sstevel@tonic-gate 
53627c478bd9Sstevel@tonic-gate 	if (vp->v_flag & VNOMAP) {
53637c478bd9Sstevel@tonic-gate 		return (ENOSYS);
53647c478bd9Sstevel@tonic-gate 	}
53657c478bd9Sstevel@tonic-gate 
53667c478bd9Sstevel@tonic-gate 	mutex_enter(&ip->i_tlock);
53677c478bd9Sstevel@tonic-gate 	ip->i_mapcnt += btopr(len);
53687c478bd9Sstevel@tonic-gate 	mutex_exit(&ip->i_tlock);
53697c478bd9Sstevel@tonic-gate 	return (0);
53707c478bd9Sstevel@tonic-gate }
53717c478bd9Sstevel@tonic-gate 
53727c478bd9Sstevel@tonic-gate /*ARGSUSED*/
53737c478bd9Sstevel@tonic-gate static int
53747c478bd9Sstevel@tonic-gate ufs_delmap(struct vnode *vp, offset_t off, struct as *as, caddr_t addr,
53757c478bd9Sstevel@tonic-gate 	size_t len, uint_t prot,  uint_t maxprot,  uint_t flags,
53767c478bd9Sstevel@tonic-gate 	struct cred *cr)
53777c478bd9Sstevel@tonic-gate {
53787c478bd9Sstevel@tonic-gate 	struct inode *ip = VTOI(vp);
53797c478bd9Sstevel@tonic-gate 
53807c478bd9Sstevel@tonic-gate 	if (vp->v_flag & VNOMAP) {
53817c478bd9Sstevel@tonic-gate 		return (ENOSYS);
53827c478bd9Sstevel@tonic-gate 	}
53837c478bd9Sstevel@tonic-gate 
53847c478bd9Sstevel@tonic-gate 	mutex_enter(&ip->i_tlock);
53857c478bd9Sstevel@tonic-gate 	ip->i_mapcnt -= btopr(len); 	/* Count released mappings */
53867c478bd9Sstevel@tonic-gate 	ASSERT(ip->i_mapcnt >= 0);
53877c478bd9Sstevel@tonic-gate 	mutex_exit(&ip->i_tlock);
53887c478bd9Sstevel@tonic-gate 	return (0);
53897c478bd9Sstevel@tonic-gate }
53907c478bd9Sstevel@tonic-gate /*
53917c478bd9Sstevel@tonic-gate  * Return the answer requested to poll() for non-device files
53927c478bd9Sstevel@tonic-gate  */
53937c478bd9Sstevel@tonic-gate struct pollhead ufs_pollhd;
53947c478bd9Sstevel@tonic-gate 
53957c478bd9Sstevel@tonic-gate /* ARGSUSED */
53967c478bd9Sstevel@tonic-gate int
53977c478bd9Sstevel@tonic-gate ufs_poll(vnode_t *vp, short ev, int any, short *revp, struct pollhead **phpp)
53987c478bd9Sstevel@tonic-gate {
53997c478bd9Sstevel@tonic-gate 	struct ufsvfs	*ufsvfsp;
54007c478bd9Sstevel@tonic-gate 
54017c478bd9Sstevel@tonic-gate 	*revp = 0;
54027c478bd9Sstevel@tonic-gate 	ufsvfsp = VTOI(vp)->i_ufsvfs;
54037c478bd9Sstevel@tonic-gate 
54047c478bd9Sstevel@tonic-gate 	if (!ufsvfsp) {
54057c478bd9Sstevel@tonic-gate 		*revp = POLLHUP;
54067c478bd9Sstevel@tonic-gate 		goto out;
54077c478bd9Sstevel@tonic-gate 	}
54087c478bd9Sstevel@tonic-gate 
54097c478bd9Sstevel@tonic-gate 	if (ULOCKFS_IS_HLOCK(&ufsvfsp->vfs_ulockfs) ||
54107c478bd9Sstevel@tonic-gate 	    ULOCKFS_IS_ELOCK(&ufsvfsp->vfs_ulockfs)) {
54117c478bd9Sstevel@tonic-gate 		*revp |= POLLERR;
54127c478bd9Sstevel@tonic-gate 
54137c478bd9Sstevel@tonic-gate 	} else {
54147c478bd9Sstevel@tonic-gate 		if ((ev & POLLOUT) && !ufsvfsp->vfs_fs->fs_ronly &&
54157c478bd9Sstevel@tonic-gate 		    !ULOCKFS_IS_WLOCK(&ufsvfsp->vfs_ulockfs))
54167c478bd9Sstevel@tonic-gate 			*revp |= POLLOUT;
54177c478bd9Sstevel@tonic-gate 
54187c478bd9Sstevel@tonic-gate 		if ((ev & POLLWRBAND) && !ufsvfsp->vfs_fs->fs_ronly &&
54197c478bd9Sstevel@tonic-gate 		    !ULOCKFS_IS_WLOCK(&ufsvfsp->vfs_ulockfs))
54207c478bd9Sstevel@tonic-gate 			*revp |= POLLWRBAND;
54217c478bd9Sstevel@tonic-gate 
54227c478bd9Sstevel@tonic-gate 		if (ev & POLLIN)
54237c478bd9Sstevel@tonic-gate 			*revp |= POLLIN;
54247c478bd9Sstevel@tonic-gate 
54257c478bd9Sstevel@tonic-gate 		if (ev & POLLRDNORM)
54267c478bd9Sstevel@tonic-gate 			*revp |= POLLRDNORM;
54277c478bd9Sstevel@tonic-gate 
54287c478bd9Sstevel@tonic-gate 		if (ev & POLLRDBAND)
54297c478bd9Sstevel@tonic-gate 			*revp |= POLLRDBAND;
54307c478bd9Sstevel@tonic-gate 	}
54317c478bd9Sstevel@tonic-gate 
54327c478bd9Sstevel@tonic-gate 	if ((ev & POLLPRI) && (*revp & (POLLERR|POLLHUP)))
54337c478bd9Sstevel@tonic-gate 		*revp |= POLLPRI;
54347c478bd9Sstevel@tonic-gate out:
54357c478bd9Sstevel@tonic-gate 	*phpp = !any && !*revp ? &ufs_pollhd : (struct pollhead *)NULL;
54367c478bd9Sstevel@tonic-gate 
54377c478bd9Sstevel@tonic-gate 	return (0);
54387c478bd9Sstevel@tonic-gate }
54397c478bd9Sstevel@tonic-gate 
54407c478bd9Sstevel@tonic-gate /* ARGSUSED */
54417c478bd9Sstevel@tonic-gate static int
54427c478bd9Sstevel@tonic-gate ufs_l_pathconf(struct vnode *vp, int cmd, ulong_t *valp, struct cred *cr)
54437c478bd9Sstevel@tonic-gate {
54447c478bd9Sstevel@tonic-gate 	struct ufsvfs	*ufsvfsp = VTOI(vp)->i_ufsvfs;
54457c478bd9Sstevel@tonic-gate 	struct ulockfs	*ulp = NULL;
54467c478bd9Sstevel@tonic-gate 	struct inode 	*sip = NULL;
54477c478bd9Sstevel@tonic-gate 	int		error;
54487c478bd9Sstevel@tonic-gate 	struct inode 	*ip = VTOI(vp);
54497c478bd9Sstevel@tonic-gate 	int		issync;
54507c478bd9Sstevel@tonic-gate 
54517c478bd9Sstevel@tonic-gate 	error = ufs_lockfs_begin(ufsvfsp, &ulp, ULOCKFS_PATHCONF_MASK);
54527c478bd9Sstevel@tonic-gate 	if (error)
54537c478bd9Sstevel@tonic-gate 		return (error);
54547c478bd9Sstevel@tonic-gate 
54557c478bd9Sstevel@tonic-gate 	switch (cmd) {
54567c478bd9Sstevel@tonic-gate 		/*
54577c478bd9Sstevel@tonic-gate 		 * Have to handle _PC_NAME_MAX here, because the normal way
54587c478bd9Sstevel@tonic-gate 		 * [fs_pathconf() -> VOP_STATVFS() -> ufs_statvfs()]
54597c478bd9Sstevel@tonic-gate 		 * results in a lock ordering reversal between
54607c478bd9Sstevel@tonic-gate 		 * ufs_lockfs_{begin,end}() and
54617c478bd9Sstevel@tonic-gate 		 * ufs_thread_{suspend,continue}().
54627c478bd9Sstevel@tonic-gate 		 *
54637c478bd9Sstevel@tonic-gate 		 * Keep in sync with ufs_statvfs().
54647c478bd9Sstevel@tonic-gate 		 */
54657c478bd9Sstevel@tonic-gate 	case _PC_NAME_MAX:
54667c478bd9Sstevel@tonic-gate 		*valp = MAXNAMLEN;
54677c478bd9Sstevel@tonic-gate 		break;
54687c478bd9Sstevel@tonic-gate 
54697c478bd9Sstevel@tonic-gate 	case _PC_FILESIZEBITS:
54707c478bd9Sstevel@tonic-gate 		if (ufsvfsp->vfs_lfflags & UFS_LARGEFILES)
54717c478bd9Sstevel@tonic-gate 			*valp = UFS_FILESIZE_BITS;
54727c478bd9Sstevel@tonic-gate 		else
54737c478bd9Sstevel@tonic-gate 			*valp = 32;
54747c478bd9Sstevel@tonic-gate 		break;
54757c478bd9Sstevel@tonic-gate 
54767c478bd9Sstevel@tonic-gate 	case _PC_XATTR_EXISTS:
54777c478bd9Sstevel@tonic-gate 		if (vp->v_vfsp->vfs_flag & VFS_XATTR) {
54787c478bd9Sstevel@tonic-gate 
54797c478bd9Sstevel@tonic-gate 			error = ufs_xattr_getattrdir(vp, &sip, LOOKUP_XATTR,
54807c478bd9Sstevel@tonic-gate 							cr);
54817c478bd9Sstevel@tonic-gate 			if (error ==  0 && sip != NULL) {
54827c478bd9Sstevel@tonic-gate 				/* Start transaction */
54837c478bd9Sstevel@tonic-gate 				if (ulp) {
54847c478bd9Sstevel@tonic-gate 					TRANS_BEGIN_CSYNC(ufsvfsp, issync,
54857c478bd9Sstevel@tonic-gate 					    TOP_RMDIR, TOP_RMDIR_SIZE);
54867c478bd9Sstevel@tonic-gate 				}
54877c478bd9Sstevel@tonic-gate 				/*
54887c478bd9Sstevel@tonic-gate 				 * Is directory empty
54897c478bd9Sstevel@tonic-gate 				 */
54907c478bd9Sstevel@tonic-gate 				rw_enter(&sip->i_rwlock, RW_WRITER);
54917c478bd9Sstevel@tonic-gate 				rw_enter(&sip->i_contents, RW_WRITER);
54927c478bd9Sstevel@tonic-gate 				if (ufs_xattrdirempty(sip,
54937c478bd9Sstevel@tonic-gate 						sip->i_number, CRED())) {
54947c478bd9Sstevel@tonic-gate 					rw_enter(&ip->i_contents, RW_WRITER);
54957c478bd9Sstevel@tonic-gate 					ufs_unhook_shadow(ip, sip);
54967c478bd9Sstevel@tonic-gate 					rw_exit(&ip->i_contents);
54977c478bd9Sstevel@tonic-gate 
54987c478bd9Sstevel@tonic-gate 					*valp = 0;
54997c478bd9Sstevel@tonic-gate 
55007c478bd9Sstevel@tonic-gate 				} else
55017c478bd9Sstevel@tonic-gate 					*valp = 1;
55027c478bd9Sstevel@tonic-gate 				rw_exit(&sip->i_contents);
55037c478bd9Sstevel@tonic-gate 				rw_exit(&sip->i_rwlock);
55047c478bd9Sstevel@tonic-gate 				if (ulp) {
55057c478bd9Sstevel@tonic-gate 					TRANS_END_CSYNC(ufsvfsp, error, issync,
55067c478bd9Sstevel@tonic-gate 					    TOP_RMDIR, TOP_RMDIR_SIZE);
55077c478bd9Sstevel@tonic-gate 				}
55087c478bd9Sstevel@tonic-gate 				VN_RELE(ITOV(sip));
55097c478bd9Sstevel@tonic-gate 			} else if (error == ENOENT) {
55107c478bd9Sstevel@tonic-gate 				*valp = 0;
55117c478bd9Sstevel@tonic-gate 				error = 0;
55127c478bd9Sstevel@tonic-gate 			}
55137c478bd9Sstevel@tonic-gate 		} else {
55147c478bd9Sstevel@tonic-gate 			error = fs_pathconf(vp, cmd, valp, cr);
55157c478bd9Sstevel@tonic-gate 		}
55167c478bd9Sstevel@tonic-gate 		break;
55177c478bd9Sstevel@tonic-gate 
55187c478bd9Sstevel@tonic-gate 	case _PC_ACL_ENABLED:
55197c478bd9Sstevel@tonic-gate 		*valp = _ACL_ACLENT_ENABLED;
55207c478bd9Sstevel@tonic-gate 		break;
55217c478bd9Sstevel@tonic-gate 
55227c478bd9Sstevel@tonic-gate 	case _PC_MIN_HOLE_SIZE:
55237c478bd9Sstevel@tonic-gate 		*valp = (ulong_t)ip->i_fs->fs_bsize;
55247c478bd9Sstevel@tonic-gate 		break;
55257c478bd9Sstevel@tonic-gate 
55267c478bd9Sstevel@tonic-gate 	default:
55277c478bd9Sstevel@tonic-gate 		error = fs_pathconf(vp, cmd, valp, cr);
55287c478bd9Sstevel@tonic-gate 	}
55297c478bd9Sstevel@tonic-gate 
55307c478bd9Sstevel@tonic-gate 	if (ulp != NULL) {
55317c478bd9Sstevel@tonic-gate 		ufs_lockfs_end(ulp);
55327c478bd9Sstevel@tonic-gate 	}
55337c478bd9Sstevel@tonic-gate 	return (error);
55347c478bd9Sstevel@tonic-gate }
55357c478bd9Sstevel@tonic-gate 
55367c478bd9Sstevel@tonic-gate int ufs_pageio_writes, ufs_pageio_reads;
55377c478bd9Sstevel@tonic-gate 
55387c478bd9Sstevel@tonic-gate /*ARGSUSED*/
55397c478bd9Sstevel@tonic-gate static int
55407c478bd9Sstevel@tonic-gate ufs_pageio(struct vnode *vp, page_t *pp, u_offset_t io_off, size_t io_len,
55417c478bd9Sstevel@tonic-gate 	int flags, struct cred *cr)
55427c478bd9Sstevel@tonic-gate {
55437c478bd9Sstevel@tonic-gate 	struct inode *ip = VTOI(vp);
55447c478bd9Sstevel@tonic-gate 	struct ufsvfs *ufsvfsp;
55457c478bd9Sstevel@tonic-gate 	page_t *npp = NULL, *opp = NULL, *cpp = pp;
55467c478bd9Sstevel@tonic-gate 	struct buf *bp;
55477c478bd9Sstevel@tonic-gate 	daddr_t bn;
55487c478bd9Sstevel@tonic-gate 	size_t done_len = 0, cur_len = 0;
55497c478bd9Sstevel@tonic-gate 	int err = 0;
55507c478bd9Sstevel@tonic-gate 	int contig = 0;
55517c478bd9Sstevel@tonic-gate 	int dolock;
55527c478bd9Sstevel@tonic-gate 	int vmpss = 0;
5553bc69f433Saguzovsk 	struct ulockfs *ulp;
55547c478bd9Sstevel@tonic-gate 
55557c478bd9Sstevel@tonic-gate 	if ((flags & B_READ) && pp != NULL && pp->p_vnode == vp &&
55567c478bd9Sstevel@tonic-gate 	    vp->v_mpssdata != NULL) {
55577c478bd9Sstevel@tonic-gate 		vmpss = 1;
55587c478bd9Sstevel@tonic-gate 	}
55597c478bd9Sstevel@tonic-gate 
55607c478bd9Sstevel@tonic-gate 	dolock = (rw_owner(&ip->i_contents) != curthread);
55617c478bd9Sstevel@tonic-gate 	/*
55627c478bd9Sstevel@tonic-gate 	 * We need a better check.  Ideally, we would use another
55637c478bd9Sstevel@tonic-gate 	 * vnodeops so that hlocked and forcibly unmounted file
55647c478bd9Sstevel@tonic-gate 	 * systems would return EIO where appropriate and w/o the
55657c478bd9Sstevel@tonic-gate 	 * need for these checks.
55667c478bd9Sstevel@tonic-gate 	 */
55677c478bd9Sstevel@tonic-gate 	if ((ufsvfsp = ip->i_ufsvfs) == NULL)
55687c478bd9Sstevel@tonic-gate 		return (EIO);
55697c478bd9Sstevel@tonic-gate 
5570bc69f433Saguzovsk 	/*
5571bc69f433Saguzovsk 	 * For vmpss (pp can be NULL) case respect the quiesce protocol.
5572bc69f433Saguzovsk 	 * ul_lock must be taken before locking pages so we can't use it here
5573bc69f433Saguzovsk 	 * if pp is non NULL because segvn already locked pages
5574bc69f433Saguzovsk 	 * SE_EXCL. Instead we rely on the fact that a forced umount or
5575bc69f433Saguzovsk 	 * applying a filesystem lock via ufs_fiolfs() will block in the
5576bc69f433Saguzovsk 	 * implicit call to ufs_flush() until we unlock the pages after the
5577bc69f433Saguzovsk 	 * return to segvn. Other ufs_quiesce() callers keep ufs_quiesce_pend
5578bc69f433Saguzovsk 	 * above 0 until they are done. We have to be careful not to increment
5579bc69f433Saguzovsk 	 * ul_vnops_cnt here after forceful unmount hlocks the file system.
5580bc69f433Saguzovsk 	 *
5581bc69f433Saguzovsk 	 * If pp is NULL use ul_lock to make sure we don't increment
5582bc69f433Saguzovsk 	 * ul_vnops_cnt after forceful unmount hlocks the file system.
5583bc69f433Saguzovsk 	 */
5584bc69f433Saguzovsk 	if (vmpss || pp == NULL) {
5585bc69f433Saguzovsk 		ulp = &ufsvfsp->vfs_ulockfs;
5586bc69f433Saguzovsk 		if (pp == NULL)
5587bc69f433Saguzovsk 			mutex_enter(&ulp->ul_lock);
5588bc69f433Saguzovsk 		if (ulp->ul_fs_lock & ULOCKFS_GETREAD_MASK) {
5589bc69f433Saguzovsk 			if (pp == NULL) {
5590bc69f433Saguzovsk 				mutex_exit(&ulp->ul_lock);
5591bc69f433Saguzovsk 			}
5592bc69f433Saguzovsk 			return (vmpss ? EIO : EINVAL);
5593bc69f433Saguzovsk 		}
5594bc69f433Saguzovsk 		atomic_add_long(&ulp->ul_vnops_cnt, 1);
5595bc69f433Saguzovsk 		if (pp == NULL)
5596bc69f433Saguzovsk 			mutex_exit(&ulp->ul_lock);
5597bc69f433Saguzovsk 		if (ufs_quiesce_pend) {
5598bc69f433Saguzovsk 			if (!atomic_add_long_nv(&ulp->ul_vnops_cnt, -1))
5599bc69f433Saguzovsk 				cv_broadcast(&ulp->ul_cv);
5600bc69f433Saguzovsk 			return (vmpss ? EIO : EINVAL);
5601bc69f433Saguzovsk 		}
5602bc69f433Saguzovsk 	}
5603bc69f433Saguzovsk 
56047c478bd9Sstevel@tonic-gate 	if (dolock) {
56057c478bd9Sstevel@tonic-gate 		/*
56067c478bd9Sstevel@tonic-gate 		 * segvn may call VOP_PAGEIO() instead of VOP_GETPAGE() to
56077c478bd9Sstevel@tonic-gate 		 * handle a fault against a segment that maps vnode pages with
56087c478bd9Sstevel@tonic-gate 		 * large mappings.  Segvn creates pages and holds them locked
56097c478bd9Sstevel@tonic-gate 		 * SE_EXCL during VOP_PAGEIO() call. In this case we have to
56107c478bd9Sstevel@tonic-gate 		 * use rw_tryenter() to avoid a potential deadlock since in
56117c478bd9Sstevel@tonic-gate 		 * lock order i_contents needs to be taken first.
56127c478bd9Sstevel@tonic-gate 		 * Segvn will retry via VOP_GETPAGE() if VOP_PAGEIO() fails.
56137c478bd9Sstevel@tonic-gate 		 */
56147c478bd9Sstevel@tonic-gate 		if (!vmpss) {
56157c478bd9Sstevel@tonic-gate 			rw_enter(&ip->i_contents, RW_READER);
56167c478bd9Sstevel@tonic-gate 		} else if (!rw_tryenter(&ip->i_contents, RW_READER)) {
5617bc69f433Saguzovsk 			if (!atomic_add_long_nv(&ulp->ul_vnops_cnt, -1))
5618bc69f433Saguzovsk 				cv_broadcast(&ulp->ul_cv);
56197c478bd9Sstevel@tonic-gate 			return (EDEADLK);
56207c478bd9Sstevel@tonic-gate 		}
56217c478bd9Sstevel@tonic-gate 	}
56227c478bd9Sstevel@tonic-gate 
562337fbc076Saguzovsk 	/*
562437fbc076Saguzovsk 	 * Return an error to segvn because the pagefault request is beyond
562537fbc076Saguzovsk 	 * PAGESIZE rounded EOF.
562637fbc076Saguzovsk 	 */
562737fbc076Saguzovsk 	if (vmpss && btopr(io_off + io_len) > btopr(ip->i_size)) {
562837fbc076Saguzovsk 		if (dolock)
562937fbc076Saguzovsk 			rw_exit(&ip->i_contents);
5630bc69f433Saguzovsk 		if (!atomic_add_long_nv(&ulp->ul_vnops_cnt, -1))
5631bc69f433Saguzovsk 			cv_broadcast(&ulp->ul_cv);
563237fbc076Saguzovsk 		return (EFAULT);
563337fbc076Saguzovsk 	}
563437fbc076Saguzovsk 
56357c478bd9Sstevel@tonic-gate 	if (pp == NULL) {
56367c478bd9Sstevel@tonic-gate 		if (bmap_has_holes(ip)) {
56377c478bd9Sstevel@tonic-gate 			err = ENOSYS;
56387c478bd9Sstevel@tonic-gate 		} else {
56397c478bd9Sstevel@tonic-gate 			err = EINVAL;
56407c478bd9Sstevel@tonic-gate 		}
56417c478bd9Sstevel@tonic-gate 		if (dolock)
56427c478bd9Sstevel@tonic-gate 			rw_exit(&ip->i_contents);
5643bc69f433Saguzovsk 		if (!atomic_add_long_nv(&ulp->ul_vnops_cnt, -1))
5644bc69f433Saguzovsk 			cv_broadcast(&ulp->ul_cv);
56457c478bd9Sstevel@tonic-gate 		return (err);
56467c478bd9Sstevel@tonic-gate 	}
56477c478bd9Sstevel@tonic-gate 
56487c478bd9Sstevel@tonic-gate 	/*
56497c478bd9Sstevel@tonic-gate 	 * Break the io request into chunks, one for each contiguous
56507c478bd9Sstevel@tonic-gate 	 * stretch of disk blocks in the target file.
56517c478bd9Sstevel@tonic-gate 	 */
56527c478bd9Sstevel@tonic-gate 	while (done_len < io_len) {
56537c478bd9Sstevel@tonic-gate 		ASSERT(cpp);
56547c478bd9Sstevel@tonic-gate 		contig = 0;
56557c478bd9Sstevel@tonic-gate 		if (err = bmap_read(ip, (u_offset_t)(io_off + done_len),
56567c478bd9Sstevel@tonic-gate 				    &bn, &contig))
56577c478bd9Sstevel@tonic-gate 			break;
56587c478bd9Sstevel@tonic-gate 
56597c478bd9Sstevel@tonic-gate 		if (bn == UFS_HOLE) {	/* No holey swapfiles */
56607c478bd9Sstevel@tonic-gate 			if (vmpss) {
56617c478bd9Sstevel@tonic-gate 				err = EFAULT;
56627c478bd9Sstevel@tonic-gate 				break;
56637c478bd9Sstevel@tonic-gate 			}
56647c478bd9Sstevel@tonic-gate 			err = ufs_fault(ITOV(ip), "ufs_pageio: bn == UFS_HOLE");
56657c478bd9Sstevel@tonic-gate 			break;
56667c478bd9Sstevel@tonic-gate 		}
56677c478bd9Sstevel@tonic-gate 
56687c478bd9Sstevel@tonic-gate 		cur_len = MIN(io_len - done_len, contig);
56697c478bd9Sstevel@tonic-gate 		/*
56707c478bd9Sstevel@tonic-gate 		 * Zero out a page beyond EOF, when the last block of
56717c478bd9Sstevel@tonic-gate 		 * a file is a UFS fragment so that ufs_pageio() can be used
56727c478bd9Sstevel@tonic-gate 		 * instead of ufs_getpage() to handle faults against
56737c478bd9Sstevel@tonic-gate 		 * segvn segments that use large pages.
56747c478bd9Sstevel@tonic-gate 		 */
56757c478bd9Sstevel@tonic-gate 		page_list_break(&cpp, &npp, btopr(cur_len));
56767c478bd9Sstevel@tonic-gate 		if ((flags & B_READ) && (cur_len & PAGEOFFSET)) {
56777c478bd9Sstevel@tonic-gate 			size_t xlen = cur_len & PAGEOFFSET;
56787c478bd9Sstevel@tonic-gate 			pagezero(cpp->p_prev, xlen, PAGESIZE - xlen);
56797c478bd9Sstevel@tonic-gate 		}
56807c478bd9Sstevel@tonic-gate 
56817c478bd9Sstevel@tonic-gate 		bp = pageio_setup(cpp, cur_len, ip->i_devvp, flags);
56827c478bd9Sstevel@tonic-gate 		ASSERT(bp != NULL);
56837c478bd9Sstevel@tonic-gate 
56847c478bd9Sstevel@tonic-gate 		bp->b_edev = ip->i_dev;
56857c478bd9Sstevel@tonic-gate 		bp->b_dev = cmpdev(ip->i_dev);
56867c478bd9Sstevel@tonic-gate 		bp->b_blkno = bn;
56877c478bd9Sstevel@tonic-gate 		bp->b_un.b_addr = (caddr_t)0;
56887c478bd9Sstevel@tonic-gate 		bp->b_file = ip->i_vnode;
56897c478bd9Sstevel@tonic-gate 
56907c478bd9Sstevel@tonic-gate 		ufsvfsp->vfs_iotstamp = lbolt;
56917c478bd9Sstevel@tonic-gate 		ub.ub_pageios.value.ul++;
56927c478bd9Sstevel@tonic-gate 		if (ufsvfsp->vfs_snapshot)
56937c478bd9Sstevel@tonic-gate 			fssnap_strategy(&(ufsvfsp->vfs_snapshot), bp);
56947c478bd9Sstevel@tonic-gate 		else
56957c478bd9Sstevel@tonic-gate 			(void) bdev_strategy(bp);
56967c478bd9Sstevel@tonic-gate 
56977c478bd9Sstevel@tonic-gate 		if (flags & B_READ)
56987c478bd9Sstevel@tonic-gate 			ufs_pageio_reads++;
56997c478bd9Sstevel@tonic-gate 		else
57007c478bd9Sstevel@tonic-gate 			ufs_pageio_writes++;
57017c478bd9Sstevel@tonic-gate 		if (flags & B_READ)
57027c478bd9Sstevel@tonic-gate 			lwp_stat_update(LWP_STAT_INBLK, 1);
57037c478bd9Sstevel@tonic-gate 		else
57047c478bd9Sstevel@tonic-gate 			lwp_stat_update(LWP_STAT_OUBLK, 1);
57057c478bd9Sstevel@tonic-gate 		/*
57067c478bd9Sstevel@tonic-gate 		 * If the request is not B_ASYNC, wait for i/o to complete
57077c478bd9Sstevel@tonic-gate 		 * and re-assemble the page list to return to the caller.
57087c478bd9Sstevel@tonic-gate 		 * If it is B_ASYNC we leave the page list in pieces and
57097c478bd9Sstevel@tonic-gate 		 * cleanup() will dispose of them.
57107c478bd9Sstevel@tonic-gate 		 */
57117c478bd9Sstevel@tonic-gate 		if ((flags & B_ASYNC) == 0) {
57127c478bd9Sstevel@tonic-gate 			err = biowait(bp);
57137c478bd9Sstevel@tonic-gate 			pageio_done(bp);
57147c478bd9Sstevel@tonic-gate 			if (err)
57157c478bd9Sstevel@tonic-gate 				break;
57167c478bd9Sstevel@tonic-gate 			page_list_concat(&opp, &cpp);
57177c478bd9Sstevel@tonic-gate 		}
57187c478bd9Sstevel@tonic-gate 		cpp = npp;
57197c478bd9Sstevel@tonic-gate 		npp = NULL;
57207c478bd9Sstevel@tonic-gate 		if (flags & B_READ)
57217c478bd9Sstevel@tonic-gate 			cur_len = P2ROUNDUP_TYPED(cur_len, PAGESIZE, size_t);
57227c478bd9Sstevel@tonic-gate 		done_len += cur_len;
57237c478bd9Sstevel@tonic-gate 	}
57247c478bd9Sstevel@tonic-gate 	ASSERT(err || (cpp == NULL && npp == NULL && done_len == io_len));
57257c478bd9Sstevel@tonic-gate 	if (err) {
57267c478bd9Sstevel@tonic-gate 		if (flags & B_ASYNC) {
57277c478bd9Sstevel@tonic-gate 			/* Cleanup unprocessed parts of list */
57287c478bd9Sstevel@tonic-gate 			page_list_concat(&cpp, &npp);
57297c478bd9Sstevel@tonic-gate 			if (flags & B_READ)
57307c478bd9Sstevel@tonic-gate 				pvn_read_done(cpp, B_ERROR);
57317c478bd9Sstevel@tonic-gate 			else
57327c478bd9Sstevel@tonic-gate 				pvn_write_done(cpp, B_ERROR);
57337c478bd9Sstevel@tonic-gate 		} else {
57347c478bd9Sstevel@tonic-gate 			/* Re-assemble list and let caller clean up */
57357c478bd9Sstevel@tonic-gate 			page_list_concat(&opp, &cpp);
57367c478bd9Sstevel@tonic-gate 			page_list_concat(&opp, &npp);
57377c478bd9Sstevel@tonic-gate 		}
57387c478bd9Sstevel@tonic-gate 	}
5739bc69f433Saguzovsk 
5740bc69f433Saguzovsk 	if (vmpss && !(ip->i_flag & IACC) && !ULOCKFS_IS_NOIACC(ulp) &&
5741bc69f433Saguzovsk 	    ufsvfsp->vfs_fs->fs_ronly == 0 && !ufsvfsp->vfs_noatime) {
5742bc69f433Saguzovsk 		mutex_enter(&ip->i_tlock);
5743bc69f433Saguzovsk 		ip->i_flag |= IACC;
5744bc69f433Saguzovsk 		ITIMES_NOLOCK(ip);
5745bc69f433Saguzovsk 		mutex_exit(&ip->i_tlock);
5746bc69f433Saguzovsk 	}
5747bc69f433Saguzovsk 
57487c478bd9Sstevel@tonic-gate 	if (dolock)
57497c478bd9Sstevel@tonic-gate 		rw_exit(&ip->i_contents);
5750bc69f433Saguzovsk 	if (vmpss && !atomic_add_long_nv(&ulp->ul_vnops_cnt, -1))
5751bc69f433Saguzovsk 		cv_broadcast(&ulp->ul_cv);
57527c478bd9Sstevel@tonic-gate 	return (err);
57537c478bd9Sstevel@tonic-gate }
57547c478bd9Sstevel@tonic-gate 
57557c478bd9Sstevel@tonic-gate /*
57567c478bd9Sstevel@tonic-gate  * Called when the kernel is in a frozen state to dump data
57577c478bd9Sstevel@tonic-gate  * directly to the device. It uses a private dump data structure,
57587c478bd9Sstevel@tonic-gate  * set up by dump_ctl, to locate the correct disk block to which to dump.
57597c478bd9Sstevel@tonic-gate  */
57607c478bd9Sstevel@tonic-gate static int
57617c478bd9Sstevel@tonic-gate ufs_dump(vnode_t *vp, caddr_t addr, int ldbn, int dblks)
57627c478bd9Sstevel@tonic-gate {
57637c478bd9Sstevel@tonic-gate 	u_offset_t	file_size;
57647c478bd9Sstevel@tonic-gate 	struct inode    *ip = VTOI(vp);
57657c478bd9Sstevel@tonic-gate 	struct fs	*fs = ip->i_fs;
57667c478bd9Sstevel@tonic-gate 	daddr_t		dbn, lfsbn;
57677c478bd9Sstevel@tonic-gate 	int		disk_blks = fs->fs_bsize >> DEV_BSHIFT;
57687c478bd9Sstevel@tonic-gate 	int		error = 0;
57697c478bd9Sstevel@tonic-gate 	int		ndbs, nfsbs;
57707c478bd9Sstevel@tonic-gate 
57717c478bd9Sstevel@tonic-gate 	/*
57727c478bd9Sstevel@tonic-gate 	 * forced unmount case
57737c478bd9Sstevel@tonic-gate 	 */
57747c478bd9Sstevel@tonic-gate 	if (ip->i_ufsvfs == NULL)
57757c478bd9Sstevel@tonic-gate 		return (EIO);
57767c478bd9Sstevel@tonic-gate 	/*
57777c478bd9Sstevel@tonic-gate 	 * Validate the inode that it has not been modified since
57787c478bd9Sstevel@tonic-gate 	 * the dump structure is allocated.
57797c478bd9Sstevel@tonic-gate 	 */
57807c478bd9Sstevel@tonic-gate 	mutex_enter(&ip->i_tlock);
57817c478bd9Sstevel@tonic-gate 	if ((dump_info == NULL) ||
57827c478bd9Sstevel@tonic-gate 	    (dump_info->ip != ip) ||
57837c478bd9Sstevel@tonic-gate 	    (dump_info->time.tv_sec != ip->i_mtime.tv_sec) ||
57847c478bd9Sstevel@tonic-gate 	    (dump_info->time.tv_usec != ip->i_mtime.tv_usec)) {
57857c478bd9Sstevel@tonic-gate 		mutex_exit(&ip->i_tlock);
57867c478bd9Sstevel@tonic-gate 		return (-1);
57877c478bd9Sstevel@tonic-gate 	}
57887c478bd9Sstevel@tonic-gate 	mutex_exit(&ip->i_tlock);
57897c478bd9Sstevel@tonic-gate 
57907c478bd9Sstevel@tonic-gate 	/*
57917c478bd9Sstevel@tonic-gate 	 * See that the file has room for this write
57927c478bd9Sstevel@tonic-gate 	 */
57937c478bd9Sstevel@tonic-gate 	UFS_GET_ISIZE(&file_size, ip);
57947c478bd9Sstevel@tonic-gate 
57957c478bd9Sstevel@tonic-gate 	if (ldbtob((offset_t)(ldbn + dblks)) > file_size)
57967c478bd9Sstevel@tonic-gate 		return (ENOSPC);
57977c478bd9Sstevel@tonic-gate 
57987c478bd9Sstevel@tonic-gate 	/*
57997c478bd9Sstevel@tonic-gate 	 * Find the physical disk block numbers from the dump
58007c478bd9Sstevel@tonic-gate 	 * private data structure directly and write out the data
58017c478bd9Sstevel@tonic-gate 	 * in contiguous block lumps
58027c478bd9Sstevel@tonic-gate 	 */
58037c478bd9Sstevel@tonic-gate 	while (dblks > 0 && !error) {
58047c478bd9Sstevel@tonic-gate 		lfsbn = (daddr_t)lblkno(fs, ldbtob((offset_t)ldbn));
58057c478bd9Sstevel@tonic-gate 		dbn = fsbtodb(fs, dump_info->dblk[lfsbn]) + ldbn % disk_blks;
58067c478bd9Sstevel@tonic-gate 		nfsbs = 1;
58077c478bd9Sstevel@tonic-gate 		ndbs = disk_blks - ldbn % disk_blks;
58087c478bd9Sstevel@tonic-gate 		while (ndbs < dblks && fsbtodb(fs, dump_info->dblk[lfsbn +
58097c478bd9Sstevel@tonic-gate 		    nfsbs]) == dbn + ndbs) {
58107c478bd9Sstevel@tonic-gate 			nfsbs++;
58117c478bd9Sstevel@tonic-gate 			ndbs += disk_blks;
58127c478bd9Sstevel@tonic-gate 		}
58137c478bd9Sstevel@tonic-gate 		if (ndbs > dblks)
58147c478bd9Sstevel@tonic-gate 			ndbs = dblks;
58157c478bd9Sstevel@tonic-gate 		error = bdev_dump(ip->i_dev, addr, dbn, ndbs);
58167c478bd9Sstevel@tonic-gate 		addr += ldbtob((offset_t)ndbs);
58177c478bd9Sstevel@tonic-gate 		dblks -= ndbs;
58187c478bd9Sstevel@tonic-gate 		ldbn += ndbs;
58197c478bd9Sstevel@tonic-gate 	}
58207c478bd9Sstevel@tonic-gate 	return (error);
58217c478bd9Sstevel@tonic-gate 
58227c478bd9Sstevel@tonic-gate }
58237c478bd9Sstevel@tonic-gate 
58247c478bd9Sstevel@tonic-gate /*
58257c478bd9Sstevel@tonic-gate  * Prepare the file system before and after the dump operation.
58267c478bd9Sstevel@tonic-gate  *
58277c478bd9Sstevel@tonic-gate  * action = DUMP_ALLOC:
58287c478bd9Sstevel@tonic-gate  * Preparation before dump, allocate dump private data structure
58297c478bd9Sstevel@tonic-gate  * to hold all the direct and indirect block info for dump.
58307c478bd9Sstevel@tonic-gate  *
58317c478bd9Sstevel@tonic-gate  * action = DUMP_FREE:
58327c478bd9Sstevel@tonic-gate  * Clean up after dump, deallocate the dump private data structure.
58337c478bd9Sstevel@tonic-gate  *
58347c478bd9Sstevel@tonic-gate  * action = DUMP_SCAN:
58357c478bd9Sstevel@tonic-gate  * Scan dump_info for *blkp DEV_BSIZE blocks of contig fs space;
58367c478bd9Sstevel@tonic-gate  * if found, the starting file-relative DEV_BSIZE lbn is written
58377c478bd9Sstevel@tonic-gate  * to *bklp; that lbn is intended for use with VOP_DUMP()
58387c478bd9Sstevel@tonic-gate  */
58397c478bd9Sstevel@tonic-gate static int
58407c478bd9Sstevel@tonic-gate ufs_dumpctl(vnode_t *vp, int action, int *blkp)
58417c478bd9Sstevel@tonic-gate {
58427c478bd9Sstevel@tonic-gate 	struct inode	*ip = VTOI(vp);
58437c478bd9Sstevel@tonic-gate 	ufsvfs_t	*ufsvfsp = ip->i_ufsvfs;
58447c478bd9Sstevel@tonic-gate 	struct fs	*fs;
58457c478bd9Sstevel@tonic-gate 	daddr32_t	*dblk, *storeblk;
58467c478bd9Sstevel@tonic-gate 	daddr32_t	*nextblk, *endblk;
58477c478bd9Sstevel@tonic-gate 	struct buf	*bp;
58487c478bd9Sstevel@tonic-gate 	int		i, entry, entries;
58497c478bd9Sstevel@tonic-gate 	int		n, ncontig;
58507c478bd9Sstevel@tonic-gate 
58517c478bd9Sstevel@tonic-gate 	/*
58527c478bd9Sstevel@tonic-gate 	 * check for forced unmount
58537c478bd9Sstevel@tonic-gate 	 */
58547c478bd9Sstevel@tonic-gate 	if (ufsvfsp == NULL)
58557c478bd9Sstevel@tonic-gate 		return (EIO);
58567c478bd9Sstevel@tonic-gate 
58577c478bd9Sstevel@tonic-gate 	if (action == DUMP_ALLOC) {
58587c478bd9Sstevel@tonic-gate 		/*
58597c478bd9Sstevel@tonic-gate 		 * alloc and record dump_info
58607c478bd9Sstevel@tonic-gate 		 */
58617c478bd9Sstevel@tonic-gate 		if (dump_info != NULL)
58627c478bd9Sstevel@tonic-gate 			return (EINVAL);
58637c478bd9Sstevel@tonic-gate 
58647c478bd9Sstevel@tonic-gate 		ASSERT(vp->v_type == VREG);
58657c478bd9Sstevel@tonic-gate 		fs = ufsvfsp->vfs_fs;
58667c478bd9Sstevel@tonic-gate 
58677c478bd9Sstevel@tonic-gate 		rw_enter(&ip->i_contents, RW_READER);
58687c478bd9Sstevel@tonic-gate 
58697c478bd9Sstevel@tonic-gate 		if (bmap_has_holes(ip)) {
58707c478bd9Sstevel@tonic-gate 			rw_exit(&ip->i_contents);
58717c478bd9Sstevel@tonic-gate 			return (EFAULT);
58727c478bd9Sstevel@tonic-gate 		}
58737c478bd9Sstevel@tonic-gate 
58747c478bd9Sstevel@tonic-gate 		/*
58757c478bd9Sstevel@tonic-gate 		 * calculate and allocate space needed according to i_size
58767c478bd9Sstevel@tonic-gate 		 */
58777c478bd9Sstevel@tonic-gate 		entries = (int)lblkno(fs, blkroundup(fs, ip->i_size));
58787c478bd9Sstevel@tonic-gate 		if ((dump_info = (struct dump *)
58797c478bd9Sstevel@tonic-gate 		    kmem_alloc(sizeof (struct dump) +
58807c478bd9Sstevel@tonic-gate 		    (entries - 1) * sizeof (daddr32_t), KM_NOSLEEP)) == NULL) {
58817c478bd9Sstevel@tonic-gate 			    rw_exit(&ip->i_contents);
58827c478bd9Sstevel@tonic-gate 			    return (ENOMEM);
58837c478bd9Sstevel@tonic-gate 		}
58847c478bd9Sstevel@tonic-gate 
58857c478bd9Sstevel@tonic-gate 		/* Start saving the info */
58867c478bd9Sstevel@tonic-gate 		dump_info->fsbs = entries;
58877c478bd9Sstevel@tonic-gate 		dump_info->ip = ip;
58887c478bd9Sstevel@tonic-gate 		storeblk = &dump_info->dblk[0];
58897c478bd9Sstevel@tonic-gate 
58907c478bd9Sstevel@tonic-gate 		/* Direct Blocks */
58917c478bd9Sstevel@tonic-gate 		for (entry = 0; entry < NDADDR && entry < entries; entry++)
58927c478bd9Sstevel@tonic-gate 			*storeblk++ = ip->i_db[entry];
58937c478bd9Sstevel@tonic-gate 
58947c478bd9Sstevel@tonic-gate 		/* Indirect Blocks */
58957c478bd9Sstevel@tonic-gate 		for (i = 0; i < NIADDR; i++) {
58967c478bd9Sstevel@tonic-gate 			int error = 0;
58977c478bd9Sstevel@tonic-gate 
58987c478bd9Sstevel@tonic-gate 			bp = UFS_BREAD(ufsvfsp,
58997c478bd9Sstevel@tonic-gate 				ip->i_dev, fsbtodb(fs, ip->i_ib[i]),
59007c478bd9Sstevel@tonic-gate 				fs->fs_bsize);
59017c478bd9Sstevel@tonic-gate 			if (bp->b_flags & B_ERROR)
59027c478bd9Sstevel@tonic-gate 				error = EIO;
59037c478bd9Sstevel@tonic-gate 			else {
59047c478bd9Sstevel@tonic-gate 				dblk = bp->b_un.b_daddr;
59057c478bd9Sstevel@tonic-gate 				if ((storeblk = save_dblks(ip, ufsvfsp,
59067c478bd9Sstevel@tonic-gate 				    storeblk, dblk, i, entries)) == NULL)
59077c478bd9Sstevel@tonic-gate 					error = EIO;
59087c478bd9Sstevel@tonic-gate 			}
59097c478bd9Sstevel@tonic-gate 
59107c478bd9Sstevel@tonic-gate 			brelse(bp);
59117c478bd9Sstevel@tonic-gate 
59127c478bd9Sstevel@tonic-gate 			if (error != 0) {
59137c478bd9Sstevel@tonic-gate 				kmem_free(dump_info, sizeof (struct dump) +
59147c478bd9Sstevel@tonic-gate 				    (entries - 1) * sizeof (daddr32_t));
59157c478bd9Sstevel@tonic-gate 				rw_exit(&ip->i_contents);
59167c478bd9Sstevel@tonic-gate 				dump_info = NULL;
59177c478bd9Sstevel@tonic-gate 				return (error);
59187c478bd9Sstevel@tonic-gate 			}
59197c478bd9Sstevel@tonic-gate 		}
59207c478bd9Sstevel@tonic-gate 		/* and time stamp the information */
59217c478bd9Sstevel@tonic-gate 		mutex_enter(&ip->i_tlock);
59227c478bd9Sstevel@tonic-gate 		dump_info->time = ip->i_mtime;
59237c478bd9Sstevel@tonic-gate 		mutex_exit(&ip->i_tlock);
59247c478bd9Sstevel@tonic-gate 
59257c478bd9Sstevel@tonic-gate 		rw_exit(&ip->i_contents);
59267c478bd9Sstevel@tonic-gate 	} else if (action == DUMP_FREE) {
59277c478bd9Sstevel@tonic-gate 		/*
59287c478bd9Sstevel@tonic-gate 		 * free dump_info
59297c478bd9Sstevel@tonic-gate 		 */
59307c478bd9Sstevel@tonic-gate 		if (dump_info == NULL)
59317c478bd9Sstevel@tonic-gate 			return (EINVAL);
59327c478bd9Sstevel@tonic-gate 		entries = dump_info->fsbs - 1;
59337c478bd9Sstevel@tonic-gate 		kmem_free(dump_info, sizeof (struct dump) +
59347c478bd9Sstevel@tonic-gate 		    entries * sizeof (daddr32_t));
59357c478bd9Sstevel@tonic-gate 		dump_info = NULL;
59367c478bd9Sstevel@tonic-gate 	} else if (action == DUMP_SCAN) {
59377c478bd9Sstevel@tonic-gate 		/*
59387c478bd9Sstevel@tonic-gate 		 * scan dump_info
59397c478bd9Sstevel@tonic-gate 		 */
59407c478bd9Sstevel@tonic-gate 		if (dump_info == NULL)
59417c478bd9Sstevel@tonic-gate 			return (EINVAL);
59427c478bd9Sstevel@tonic-gate 
59437c478bd9Sstevel@tonic-gate 		dblk = dump_info->dblk;
59447c478bd9Sstevel@tonic-gate 		nextblk = dblk + 1;
59457c478bd9Sstevel@tonic-gate 		endblk = dblk + dump_info->fsbs - 1;
59467c478bd9Sstevel@tonic-gate 		fs = ufsvfsp->vfs_fs;
59477c478bd9Sstevel@tonic-gate 		ncontig = *blkp >> (fs->fs_bshift - DEV_BSHIFT);
59487c478bd9Sstevel@tonic-gate 
59497c478bd9Sstevel@tonic-gate 		/*
59507c478bd9Sstevel@tonic-gate 		 * scan dblk[] entries; contig fs space is found when:
59517c478bd9Sstevel@tonic-gate 		 * ((current blkno + frags per block) == next blkno)
59527c478bd9Sstevel@tonic-gate 		 */
59537c478bd9Sstevel@tonic-gate 		n = 0;
59547c478bd9Sstevel@tonic-gate 		while (n < ncontig && dblk < endblk) {
59557c478bd9Sstevel@tonic-gate 			if ((*dblk + fs->fs_frag) == *nextblk)
59567c478bd9Sstevel@tonic-gate 				n++;
59577c478bd9Sstevel@tonic-gate 			else
59587c478bd9Sstevel@tonic-gate 				n = 0;
59597c478bd9Sstevel@tonic-gate 			dblk++;
59607c478bd9Sstevel@tonic-gate 			nextblk++;
59617c478bd9Sstevel@tonic-gate 		}
59627c478bd9Sstevel@tonic-gate 
59637c478bd9Sstevel@tonic-gate 		/*
59647c478bd9Sstevel@tonic-gate 		 * index is where size bytes of contig space begins;
59657c478bd9Sstevel@tonic-gate 		 * conversion from index to the file's DEV_BSIZE lbn
59667c478bd9Sstevel@tonic-gate 		 * is equivalent to:  (index * fs_bsize) / DEV_BSIZE
59677c478bd9Sstevel@tonic-gate 		 */
59687c478bd9Sstevel@tonic-gate 		if (n == ncontig) {
59697c478bd9Sstevel@tonic-gate 			i = (dblk - dump_info->dblk) - ncontig;
59707c478bd9Sstevel@tonic-gate 			*blkp = i << (fs->fs_bshift - DEV_BSHIFT);
59717c478bd9Sstevel@tonic-gate 		} else
59727c478bd9Sstevel@tonic-gate 			return (EFAULT);
59737c478bd9Sstevel@tonic-gate 	}
59747c478bd9Sstevel@tonic-gate 	return (0);
59757c478bd9Sstevel@tonic-gate }
59767c478bd9Sstevel@tonic-gate 
59777c478bd9Sstevel@tonic-gate /*
59787c478bd9Sstevel@tonic-gate  * Recursive helper function for ufs_dumpctl().  It follows the indirect file
59797c478bd9Sstevel@tonic-gate  * system  blocks until it reaches the the disk block addresses, which are
59807c478bd9Sstevel@tonic-gate  * then stored into the given buffer, storeblk.
59817c478bd9Sstevel@tonic-gate  */
59827c478bd9Sstevel@tonic-gate static daddr32_t *
59837c478bd9Sstevel@tonic-gate save_dblks(struct inode *ip, struct ufsvfs *ufsvfsp,  daddr32_t *storeblk,
59847c478bd9Sstevel@tonic-gate     daddr32_t *dblk, int level, int entries)
59857c478bd9Sstevel@tonic-gate {
59867c478bd9Sstevel@tonic-gate 	struct fs	*fs = ufsvfsp->vfs_fs;
59877c478bd9Sstevel@tonic-gate 	struct buf	*bp;
59887c478bd9Sstevel@tonic-gate 	int		i;
59897c478bd9Sstevel@tonic-gate 
59907c478bd9Sstevel@tonic-gate 	if (level == 0) {
59917c478bd9Sstevel@tonic-gate 		for (i = 0; i < NINDIR(fs); i++) {
59927c478bd9Sstevel@tonic-gate 			if (storeblk - dump_info->dblk >= entries)
59937c478bd9Sstevel@tonic-gate 				break;
59947c478bd9Sstevel@tonic-gate 			*storeblk++ = dblk[i];
59957c478bd9Sstevel@tonic-gate 		}
59967c478bd9Sstevel@tonic-gate 		return (storeblk);
59977c478bd9Sstevel@tonic-gate 	}
59987c478bd9Sstevel@tonic-gate 	for (i = 0; i < NINDIR(fs); i++) {
59997c478bd9Sstevel@tonic-gate 		if (storeblk - dump_info->dblk >= entries)
60007c478bd9Sstevel@tonic-gate 			break;
60017c478bd9Sstevel@tonic-gate 		bp = UFS_BREAD(ufsvfsp,
60027c478bd9Sstevel@tonic-gate 				ip->i_dev, fsbtodb(fs, dblk[i]), fs->fs_bsize);
60037c478bd9Sstevel@tonic-gate 		if (bp->b_flags & B_ERROR) {
60047c478bd9Sstevel@tonic-gate 			brelse(bp);
60057c478bd9Sstevel@tonic-gate 			return (NULL);
60067c478bd9Sstevel@tonic-gate 		}
60077c478bd9Sstevel@tonic-gate 		storeblk = save_dblks(ip, ufsvfsp, storeblk, bp->b_un.b_daddr,
60087c478bd9Sstevel@tonic-gate 		    level - 1, entries);
60097c478bd9Sstevel@tonic-gate 		brelse(bp);
60107c478bd9Sstevel@tonic-gate 
60117c478bd9Sstevel@tonic-gate 		if (storeblk == NULL)
60127c478bd9Sstevel@tonic-gate 			return (NULL);
60137c478bd9Sstevel@tonic-gate 	}
60147c478bd9Sstevel@tonic-gate 	return (storeblk);
60157c478bd9Sstevel@tonic-gate }
60167c478bd9Sstevel@tonic-gate 
60177c478bd9Sstevel@tonic-gate /* ARGSUSED */
60187c478bd9Sstevel@tonic-gate static int
60197c478bd9Sstevel@tonic-gate ufs_getsecattr(struct vnode *vp, vsecattr_t *vsap, int flag,
60207c478bd9Sstevel@tonic-gate 	struct cred *cr)
60217c478bd9Sstevel@tonic-gate {
60227c478bd9Sstevel@tonic-gate 	struct inode	*ip = VTOI(vp);
60237c478bd9Sstevel@tonic-gate 	struct ulockfs	*ulp;
60247c478bd9Sstevel@tonic-gate 	struct ufsvfs	*ufsvfsp = ip->i_ufsvfs;
60257c478bd9Sstevel@tonic-gate 	ulong_t		vsa_mask = vsap->vsa_mask;
60267c478bd9Sstevel@tonic-gate 	int		err = EINVAL;
60277c478bd9Sstevel@tonic-gate 
60287c478bd9Sstevel@tonic-gate 	TRACE_3(TR_FAC_UFS, TR_UFS_GETSECATTR_START,
60297c478bd9Sstevel@tonic-gate 	    "ufs_getsecattr_start:vp %p, vsap %p, flags %x", vp, vsap, flag);
60307c478bd9Sstevel@tonic-gate 
60317c478bd9Sstevel@tonic-gate 	vsa_mask &= (VSA_ACL | VSA_ACLCNT | VSA_DFACL | VSA_DFACLCNT);
60327c478bd9Sstevel@tonic-gate 
60337c478bd9Sstevel@tonic-gate 	/*
60347c478bd9Sstevel@tonic-gate 	 * Only grab locks if needed - they're not needed to check vsa_mask
60357c478bd9Sstevel@tonic-gate 	 * or if the mask contains no acl flags.
60367c478bd9Sstevel@tonic-gate 	 */
60377c478bd9Sstevel@tonic-gate 	if (vsa_mask != 0) {
60387c478bd9Sstevel@tonic-gate 		if (err = ufs_lockfs_begin(ufsvfsp, &ulp,
60397c478bd9Sstevel@tonic-gate 		    ULOCKFS_GETATTR_MASK))
60407c478bd9Sstevel@tonic-gate 			return (err);
60417c478bd9Sstevel@tonic-gate 
60427c478bd9Sstevel@tonic-gate 		rw_enter(&ip->i_contents, RW_READER);
60437c478bd9Sstevel@tonic-gate 		err = ufs_acl_get(ip, vsap, flag, cr);
60447c478bd9Sstevel@tonic-gate 		rw_exit(&ip->i_contents);
60457c478bd9Sstevel@tonic-gate 
60467c478bd9Sstevel@tonic-gate 		if (ulp)
60477c478bd9Sstevel@tonic-gate 			ufs_lockfs_end(ulp);
60487c478bd9Sstevel@tonic-gate 	}
60497c478bd9Sstevel@tonic-gate 	TRACE_1(TR_FAC_UFS, TR_UFS_GETSECATTR_END,
60507c478bd9Sstevel@tonic-gate 	    "ufs_getsecattr_end:vp %p", vp);
60517c478bd9Sstevel@tonic-gate 	return (err);
60527c478bd9Sstevel@tonic-gate }
60537c478bd9Sstevel@tonic-gate 
60547c478bd9Sstevel@tonic-gate /* ARGSUSED */
60557c478bd9Sstevel@tonic-gate static int
60567c478bd9Sstevel@tonic-gate ufs_setsecattr(struct vnode *vp, vsecattr_t *vsap, int flag, struct cred *cr)
60577c478bd9Sstevel@tonic-gate {
60587c478bd9Sstevel@tonic-gate 	struct inode	*ip = VTOI(vp);
60597c478bd9Sstevel@tonic-gate 	struct ulockfs	*ulp = NULL;
60607c478bd9Sstevel@tonic-gate 	struct ufsvfs	*ufsvfsp = VTOI(vp)->i_ufsvfs;
60617c478bd9Sstevel@tonic-gate 	ulong_t		vsa_mask = vsap->vsa_mask;
60627c478bd9Sstevel@tonic-gate 	int		err;
60637c478bd9Sstevel@tonic-gate 	int		haverwlock = 1;
60647c478bd9Sstevel@tonic-gate 	int		trans_size;
60657c478bd9Sstevel@tonic-gate 	int		donetrans = 0;
60667c478bd9Sstevel@tonic-gate 	int		retry = 1;
60677c478bd9Sstevel@tonic-gate 
60687c478bd9Sstevel@tonic-gate 
60697c478bd9Sstevel@tonic-gate 	TRACE_3(TR_FAC_UFS, TR_UFS_SETSECATTR_START,
60707c478bd9Sstevel@tonic-gate 	    "ufs_setsecattr_start:vp %p, vsap %p, flags %x", vp, vsap, flag);
60717c478bd9Sstevel@tonic-gate 
60727c478bd9Sstevel@tonic-gate 	ASSERT(RW_LOCK_HELD(&ip->i_rwlock));
60737c478bd9Sstevel@tonic-gate 
60747c478bd9Sstevel@tonic-gate 	/* Abort now if the request is either empty or invalid. */
60757c478bd9Sstevel@tonic-gate 	vsa_mask &= (VSA_ACL | VSA_ACLCNT | VSA_DFACL | VSA_DFACLCNT);
60767c478bd9Sstevel@tonic-gate 	if ((vsa_mask == 0) ||
60777c478bd9Sstevel@tonic-gate 	    ((vsap->vsa_aclentp == NULL) &&
60787c478bd9Sstevel@tonic-gate 	    (vsap->vsa_dfaclentp == NULL))) {
60797c478bd9Sstevel@tonic-gate 		err = EINVAL;
60807c478bd9Sstevel@tonic-gate 		goto out;
60817c478bd9Sstevel@tonic-gate 	}
60827c478bd9Sstevel@tonic-gate 
60837c478bd9Sstevel@tonic-gate 	/*
60847c478bd9Sstevel@tonic-gate 	 * Following convention, if this is a directory then we acquire the
60857c478bd9Sstevel@tonic-gate 	 * inode's i_rwlock after starting a UFS logging transaction;
60867c478bd9Sstevel@tonic-gate 	 * otherwise, we acquire it beforehand. Since we were called (and
60877c478bd9Sstevel@tonic-gate 	 * must therefore return) with the lock held, we will have to drop it,
60887c478bd9Sstevel@tonic-gate 	 * and later reacquire it, if operating on a directory.
60897c478bd9Sstevel@tonic-gate 	 */
60907c478bd9Sstevel@tonic-gate 	if (vp->v_type == VDIR) {
60917c478bd9Sstevel@tonic-gate 		rw_exit(&ip->i_rwlock);
60927c478bd9Sstevel@tonic-gate 		haverwlock = 0;
60937c478bd9Sstevel@tonic-gate 	} else {
60947c478bd9Sstevel@tonic-gate 		/* Upgrade the lock if required. */
60957c478bd9Sstevel@tonic-gate 		if (!rw_write_held(&ip->i_rwlock)) {
60967c478bd9Sstevel@tonic-gate 			rw_exit(&ip->i_rwlock);
60977c478bd9Sstevel@tonic-gate 			rw_enter(&ip->i_rwlock, RW_WRITER);
60987c478bd9Sstevel@tonic-gate 		}
60997c478bd9Sstevel@tonic-gate 	}
61007c478bd9Sstevel@tonic-gate 
61017c478bd9Sstevel@tonic-gate again:
61027c478bd9Sstevel@tonic-gate 	ASSERT(!(vp->v_type == VDIR && haverwlock));
61037c478bd9Sstevel@tonic-gate 	if (err = ufs_lockfs_begin(ufsvfsp, &ulp, ULOCKFS_SETATTR_MASK)) {
61047c478bd9Sstevel@tonic-gate 		ulp = NULL;
61057c478bd9Sstevel@tonic-gate 		retry = 0;
61067c478bd9Sstevel@tonic-gate 		goto out;
61077c478bd9Sstevel@tonic-gate 	}
61087c478bd9Sstevel@tonic-gate 
61097c478bd9Sstevel@tonic-gate 	/*
61107c478bd9Sstevel@tonic-gate 	 * Check that the file system supports this operation. Note that
61117c478bd9Sstevel@tonic-gate 	 * ufs_lockfs_begin() will have checked that the file system had
61127c478bd9Sstevel@tonic-gate 	 * not been forcibly unmounted.
61137c478bd9Sstevel@tonic-gate 	 */
61147c478bd9Sstevel@tonic-gate 	if (ufsvfsp->vfs_fs->fs_ronly) {
61157c478bd9Sstevel@tonic-gate 		err = EROFS;
61167c478bd9Sstevel@tonic-gate 		goto out;
61177c478bd9Sstevel@tonic-gate 	}
61187c478bd9Sstevel@tonic-gate 	if (ufsvfsp->vfs_nosetsec) {
61197c478bd9Sstevel@tonic-gate 		err = ENOSYS;
61207c478bd9Sstevel@tonic-gate 		goto out;
61217c478bd9Sstevel@tonic-gate 	}
61227c478bd9Sstevel@tonic-gate 
61237c478bd9Sstevel@tonic-gate 	if (ulp) {
61247c478bd9Sstevel@tonic-gate 		TRANS_BEGIN_ASYNC(ufsvfsp, TOP_SETSECATTR,
61257c478bd9Sstevel@tonic-gate 			trans_size = TOP_SETSECATTR_SIZE(VTOI(vp)));
61267c478bd9Sstevel@tonic-gate 		donetrans = 1;
61277c478bd9Sstevel@tonic-gate 	}
61287c478bd9Sstevel@tonic-gate 
61297c478bd9Sstevel@tonic-gate 	if (vp->v_type == VDIR) {
61307c478bd9Sstevel@tonic-gate 		rw_enter(&ip->i_rwlock, RW_WRITER);
61317c478bd9Sstevel@tonic-gate 		haverwlock = 1;
61327c478bd9Sstevel@tonic-gate 	}
61337c478bd9Sstevel@tonic-gate 
61347c478bd9Sstevel@tonic-gate 	ASSERT(haverwlock);
61357c478bd9Sstevel@tonic-gate 
61367c478bd9Sstevel@tonic-gate 	/* Do the actual work. */
61377c478bd9Sstevel@tonic-gate 	rw_enter(&ip->i_contents, RW_WRITER);
61387c478bd9Sstevel@tonic-gate 	/*
61397c478bd9Sstevel@tonic-gate 	 * Suppress out of inodes messages if we will retry.
61407c478bd9Sstevel@tonic-gate 	 */
61417c478bd9Sstevel@tonic-gate 	if (retry)
61427c478bd9Sstevel@tonic-gate 		ip->i_flag |= IQUIET;
61437c478bd9Sstevel@tonic-gate 	err = ufs_acl_set(ip, vsap, flag, cr);
61447c478bd9Sstevel@tonic-gate 	ip->i_flag &= ~IQUIET;
61457c478bd9Sstevel@tonic-gate 	rw_exit(&ip->i_contents);
61467c478bd9Sstevel@tonic-gate 
61477c478bd9Sstevel@tonic-gate out:
61487c478bd9Sstevel@tonic-gate 	if (ulp) {
61497c478bd9Sstevel@tonic-gate 		if (donetrans) {
61507c478bd9Sstevel@tonic-gate 			/*
61517c478bd9Sstevel@tonic-gate 			 * top_end_async() can eventually call
61527c478bd9Sstevel@tonic-gate 			 * top_end_sync(), which can block. We must
61537c478bd9Sstevel@tonic-gate 			 * therefore observe the lock-ordering protocol
61547c478bd9Sstevel@tonic-gate 			 * here as well.
61557c478bd9Sstevel@tonic-gate 			 */
61567c478bd9Sstevel@tonic-gate 			if (vp->v_type == VDIR) {
61577c478bd9Sstevel@tonic-gate 				rw_exit(&ip->i_rwlock);
61587c478bd9Sstevel@tonic-gate 				haverwlock = 0;
61597c478bd9Sstevel@tonic-gate 			}
61607c478bd9Sstevel@tonic-gate 			TRANS_END_ASYNC(ufsvfsp, TOP_SETSECATTR, trans_size);
61617c478bd9Sstevel@tonic-gate 		}
61627c478bd9Sstevel@tonic-gate 		ufs_lockfs_end(ulp);
61637c478bd9Sstevel@tonic-gate 	}
61647c478bd9Sstevel@tonic-gate 	/*
61657c478bd9Sstevel@tonic-gate 	 * If no inodes available, try scaring a logically-
61667c478bd9Sstevel@tonic-gate 	 * free one out of the delete queue to someplace
61677c478bd9Sstevel@tonic-gate 	 * that we can find it.
61687c478bd9Sstevel@tonic-gate 	 */
61697c478bd9Sstevel@tonic-gate 	if ((err == ENOSPC) && retry && TRANS_ISTRANS(ufsvfsp)) {
61707c478bd9Sstevel@tonic-gate 		ufs_delete_drain_wait(ufsvfsp, 1);
61717c478bd9Sstevel@tonic-gate 		retry = 0;
61727c478bd9Sstevel@tonic-gate 		if (vp->v_type == VDIR && haverwlock) {
61737c478bd9Sstevel@tonic-gate 			rw_exit(&ip->i_rwlock);
61747c478bd9Sstevel@tonic-gate 			haverwlock = 0;
61757c478bd9Sstevel@tonic-gate 		}
61767c478bd9Sstevel@tonic-gate 		goto again;
61777c478bd9Sstevel@tonic-gate 	}
61787c478bd9Sstevel@tonic-gate 	/*
61797c478bd9Sstevel@tonic-gate 	 * If we need to reacquire the lock then it is safe to do so
61807c478bd9Sstevel@tonic-gate 	 * as a reader. This is because ufs_rwunlock(), which will be
61817c478bd9Sstevel@tonic-gate 	 * called by our caller after we return, does not differentiate
61827c478bd9Sstevel@tonic-gate 	 * between shared and exclusive locks.
61837c478bd9Sstevel@tonic-gate 	 */
61847c478bd9Sstevel@tonic-gate 	if (!haverwlock) {
61857c478bd9Sstevel@tonic-gate 		ASSERT(vp->v_type == VDIR);
61867c478bd9Sstevel@tonic-gate 		rw_enter(&ip->i_rwlock, RW_READER);
61877c478bd9Sstevel@tonic-gate 	}
61887c478bd9Sstevel@tonic-gate 
61897c478bd9Sstevel@tonic-gate 	TRACE_1(TR_FAC_UFS, TR_UFS_SETSECATTR_END,
61907c478bd9Sstevel@tonic-gate 	    "ufs_setsecattr_end:vp %p", vp);
61917c478bd9Sstevel@tonic-gate 	return (err);
61927c478bd9Sstevel@tonic-gate }
6193