/freebsd/sys/sys/ |
H A D | bufobj.h | 134 int bufobj_invalbuf(struct bufobj *bo, int flags, int slpflag, int slptimeo); 135 int bufobj_wwait(struct bufobj *bo, int slpflag, int timeo);
|
H A D | buf.h | 578 int slpflag, int slptimeo, int flags, struct buf **bpp);
|
H A D | vnode.h | 746 int vinvalbuf(struct vnode *vp, int save, int slpflag, int slptimeo);
|
/freebsd/sys/fs/nfsclient/ |
H A D | nfs_clbio.c | 1328 int error = 0, slpflag, slptimeo; in ncl_vinvalbuf() 1339 slpflag = PCATCH; in ncl_vinvalbuf() 1342 slpflag = 0; in ncl_vinvalbuf() 1365 error = vinvalbuf(vp, flags, slpflag, 0); 1407 int slpflag = 0; in ncl_asyncio() 1432 slpflag = PCATCH; in ncl_asyncio() 1489 &ncl_iod_mutex, slpflag | PRIBIO, "nfsaio", in ncl_asyncio() 1497 if (slpflag == PCATCH) { in ncl_asyncio() 1498 slpflag = 0; in ncl_asyncio() 1299 int error = 0, slpflag, slptimeo; ncl_vinvalbuf() local 1378 int slpflag = 0; ncl_asyncio() local
|
H A D | nfs_clvnops.c | 2915 int error = 0, slptimeo = 0, slpflag = 0, retv, bvecpos; in ncl_flush() local 2931 slpflag = PCATCH; in ncl_flush() 3116 BO_LOCKPTR(bo), "nfsfsync", slpflag, slptimeo); in ncl_flush() 3137 if (slpflag == PCATCH) { in ncl_flush() 3138 slpflag = 0; in ncl_flush() 3166 error = bufobj_wwait(bo, slpflag, slptimeo); in ncl_flush() 3180 if (slpflag == PCATCH) { in ncl_flush() 3181 slpflag = 0; in ncl_flush()
|
/freebsd/sys/kern/ |
H A D | vfs_bio.c | 716 int slpflag, int slptimeo) in bufspace_wait() argument 759 (PRIBIO + 4) | slpflag, "newbuf", slptimeo); in bufspace_wait() 3354 getnewbuf(struct vnode *vp, int slpflag, int slptimeo, int maxsize, int gbflags) in getnewbuf() argument 3400 bufspace_wait(bd, vp, gbflags, slpflag, slptimeo); in getnewbuf() 3923 getblk(struct vnode *vp, daddr_t blkno, int size, int slpflag, int slptimeo, in getblk() argument 3929 error = getblkx(vp, blkno, blkno, size, slpflag, slptimeo, flags, &bp); in getblk() 3979 getblkx(struct vnode *vp, daddr_t blkno, daddr_t dblkno, int size, int slpflag, in getblkx() argument 4070 BO_LOCKPTR(bo), "getblk", slpflag, slptimeo); in getblkx() 4220 bp = getnewbuf(vp, slpflag, slptimeo, maxsize, flags); in getblkx() 4222 if (slpflag || slptimeo) in getblkx() [all …]
|
H A D | vfs_subr.c | 111 int slpflag, int slptimeo); 2336 bufobj_invalbuf(struct bufobj *bo, int flags, int slpflag, int slptimeo) in bufobj_invalbuf() argument 2342 error = bufobj_wwait(bo, slpflag, slptimeo); in bufobj_invalbuf() 2368 flags, bo, slpflag, slptimeo); in bufobj_invalbuf() 2371 flags, bo, slpflag, slptimeo); in bufobj_invalbuf() 2423 vinvalbuf(struct vnode *vp, int flags, int slpflag, int slptimeo) in vinvalbuf() argument 2430 return (bufobj_invalbuf(&vp->v_bufobj, flags, slpflag, slptimeo)); in vinvalbuf() 2438 flushbuflist(struct bufv *bufv, int flags, struct bufobj *bo, int slpflag, in flushbuflist() argument 2469 "flushbuf", slpflag, slptimeo); in flushbuflist()
|
/freebsd/sys/cam/scsi/ |
H A D | scsi_enc_safte.c | 54 static int safte_set_enc_status(enc_softc_t *enc, uint8_t encstat, int slpflag); 1024 safte_set_enc_status(enc_softc_t *enc, uint8_t encstat, int slpflag) in safte_set_enc_status() argument 1057 safte_set_elm_status(enc_softc_t *enc, encioc_elm_status_t *elms, int slpflag) in safte_set_elm_status() argument
|
H A D | scsi_enc_ses.c | 2752 ses_set_enc_status(enc_softc_t *enc, uint8_t encstat, int slpflag) in ses_set_enc_status() argument 2769 ses_get_elm_status(enc_softc_t *enc, encioc_elm_status_t *elms, int slpflag) in ses_get_elm_status() argument 2778 ses_set_elm_status(enc_softc_t *enc, encioc_elm_status_t *elms, int slpflag) in ses_set_elm_status() argument
|