/titanic_41/usr/src/uts/common/sys/fs/ |
H A D | ufs_trans.h | 112 #define TRANS_ISTRANS(ufsvfsp) (ufsvfsp->vfs_log) argument 117 #define TRANS_BEGIN_SYNC(ufsvfsp, vid, vsize, error)\ argument 128 #define TRANS_BEGIN_ASYNC(ufsvfsp, vid, vsize)\ argument 137 #define TRANS_TRY_BEGIN_ASYNC(ufsvfsp, vid, vsize, err)\ argument 151 #define TRANS_BEGIN_CSYNC(ufsvfsp, issync, vid, vsize)\ argument 169 #define TRANS_BEGIN_CSYNC(ufsvfsp, issync, vid, vsize)\ argument 188 #define TRANS_TRY_BEGIN_CSYNC(ufsvfsp, issync, vid, vsize, error)\ argument 207 #define TRANS_END_ASYNC(ufsvfsp, vid, vsize)\ argument 216 #define TRANS_END_SYNC(ufsvfsp, error, vid, vsize)\ argument 225 #define TRANS_END_CSYNC(ufsvfsp, error, issync, vid, vsize)\ argument [all …]
|
H A D | ufs_bio.h | 70 #define UFS_BREAD(ufsvfsp, dev, blkno, bsize) \ argument 72 #define UFS_BWRITE(ufsvfsp, bp) \ argument 75 #define UFS_BRWRITE(ufsvfsp, bp) \ argument 79 #define UFS_BWRITE2(ufsvfsp, bp) \ argument 82 #define UFS_GETBLK(ufsvfsp, dev, blkno, bsize) \ argument
|
/titanic_41/usr/src/uts/common/fs/ufs/ |
H A D | quotacalls.c | 91 struct ufsvfs *ufsvfsp; in quotactl() local 165 struct ufsvfs *ufsvfsp = ip->i_ufsvfs; in opendq_scan_inode() local 196 struct ufsvfs *ufsvfsp, in opendq() 325 struct ufsvfs *ufsvfsp = ip->i_ufsvfs; in closedq_scan_inode() local 371 closedq(struct ufsvfs *ufsvfsp, struct cred *cr) in closedq() 436 struct ufsvfs *ufsvfsp = ip->i_ufsvfs; in setquota_scan_inode() local 491 setquota(int cmd, uid_t uid, struct ufsvfs *ufsvfsp, in setquota() 681 getquota(uid_t uid, struct ufsvfs *ufsvfsp, caddr_t addr, cred_t *cr) in getquota() 721 qsync(struct ufsvfs *ufsvfsp) in qsync() 736 quotasync(struct ufsvfs *ufsvfsp, int do_lock) in quotasync()
|
H A D | ufs_trans.c | 68 struct ufsvfs *ufsvfsp; in ufs_trans_hlock() local 147 ufs_trans_sbupdate(struct ufsvfs *ufsvfsp, struct vfs *vfsp, top_t topid) in ufs_trans_sbupdate() 168 struct ufsvfs *ufsvfsp; in ufs_trans_iupdat() local 192 ufs_trans_sbwrite(struct ufsvfs *ufsvfsp, top_t topid) in ufs_trans_sbwrite() 216 ufs_trans_push_si(ufsvfs_t *ufsvfsp, delta_t dtyp, int ignore) in ufs_trans_push_si() 231 ufs_trans_push_buf(ufsvfs_t *ufsvfsp, delta_t dtyp, daddr_t bno) in ufs_trans_push_buf() 265 ufs_trans_push_inode(ufsvfs_t *ufsvfsp, delta_t dtyp, ino_t ino) in ufs_trans_push_inode() 322 ufs_trans_mata_mount(struct ufsvfs *ufsvfsp) in ufs_trans_mata_mount() 351 ufs_trans_mata_umount(struct ufsvfs *ufsvfsp) in ufs_trans_mata_umount() 360 ufs_trans_mata_si(struct ufsvfs *ufsvfsp, struct fs *fs) in ufs_trans_mata_si() [all …]
|
H A D | lufs_top.c | 55 ufsvfs_t *ufsvfsp, in top_delta() 82 top_cancel(ufsvfs_t *ufsvfsp, offset_t mof, off_t nb, int flags) in top_cancel() 108 top_iscancel(ufsvfs_t *ufsvfsp, offset_t mof, off_t nb) in top_iscancel() 125 top_seterror(ufsvfs_t *ufsvfsp) in top_seterror() 139 ufsvfs_t *ufsvfsp = (ufsvfs_t *)arg; in top_issue_sync() local 182 top_begin_sync(ufsvfs_t *ufsvfsp, top_t topid, ulong_t size, int *error) in top_begin_sync() 344 top_begin_async(ufsvfs_t *ufsvfsp, top_t topid, ulong_t size, int tryasync) in top_begin_async() 443 top_end_sync(ufsvfs_t *ufsvfsp, int *ep, top_t topid, ulong_t size) in top_end_sync() 576 top_end_async(ufsvfs_t *ufsvfsp, top_t topid, ulong_t size) in top_end_async() 689 top_log(ufsvfs_t *ufsvfsp, char *va, offset_t vamof, off_t nb, in top_log()
|
H A D | ufs_subr.c | 156 struct ufsvfs *ufsvfsp; in ufs_funmount_cleanup() local 389 struct ufsvfs *ufsvfsp; in ufs_sync_inode() local 462 struct ufsvfs *ufsvfsp = ip->i_ufsvfs; in ufs_syncip() local 580 struct ufsvfs *ufsvfsp; in ufs_sync_indir() local 686 struct ufsvfs *ufsvfsp; in ufs_indirblk_sync() local 832 ufs_icheck(struct ufsvfs *ufsvfsp, int *isbusyp, int *isreclaimp) in ufs_icheck() 874 struct ufsvfs *ufsvfsp = (struct ufsvfs *)vfsp->vfs_data; in ufs_checkclean() local 990 struct ufsvfs *ufsvfsp = ip->i_ufsvfs; in ufs_setreclaim() local 1024 ufs_notclean(struct ufsvfs *ufsvfsp) in ufs_notclean() 1059 struct ufsvfs *ufsvfsp = ip->i_ufsvfs; in ufs_fbwrite() local [all …]
|
H A D | ufs_thread.c | 242 ufs_delete(struct ufsvfs *ufsvfsp, struct inode *ip, int dolockfs) in ufs_delete() 428 ufs_delete_init(struct ufsvfs *ufsvfsp, int lowat) in ufs_delete_init() 442 struct ufsvfs *ufsvfsp = (struct ufsvfs *)vfsp->vfs_data; in ufs_thread_delete() local 495 struct ufsvfs *ufsvfsp = (struct ufsvfs *)vfsp->vfs_data; in ufs_delete_drain() local 568 ufs_delete_drain_wait(struct ufsvfs *ufsvfsp, int dolockfs) in ufs_delete_drain_wait() 613 ufs_delete_adjust_stats(struct ufsvfs *ufsvfsp, struct statvfs64 *sp) in ufs_delete_adjust_stats() 647 struct ufsvfs *ufsvfsp = ip->i_ufsvfs; in ufs_idle_free() local 1003 struct ufsvfs *ufsvfsp = (struct ufsvfs *)vfsp->vfs_data; in ufs_thread_reclaim() local 1180 struct ufsvfs *ufsvfsp = dp->i_ufsvfs; in ufs_attr_purge() local
|
H A D | ufs_snap.c | 66 struct ufsvfs *ufsvfsp = VTOI(vp)->i_ufsvfs; in ufs_snap_create() local 232 struct ufsvfs *ufsvfsp) in ufs_snap_init_backfile() 281 ufs_snap_find_candidates(void *snapid, struct ufsvfs *ufsvfsp, int chunksize) in ufs_snap_find_candidates() 360 struct ufsvfs *ufsvfsp = VTOI(vp)->i_ufsvfs; in ufs_snap_delete() local
|
H A D | ufs_filio.c | 286 struct ufsvfs *ufsvfsp = VTOI(vp)->i_ufsvfs; in ufs_fiogdio() local 313 struct ufsvfs *ufsvfsp; in ufs_fiosdio() local 409 struct ufsvfs *ufsvfsp; in ufs_fioffs() local 567 struct ufsvfs *ufsvfsp; in ufs_fiotune() local 697 struct ufsvfs *ufsvfsp = ip->i_ufsvfs; in ufs_mark_compressed() local
|
H A D | ufs_vfsops.c | 474 ufsvfs_t *ufsvfsp; in ufs_mountroot() local 578 struct ufsvfs *ufsvfsp = (struct ufsvfs *)vfsp->vfs_data; in remountfs() local 801 struct ufsvfs *ufsvfsp = 0; in mountfs() local 1377 struct ufsvfs *ufsvfsp = (struct ufsvfs *)vfsp->vfs_data; in ufs_unmount() local 1759 struct ufsvfs *ufsvfsp; in ufs_root() local 1782 struct ufsvfs *ufsvfsp; in ufs_statvfs() local 1873 struct ufsvfs *ufsvfsp; in ufs_sync() local 1959 struct ufsvfs *ufsvfsp = (struct ufsvfs *)vfsp->vfs_data; in sbupdate() local 2011 struct ufsvfs *ufsvfsp = (struct ufsvfs *)vfsp->vfs_data; in ufs_vget() local 2118 struct ufsvfs *ufsvfsp; in ufs_remountroot() local
|
H A D | ufs_lockfs.c | 341 struct ufsvfs *ufsvfsp = (struct ufsvfs *)vfsp->vfs_data; in ufs_flush() local 506 ufs_thaw(struct vfs *vfsp, struct ufsvfs *ufsvfsp, struct ulockfs *ulp) in ufs_thaw() 590 ufs_reconcile_fs(struct vfs *vfsp, struct ufsvfs *ufsvfsp, int errlck) in ufs_reconcile_fs() 838 ufs_reconcile(struct vfs *vfsp, struct ufsvfs *ufsvfsp, int errlck) in ufs_reconcile() 883 struct ufsvfs *ufsvfsp; in ufs__fiolfs() local 1259 ufs_check_lockfs(struct ufsvfs *ufsvfsp, struct ulockfs *ulp, ulong_t mask) in ufs_check_lockfs() 1327 ufs_lockfs_begin(struct ufsvfs *ufsvfsp, struct ulockfs **ulpp, ulong_t mask) in ufs_lockfs_begin() 1534 ufs_lockfs_trybegin(struct ufsvfs *ufsvfsp, struct ulockfs **ulpp, ulong_t mask) in ufs_lockfs_trybegin() 1684 struct ufsvfs *ufsvfsp, in ufs_lockfs_begin_getpage()
|
H A D | ufs_alloc.c | 108 struct ufsvfs *ufsvfsp; in alloc() local 187 struct ufsvfs *ufsvfsp; in realloccg() local 303 struct ufsvfs *ufsvfsp = pip->i_ufsvfs; in ufs_ialloc() local 538 struct ufsvfs *ufsvfsp; in blkpref() local 626 struct ufsvfs *ufsvfsp = ip->i_ufsvfs; in free() local 774 struct ufsvfs *ufsvfsp = ip->i_ufsvfs; in ufs_ifree() local 896 struct ufsvfs *ufsvfsp = ip->i_ufsvfs; in fragextend() local 977 struct ufsvfs *ufsvfsp = ip->i_ufsvfs; in alloccg() local 1104 struct ufsvfs *ufsvfsp, in alloccgblk() 1209 if (fs_postbl(ufsvfsp, pos)[i] == -1) { in alloccgblk() local [all …]
|
H A D | quota.c | 160 struct ufsvfs *ufsvfsp, in getdiskquota() 369 struct ufsvfs *ufsvfsp; local 506 invalidatedq(ufsvfsp) in invalidatedq() argument
|
H A D | ufs_vnops.c | 307 struct ufsvfs *ufsvfsp; in ufs_read() local 437 struct ufsvfs *ufsvfsp; in ufs_write() local 741 struct ufsvfs *ufsvfsp; in wrip() local 1346 struct ufsvfs *ufsvfsp; in rdip() local 1559 struct ufsvfs *ufsvfsp = VTOI(vp)->i_ufsvfs; in ufs_ioctl() local 1998 struct ufsvfs *ufsvfsp; in ufs_getattr() local 2111 struct ufsvfs *ufsvfsp = ip->i_ufsvfs; in ufs_setattr() local 2467 struct ufsvfs *ufsvfsp; in ufs_readlink() local 2623 struct ufsvfs *ufsvfsp = ip->i_ufsvfs; in ufs_fsync() local 2731 struct ufsvfs *ufsvfsp; in ufs_lookup() local [all …]
|
H A D | quota_ufs.c | 77 struct ufsvfs *ufsvfsp = ip->i_ufsvfs; in getinoquota() local 130 struct ufsvfs *ufsvfsp = ip->i_ufsvfs; in chkdq() local 419 chkiq(struct ufsvfs *ufsvfsp, int change, struct inode *ip, uid_t uid, in chkiq()
|
H A D | lufs.c | 210 lufs_unsnarf(ufsvfs_t *ufsvfsp) in lufs_unsnarf() 268 lufs_snarf(ufsvfs_t *ufsvfsp, struct fs *fs, int ronly) in lufs_snarf() 503 ufsvfs_t *ufsvfsp, in lufs_initialize() 560 lufs_free(struct ufsvfs *ufsvfsp) in lufs_free() 661 lufs_alloc(struct ufsvfs *ufsvfsp, struct fiolog *flp, size_t minb, cred_t *cr) in lufs_alloc() 852 ufsvfs_t *ufsvfsp = ip->i_ufsvfs; in lufs_disable() local 987 ufsvfs_t *ufsvfsp = ip->i_ufsvfs; in lufs_enable() local
|
H A D | ufs_inode.c | 335 ufs_alloc_inode(ufsvfs_t *ufsvfsp, ino_t ino) in ufs_alloc_inode() 457 struct ufsvfs *ufsvfsp; in ufs_iget_internal() local 674 struct ufsvfs *ufsvfsp = ip->i_ufsvfs; in ufs_iinactive() local 840 struct ufsvfs *ufsvfsp = ip->i_ufsvfs; in ufs_iupdat() local 1049 struct ufsvfs *ufsvfsp = ip->i_ufsvfs; in indirtrunc() local 1159 struct ufsvfs *ufsvfsp = oip->i_ufsvfs; in ufs_itrunc() local 1618 struct ufsvfs *ufsvfsp) in ufs_scan_inodes()
|
H A D | lufs_thread.c | 254 log_roll_write_crb(ufsvfs_t *ufsvfsp, rollbuf_t *rbp) in log_roll_write_crb() 279 log_roll_write_bufs(ufsvfs_t *ufsvfsp, rollbuf_t *rbp) in log_roll_write_bufs() 345 ufsvfs_t *ufsvfsp = ul->un_ufsvfs; in log_roll_write() local
|
H A D | ufs_bmap.c | 208 ufsvfs_t *ufsvfsp = ip->i_ufsvfs; in bmap_read() local 328 struct ufsvfs *ufsvfsp; in bmap_write() local 1052 struct ufsvfs *ufsvfsp; in ufs_undo_allocation() local 1183 ufsvfs_t *ufsvfsp = ip->i_ufsvfs; in bmap_find() local 1334 ufsvfs_t *ufsvfsp; in bmap_set_bn() local
|
H A D | ufs_extvnops.c | 72 struct ufsvfs *ufsvfsp = ip->i_ufsvfs; in ufs_rdwr_data() local 251 struct ufsvfs *ufsvfsp = ip->i_ufsvfs; in ufs_alloc_data() local
|
H A D | ufs_log.c | 86 ufsvfs_t *ufsvfsp = VTOI(vp)->i_ufsvfs; in ufs_fioislog() local
|
H A D | lufs_debug.c | 96 top_mataadd(ufsvfs_t *ufsvfsp, offset_t mof, off_t nb) in top_mataadd() 108 top_matadel(ufsvfs_t *ufsvfsp, offset_t mof, off_t nb) in top_matadel() 121 top_mataclr(ufsvfs_t *ufsvfsp) in top_mataclr()
|
H A D | ufs_directio.c | 264 directio_start(struct ufsvfs *ufsvfsp, struct inode *ip, size_t nbytes, in directio_start() 358 struct ufsvfs *ufsvfsp = ip->i_ufsvfs; in ufs_directio_write() local 826 struct ufsvfs *ufsvfsp = ip->i_ufsvfs; in ufs_directio_read() local
|
H A D | ufs_panic.c | 437 ufsvfs_t *ufsvfsp; in ufs_fault_v() local 833 ufsfx_mount(struct ufsvfs *ufsvfsp, int flags) in ufsfx_mount() 873 ufsfx_unmount(struct ufsvfs *ufsvfsp) in ufsfx_unmount() 936 ufsfx_unlockfs(struct ufsvfs *ufsvfsp) in ufsfx_unlockfs() 999 ufsfx_lockfs(struct ufsvfs *ufsvfsp) in ufsfx_lockfs() 1823 struct ufsvfs *ufsvfsp = f->uf_ufsvfsp; in sf_found_umount() local
|
/titanic_41/usr/src/uts/common/os/ |
H A D | bio.c | 213 struct ufsvfs *ufsvfsp = (struct ufsvfs *)arg; in bread_common() local 298 struct ufsvfs *ufsvfsp = (struct ufsvfs *)arg; in bwrite_common() local 571 ufsvfs_t *ufsvfsp = (struct ufsvfs *)arg; in getblk_common() local
|