Home
last modified time | relevance | path

Searched refs:slpflag (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/sys/
H A Dbufobj.h133 int bufobj_invalbuf(struct bufobj *bo, int flags, int slpflag, int slptimeo);
134 int bufobj_wwait(struct bufobj *bo, int slpflag, int timeo);
H A Dbuf.h571 int slpflag, int slptimeo, int flags, struct buf **bpp);
H A Dvnode.h745 int vinvalbuf(struct vnode *vp, int save, int slpflag, int slptimeo);
/freebsd/sys/fs/nfsclient/
H A Dnfs_clbio.c1328 int error = 0, slpflag, slptimeo; in ncl_vinvalbuf() local
1339 slpflag = PCATCH; in ncl_vinvalbuf()
1342 slpflag = 0; in ncl_vinvalbuf()
1365 error = vinvalbuf(vp, flags, slpflag, 0); in ncl_vinvalbuf()
1407 int slpflag = 0; in ncl_asyncio() local
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()
H A Dnfs_clvnops.c2907 int error = 0, slptimeo = 0, slpflag = 0, retv, bvecpos; in ncl_flush() local
2923 slpflag = PCATCH; in ncl_flush()
3108 BO_LOCKPTR(bo), "nfsfsync", slpflag, slptimeo); in ncl_flush()
3129 if (slpflag == PCATCH) { in ncl_flush()
3130 slpflag = 0; in ncl_flush()
3158 error = bufobj_wwait(bo, slpflag, slptimeo); in ncl_flush()
3172 if (slpflag == PCATCH) { in ncl_flush()
3173 slpflag = 0; in ncl_flush()
/freebsd/sys/kern/
H A Dvfs_bio.c716 int slpflag, int slptimeo) in bufspace_wait() argument
759 (PRIBIO + 4) | slpflag, "newbuf", slptimeo); in bufspace_wait()
3395 bufspace_wait(bd, vp, gbflags, slpflag, slptimeo); in getnewbuf()
3918 getblk(struct vnode *vp, daddr_t blkno, int size, int slpflag, int slptimeo, in getblk() argument
3924 error = getblkx(vp, blkno, blkno, size, slpflag, slptimeo, flags, &bp); in getblk()
3974 getblkx(struct vnode *vp, daddr_t blkno, daddr_t dblkno, int size, int slpflag, in getblkx() argument
4040 BO_LOCKPTR(bo), "getblk", slpflag, slptimeo); in getblkx()
4190 bp = getnewbuf(vp, slpflag, slptimeo, maxsize, flags); in getblkx()
4192 if (slpflag || slptimeo) in getblkx()
5208 bufobj_wwait(struct bufobj *bo, int slpflag, int timeo) in bufobj_wwait() argument
[all …]
H A Dvfs_subr.c110 int slpflag, int slptimeo);
2309 bufobj_invalbuf(struct bufobj *bo, int flags, int slpflag, int slptimeo) in bufobj_invalbuf() argument
2315 error = bufobj_wwait(bo, slpflag, slptimeo); in bufobj_invalbuf()
2341 flags, bo, slpflag, slptimeo); in bufobj_invalbuf()
2344 flags, bo, slpflag, slptimeo); in bufobj_invalbuf()
2396 vinvalbuf(struct vnode *vp, int flags, int slpflag, int slptimeo) in vinvalbuf() argument
2403 return (bufobj_invalbuf(&vp->v_bufobj, flags, slpflag, slptimeo)); in vinvalbuf()
2411 flushbuflist(struct bufv *bufv, int flags, struct bufobj *bo, int slpflag, in flushbuflist() argument
2442 "flushbuf", slpflag, slptimeo); in flushbuflist()
/freebsd/sys/cam/scsi/
H A Dscsi_enc_safte.c54 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 Dscsi_enc_ses.c2752 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