/titanic_52/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 TRANS_BEGIN_CSYNC(ufsvfsp,issync,vid,vsize) global() argument 169 TRANS_BEGIN_CSYNC(ufsvfsp,issync,vid,vsize) global() argument 188 TRANS_TRY_BEGIN_CSYNC(ufsvfsp,issync,vid,vsize,error) global() argument 207 TRANS_END_ASYNC(ufsvfsp,vid,vsize) global() argument 216 TRANS_END_SYNC(ufsvfsp,error,vid,vsize) global() argument 225 TRANS_END_CSYNC(ufsvfsp,error,issync,vid,vsize) global() argument 236 TRANS_DELTA(ufsvfsp,mof,nb,dtyp,func,arg) global() argument 243 TRANS_CANCEL(ufsvfsp,mof,nb,flags) global() argument 249 TRANS_LOG(ufsvfsp,va,mof,nb,buf,bufsz) global() argument 255 TRANS_ISCANCEL(ufsvfsp,mof,nb) global() argument 261 TRANS_SETERROR(ufsvfsp) global() argument 267 TRANS_ISERROR(ufsvfsp) global() argument 274 TRANS_BUF(ufsvfsp,vof,nb,bp,type) global() argument 279 TRANS_BUF_ITEM_128(ufsvfsp,item,base,bp,type) global() argument 283 TRANS_INODE(ufsvfsp,ip) global() argument 292 TRANS_INODE_DELTA(ufsvfsp,vof,nb,ip) global() argument 296 TRANS_INODE_TIMES(ufsvfsp,ip) global() argument 303 TRANS_SI(ufsvfsp,fs,cg) global() argument 322 TRANS_DQRELE(ufsvfsp,dqp) global() argument 350 TRANS_SBUPDATE(ufsvfsp,vfsp,topid) global() argument 354 TRANS_SBWRITE(ufsvfsp,topid) global() argument 368 TRANS_DOMATAMAP(ufsvfsp) global() argument 373 TRANS_MATA_IGET(ufsvfsp,ip) global() argument 377 TRANS_MATA_FREE(ufsvfsp,mof,nb) global() argument 381 TRANS_MATA_ALLOC(ufsvfsp,ip,bno,size,zero) global() argument 385 TRANS_MATA_MOUNT(ufsvfsp) global() argument 389 TRANS_MATA_UMOUNT(ufsvfsp) global() argument 393 TRANS_MATA_SI(ufsvfsp,fs) global() argument 397 TRANS_MATAADD(ufsvfsp,mof,nb) global() argument 402 TRANS_DOMATAMAP(ufsvfsp) global() argument 403 TRANS_MATA_IGET(ufsvfsp,ip) global() argument 404 TRANS_MATA_FREE(ufsvfsp,mof,nb) global() argument 405 TRANS_MATA_ALLOC(ufsvfsp,ip,bno,size,zero) global() argument 406 TRANS_MATA_MOUNT(ufsvfsp) global() argument 407 TRANS_MATA_UMOUNT(ufsvfsp) global() argument 408 TRANS_MATA_SI(ufsvfsp,fs) global() argument 409 TRANS_MATAADD(ufsvfsp,mof,nb) global() 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 [all...] |
/titanic_52/usr/src/uts/common/fs/ufs/ |
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) ufs_trans_sbupdate() argument 168 struct ufsvfs *ufsvfsp; ufs_trans_iupdat() local 192 ufs_trans_sbwrite(struct ufsvfs * ufsvfsp,top_t topid) ufs_trans_sbwrite() argument 216 ufs_trans_push_si(ufsvfs_t * ufsvfsp,delta_t dtyp,int ignore) ufs_trans_push_si() argument 231 ufs_trans_push_buf(ufsvfs_t * ufsvfsp,delta_t dtyp,daddr_t bno) ufs_trans_push_buf() argument 265 ufs_trans_push_inode(ufsvfs_t * ufsvfsp,delta_t dtyp,ino_t ino) ufs_trans_push_inode() argument 322 ufs_trans_mata_mount(struct ufsvfs * ufsvfsp) ufs_trans_mata_mount() argument 351 ufs_trans_mata_umount(struct ufsvfs * ufsvfsp) ufs_trans_mata_umount() argument 360 ufs_trans_mata_si(struct ufsvfs * ufsvfsp,struct fs * fs) ufs_trans_mata_si() argument 379 struct ufsvfs *ufsvfsp = ip->i_ufsvfs; ufs_trans_mata_direct() local 405 struct ufsvfs *ufsvfsp = ip->i_ufsvfs; ufs_trans_mata_indir() local 456 ufs_trans_mata_free(struct ufsvfs * ufsvfsp,offset_t mof,off_t nb) ufs_trans_mata_free() argument 467 ufs_trans_mata_alloc(struct ufsvfs * ufsvfsp,struct inode * ip,daddr_t frag,ulong_t nb,int indir) ufs_trans_mata_alloc() argument 508 ufs_trans_push_quota(ufsvfs_t * ufsvfsp,delta_t dtyp,struct dquot * dqp) ufs_trans_push_quota() argument 617 struct ufsvfs *ufsvfsp = dqp->dq_ufsvfsp; ufs_trans_dqrele() local 645 struct ufsvfs *ufsvfsp = ip->i_ufsvfs; ufs_log_amt() local 803 struct ufsvfs *ufsvfsp = ip->i_ufsvfs; ufs_trans_itrunc() local 931 struct ufsvfs *ufsvfsp = ip->i_ufsvfs; ufs_trans_write() local [all...] |
H A D | quotacalls.c | 91 struct ufsvfs *ufsvfsp; in quotactl() local 165 struct ufsvfs *ufsvfsp in opendq_scan_inode() local 196 opendq(struct ufsvfs * ufsvfsp,struct vnode * vp,struct cred * cr) opendq() argument 325 struct ufsvfs *ufsvfsp = ip->i_ufsvfs; closedq_scan_inode() local 371 closedq(struct ufsvfs * ufsvfsp,struct cred * cr) closedq() argument 436 struct ufsvfs *ufsvfsp = ip->i_ufsvfs; setquota_scan_inode() local 491 setquota(int cmd,uid_t uid,struct ufsvfs * ufsvfsp,caddr_t addr,struct cred * cr) setquota() argument 681 getquota(uid_t uid,struct ufsvfs * ufsvfsp,caddr_t addr,cred_t * cr) getquota() argument 721 qsync(struct ufsvfs * ufsvfsp) qsync() argument 736 quotasync(struct ufsvfs * ufsvfsp,int do_lock) quotasync() argument [all...] |
H A D | lufs_top.c | 55 ufsvfs_t *ufsvfsp, in top_delta() argument 82 top_cancel(ufsvfs_t *ufsvfsp, offset_t mof, off_t nb, int flags) in top_cancel() argument 108 top_iscancel(ufsvfs_t *ufsvfsp, offset_t mof, off_t nb) in top_iscancel() argument 125 top_seterror(ufsvfs_t *ufsvfsp) in top_seterror() argument 139 ufsvfs_t *ufsvfsp = (ufsvfs_t *)arg; top_issue_sync() local 182 top_begin_sync(ufsvfs_t * ufsvfsp,top_t topid,ulong_t size,int * error) top_begin_sync() argument 344 top_begin_async(ufsvfs_t * ufsvfsp,top_t topid,ulong_t size,int tryasync) top_begin_async() argument 443 top_end_sync(ufsvfs_t * ufsvfsp,int * ep,top_t topid,ulong_t size) top_end_sync() argument 576 top_end_async(ufsvfs_t * ufsvfsp,top_t topid,ulong_t size) top_end_async() argument 689 top_log(ufsvfs_t * ufsvfsp,char * va,offset_t vamof,off_t nb,caddr_t buf,uint32_t bufsz) top_log() argument [all...] |
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; ufs_syncip() local 580 struct ufsvfs *ufsvfsp; ufs_sync_indir() local 686 struct ufsvfs *ufsvfsp; ufs_indirblk_sync() local 832 ufs_icheck(struct ufsvfs * ufsvfsp,int * isbusyp,int * isreclaimp) ufs_icheck() argument 874 struct ufsvfs *ufsvfsp = (struct ufsvfs *)vfsp->vfs_data; ufs_checkclean() local 990 struct ufsvfs *ufsvfsp = ip->i_ufsvfs; ufs_setreclaim() local 1024 ufs_notclean(struct ufsvfs * ufsvfsp) ufs_notclean() argument 1059 struct ufsvfs *ufsvfsp = ip->i_ufsvfs; ufs_fbwrite() local 1074 struct ufsvfs *ufsvfsp = ip->i_ufsvfs; ufs_fbiwrite() local 1121 ufs_sbwrite(struct ufsvfs * ufsvfsp) ufs_sbwrite() argument 1240 ufs_construct_si(dev_t dev,struct fs * fs,struct ufsvfs * ufsvfsp) ufs_construct_si() argument 1309 ufs_getsummaryinfo(dev_t dev,struct ufsvfs * ufsvfsp,struct fs * fs) ufs_getsummaryinfo() argument 1385 ufs_putsummaryinfo(dev_t dev,struct ufsvfs * ufsvfsp,struct fs * fs) ufs_putsummaryinfo() argument [all...] |
H A D | ufs_thread.c | 242 ufs_delete(struct ufsvfs *ufsvfsp, struct inode *ip, int dolockfs) in ufs_delete() argument 428 ufs_delete_init(struct ufsvfs * ufsvfsp,int lowat) ufs_delete_init() argument 442 struct ufsvfs *ufsvfsp = (struct ufsvfs *)vfsp->vfs_data; ufs_thread_delete() local 495 struct ufsvfs *ufsvfsp = (struct ufsvfs *)vfsp->vfs_data; ufs_delete_drain() local 568 ufs_delete_drain_wait(struct ufsvfs * ufsvfsp,int dolockfs) ufs_delete_drain_wait() argument 613 ufs_delete_adjust_stats(struct ufsvfs * ufsvfsp,struct statvfs64 * sp) ufs_delete_adjust_stats() argument 647 struct ufsvfs *ufsvfsp = ip->i_ufsvfs; ufs_idle_free() local 1003 struct ufsvfs *ufsvfsp = (struct ufsvfs *)vfsp->vfs_data; ufs_thread_reclaim() local 1180 struct ufsvfs *ufsvfsp = dp->i_ufsvfs; ufs_attr_purge() local [all...] |
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() argument 281 ufs_snap_find_candidates(void *snapid, struct ufsvfs *ufsvfsp, in argument 360 struct ufsvfs *ufsvfsp = VTOI(vp)->i_ufsvfs; ufs_snap_delete() local [all...] |
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; ufs_fioffs() local 567 struct ufsvfs *ufsvfsp; ufs_fiotune() local 697 struct ufsvfs *ufsvfsp = ip->i_ufsvfs; ufs_mark_compressed() local [all...] |
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) ufs_thaw() argument 590 ufs_reconcile_fs(struct vfs * vfsp,struct ufsvfs * ufsvfsp,int errlck) ufs_reconcile_fs() argument 838 ufs_reconcile(struct vfs * vfsp,struct ufsvfs * ufsvfsp,int errlck) ufs_reconcile() argument 883 struct ufsvfs *ufsvfsp; ufs__fiolfs() local 1259 ufs_check_lockfs(struct ufsvfs * ufsvfsp,struct ulockfs * ulp,ulong_t mask) ufs_check_lockfs() argument 1327 ufs_lockfs_begin(struct ufsvfs * ufsvfsp,struct ulockfs ** ulpp,ulong_t mask) ufs_lockfs_begin() argument 1534 ufs_lockfs_trybegin(struct ufsvfs * ufsvfsp,struct ulockfs ** ulpp,ulong_t mask) ufs_lockfs_trybegin() argument 1684 ufs_lockfs_begin_getpage(struct ufsvfs * ufsvfsp,struct ulockfs ** ulpp,struct seg * seg,int read_access,uint_t * protp) ufs_lockfs_begin_getpage() argument [all...] |
H A D | ufs_vfsops.c | 476 ufsvfs_t *ufsvfsp; in ufs_mountroot() local 580 struct ufsvfs *ufsvfsp = (struct ufsvfs *)vfsp->vfs_data; remountfs() local 803 struct ufsvfs *ufsvfsp = 0; mountfs() local 1379 struct ufsvfs *ufsvfsp = (struct ufsvfs *)vfsp->vfs_data; ufs_unmount() local 1761 struct ufsvfs *ufsvfsp; ufs_root() local 1784 struct ufsvfs *ufsvfsp; ufs_statvfs() local 1875 struct ufsvfs *ufsvfsp; ufs_sync() local 1961 struct ufsvfs *ufsvfsp = (struct ufsvfs *)vfsp->vfs_data; sbupdate() local 2013 struct ufsvfs *ufsvfsp = (struct ufsvfs *)vfsp->vfs_data; ufs_vget() local [all...] |
H A D | ufs_alloc.c | 108 struct ufsvfs *ufsvfsp; in alloc() local 187 struct ufsvfs *ufsvfsp; realloccg() local 303 struct ufsvfs *ufsvfsp = pip->i_ufsvfs; ufs_ialloc() local 538 struct ufsvfs *ufsvfsp; blkpref() local 626 struct ufsvfs *ufsvfsp = ip->i_ufsvfs; free() local 774 struct ufsvfs *ufsvfsp = ip->i_ufsvfs; ufs_ifree() local 896 struct ufsvfs *ufsvfsp = ip->i_ufsvfs; fragextend() local 977 struct ufsvfs *ufsvfsp = ip->i_ufsvfs; alloccg() local 1104 alloccgblk(struct ufsvfs * ufsvfsp,struct cg * cgp,daddr_t bpref,struct buf * bp) alloccgblk() argument 1209 if (fs_postbl(ufsvfsp, pos)[i] == -1) { alloccgblk() local 1293 struct ufsvfs *ufsvfsp = ip->i_ufsvfs; ialloccg() local 1383 mapsearch(struct ufsvfs * ufsvfsp,struct cg * cgp,daddr_t bpref,int allocsiz) mapsearch() argument 1559 struct ufsvfs *ufsvfsp; ufs_allocsp() local 1953 contigpref(ufsvfs_t * ufsvfsp,size_t nb,size_t minb) contigpref() argument [all...] |
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; wrip() local 1346 struct ufsvfs *ufsvfsp; rdip() local 1559 struct ufsvfs *ufsvfsp = VTOI(vp)->i_ufsvfs; ufs_ioctl() local 1998 struct ufsvfs *ufsvfsp; ufs_getattr() local 2111 struct ufsvfs *ufsvfsp = ip->i_ufsvfs; ufs_setattr() local 2467 struct ufsvfs *ufsvfsp; ufs_readlink() local 2623 struct ufsvfs *ufsvfsp = ip->i_ufsvfs; ufs_fsync() local 2731 struct ufsvfs *ufsvfsp; ufs_lookup() local 2917 struct ufsvfs *ufsvfsp; ufs_create() local 3199 struct ufsvfs *ufsvfsp = ip->i_ufsvfs; ufs_remove() local 3266 struct ufsvfs *ufsvfsp = tdp->i_ufsvfs; ufs_link() local 3373 struct ufsvfs *ufsvfsp; ufs_rename() local 3755 struct ufsvfs *ufsvfsp; ufs_mkdir() local 3831 struct ufsvfs *ufsvfsp = ip->i_ufsvfs; ufs_rmdir() local 3903 struct ufsvfs *ufsvfsp; ufs_readdir() local 4109 struct ufsvfs *ufsvfsp = dip->i_ufsvfs; ufs_symlink() local 4358 struct ufsvfs *ufsvfsp; ufs_rwlock() local 4456 struct ufsvfs *ufsvfsp = VTOI(vp)->i_ufsvfs; ufs_space() local 4523 struct ufsvfs *ufsvfsp = ip->i_ufsvfs; ufs_getpage() local 4928 ufsvfs_t *ufsvfsp = ip->i_ufsvfs; ufs_getpage_miss() local 5011 ufsvfs_t *ufsvfsp; ufs_getpage_ra() local 5366 struct ufsvfs *ufsvfsp = ip->i_ufsvfs; ufs_putapage() local 5604 struct ufsvfs *ufsvfsp = VTOI(vp)->i_ufsvfs; ufs_map() local 5768 struct ufsvfs *ufsvfsp; ufs_poll() local 5814 struct ufsvfs *ufsvfsp = VTOI(vp)->i_ufsvfs; ufs_l_pathconf() local 5929 struct ufsvfs *ufsvfsp; ufs_pageio() local 6231 ufsvfs_t *ufsvfsp = ip->i_ufsvfs; ufs_dumpctl() local 6370 save_dblks(struct inode * ip,struct ufsvfs * ufsvfsp,daddr32_t * storeblk,daddr32_t * dblk,int level,int entries) save_dblks() argument 6411 struct ufsvfs *ufsvfsp = ip->i_ufsvfs; ufs_getsecattr() local 6443 struct ufsvfs *ufsvfsp = VTOI(vp)->i_ufsvfs; ufs_setsecattr() local 6586 struct ufsvfs *ufsvfsp; ufs_eventlookup() local [all...] |
H A D | quota.c | 160 struct ufsvfs *ufsvfsp, in getdiskquota() argument 369 struct ufsvfs *ufsvfsp; local 506 invalidatedq(ufsvfsp) invalidatedq() argument [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,int force,struct cred * cr,char ** uerrp,size_t * lenp) chkiq() argument [all...] |
H A D | lufs.c | 210 lufs_unsnarf(ufsvfs_t *ufsvfsp) in lufs_unsnarf() argument 268 lufs_snarf(ufsvfs_t *ufsvfsp, struct fs *fs, int ronly) in lufs_snarf() argument 503 lufs_initialize(ufsvfs_t * ufsvfsp,daddr_t bno,size_t nb,struct fiolog * flp) lufs_initialize() argument 560 lufs_free(struct ufsvfs * ufsvfsp) lufs_free() argument 661 lufs_alloc(struct ufsvfs * ufsvfsp,struct fiolog * flp,size_t minb,cred_t * cr) lufs_alloc() argument 852 ufsvfs_t *ufsvfsp = ip->i_ufsvfs; lufs_disable() local 987 ufsvfs_t *ufsvfsp = ip->i_ufsvfs; lufs_enable() local [all...] |
H A D | ufs_inode.c | 335 ufs_alloc_inode(ufsvfs_t *ufsvfsp, ino_t ino) in ufs_alloc_inode() argument 457 struct ufsvfs *ufsvfsp; in ufs_iget_internal() local 674 struct ufsvfs *ufsvfsp = ip->i_ufsvfs; ufs_iinactive() local 840 struct ufsvfs *ufsvfsp = ip->i_ufsvfs; ufs_iupdat() local 1049 struct ufsvfs *ufsvfsp = ip->i_ufsvfs; indirtrunc() local 1159 struct ufsvfs *ufsvfsp = oip->i_ufsvfs; ufs_itrunc() local 1618 ufs_scan_inodes(int rwtry,int (* func)(struct inode *,void *),void * arg,struct ufsvfs * ufsvfsp) ufs_scan_inodes() argument [all...] |
H A D | lufs_thread.c | 254 log_roll_write_crb(ufsvfs_t *ufsvfsp, rollbuf_t *rbp) in log_roll_write_crb() argument 279 log_roll_write_bufs(ufsvfs_t *ufsvfsp, rollbuf_t *rbp) in log_roll_write_bufs() argument 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; ufs_undo_allocation() local 1183 ufsvfs_t *ufsvfsp = ip->i_ufsvfs; bmap_find() local 1334 ufsvfs_t *ufsvfsp; bmap_set_bn() local [all...] |
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 [all...] |
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() argument 108 top_matadel(ufsvfs_t *ufsvfsp, offset_t mof, off_t nb) in top_matadel() argument 121 top_mataclr(ufsvfs_t *ufsvfsp) in top_mataclr() argument
|
H A D | ufs_directio.c | 247 directio_start(struct ufsvfs *ufsvfsp, struct inode *ip, size_t nbytes, in directio_start() argument 341 struct ufsvfs *ufsvfsp = ip->i_ufsvfs; in ufs_directio_write() local 809 struct ufsvfs *ufsvfsp = ip->i_ufsvfs; ufs_directio_read() local [all...] |
H A D | ufs_panic.c | 437 ufsvfs_t *ufsvfsp; in ufs_fault_v() local 833 ufsfx_mount(struct ufsvfs * ufsvfsp,int flags) ufsfx_mount() argument 873 ufsfx_unmount(struct ufsvfs * ufsvfsp) ufsfx_unmount() argument 936 ufsfx_unlockfs(struct ufsvfs * ufsvfsp) ufsfx_unlockfs() argument 999 ufsfx_lockfs(struct ufsvfs * ufsvfsp) ufsfx_lockfs() argument 1823 struct ufsvfs *ufsvfsp = f->uf_ufsvfsp; sf_found_umount() local [all...] |
/titanic_52/usr/src/uts/common/os/ |
H A D | bio.c | 214 struct ufsvfs *ufsvfsp = (struct ufsvfs *)arg; in bread_common() local 299 struct ufsvfs *ufsvfsp = (struct ufsvfs *)arg; in bwrite_common() local 572 ufsvfs_t *ufsvfsp = (struct ufsvfs *)arg; getblk_common() local [all...] |