Home
last modified time | relevance | path

Searched refs:b_file (Results 1 – 19 of 19) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace/common/
H A Dio.d.in89 getmajor(B->b_file->v_vfsp->vfs_dev);
91 getminor(B->b_file->v_vfsp->vfs_dev);
93 getminor(B->b_file->v_vfsp->vfs_dev) :
121 fi_name = B->b_file == NULL ? "<none>" :
123 basename(cleanpath(B->b_file->v_path));
124 fi_dirname = B->b_file == NULL ? "<none>" :
126 dirname(cleanpath(B->b_file->v_path));
129 cleanpath(B->b_file->v_path);
131 fi_fs = B->b_file == NULL ? "<none>" :
132 stringof(B->b_file->v_op->vnop_name);
[all …]
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_extvnops.c166 bp->b_file = ip->i_vnode; in ufs_rdwr_data()
357 bp->b_file = ip->i_vnode; in ufs_alloc_data()
429 bp->b_file = ip->i_vnode; in ufs_alloc_data()
H A Dufs_directio.c276 bp->b_file = ip->i_vnode; in directio_start()
H A Dufs_vnops.c4852 bp->b_file = ip->i_vnode; in ufs_getpage_miss()
4955 bp->b_file = ip->i_vnode; in ufs_getpage_ra()
5375 bp->b_file = ip->i_vnode; in ufs_putapage()
5946 bp->b_file = ip->i_vnode; in ufs_pageio()
H A Dufs_subr.c1098 bp->b_file = ip->i_vnode; in ufs_fbiwrite()
H A Dlufs_log.c334 newbp->b_file = NULL; in push_dirty_bp()
/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vnops.c849 bufs[count].b_file = vp; in hsfs_getpage_ra()
1187 bufs[count].b_file = vp; in hsfs_getapage()
2042 fvp = fio->bp->b_file; in hsched_invoke_strategy()
2062 if (fvp && tio->bp->b_file != fvp) { in hsched_invoke_strategy()
2107 nbuf->b_file = fvp; in hsched_invoke_strategy()
/illumos-gate/usr/src/uts/common/sys/
H A Dbuf.h130 struct vnode *b_file; /* file associated with this buffer */ member
/illumos-gate/usr/src/uts/common/os/
H A Dvm_subr.c175 bp->b_file = NULL; in default_physio()
H A Dbio.c677 nbp->b_file = NULL; in getblk_common()
2033 bufp->b_file = bp->b_file; in bioclone()
H A Daio.c2446 reqp->aio_req_buf.b_file = vp; in aio_req_setup()
3343 reqp->aio_req_buf.b_file = vp; in aio_req_setupLF()
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_vnops.c2266 bp->b_file = vp; in udf_pageio()
2590 bp->b_file = ip->i_vnode; in ud_page_fill()
2896 bp->b_file = vp; in ud_putapage()
H A Dudf_bmap.c1278 bp->b_file = ip->i_vnode; in ud_zero_it()
/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_vnops.c1531 bp->b_file = vp; in pcfs_getapage()
1825 bp->b_file = vp; in pcfs_putapage()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_vnops.c847 bp->b_file = vp; in nfs_rdwrlbn()
3882 bp->b_file = vp; in nfs_getapage()
4025 bp->b_file = vp; in nfs_readahead()
H A Dnfs3_vnops.c956 bp->b_file = vp; in nfs3_rdwrlbn()
4788 bp->b_file = vp; in nfs3_getapage()
4936 bp->b_file = vp; in nfs3_readahead()
H A Dnfs4_vnops.c3081 bp->b_file = vp; in nfs4_rdwrlbn()
10002 bp->b_file = vp; in nfs4_getapage()
10151 bp->b_file = vp; in nfs4_readahead()
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_vnops.c1218 bp->b_file = vp; in smbfs_rdwrlbn()
3957 bp->b_file = vp; in smbfs_getapage()
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c16319 cont_bp->b_file = bp->b_file; in st_get_bigblk_bp()