Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dbufobj.h134 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 Dbuf.h586 int slpflag, int slptimeo, int flags, struct buf **bpp);
H A Dvnode.h762 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.c3097 int error = 0, slptimeo = 0, slpflag = 0, retv, bvecpos; in ncl_flush() local
3113 slpflag = PCATCH; in ncl_flush()
3298 BO_LOCKPTR(bo), "nfsfsync", slpflag, slptimeo); in ncl_flush()
3319 if (slpflag == PCATCH) { in ncl_flush()
3320 slpflag = 0; in ncl_flush()
3348 error = bufobj_wwait(bo, slpflag, slptimeo); in ncl_flush()
3362 if (slpflag == PCATCH) { in ncl_flush()
3363 slpflag = 0; in ncl_flush()
/freebsd/sys/kern/
H A Dvfs_bio.c718 int slpflag, int slptimeo) in bufspace_wait() argument
762 PVFS | slpflag, "newbuf", slptimeo); in bufspace_wait()
3358 getnewbuf(struct vnode *vp, int slpflag, int slptimeo, int maxsize, int gbflags) in getnewbuf() argument
3404 bufspace_wait(bd, vp, gbflags, slpflag, slptimeo); in getnewbuf()
3927 getblk(struct vnode *vp, daddr_t blkno, int size, int slpflag, int slptimeo, in getblk() argument
3933 error = getblkx(vp, blkno, blkno, size, slpflag, slptimeo, flags, &bp); in getblk()
3983 getblkx(struct vnode *vp, daddr_t blkno, daddr_t dblkno, int size, int slpflag, in getblkx() argument
4074 BO_LOCKPTR(bo), "getblk", slpflag, slptimeo); in getblkx()
4224 bp = getnewbuf(vp, slpflag, slptimeo, maxsize, flags); in getblkx()
4226 if (slpflag || slptimeo) in getblkx()
[all …]
H A Dvfs_subr.c106 int slpflag, int slptimeo);
2375 bufobj_invalbuf(struct bufobj *bo, int flags, int slpflag, int slptimeo) in bufobj_invalbuf() argument
2381 error = bufobj_wwait(bo, slpflag, slptimeo); in bufobj_invalbuf()
2407 flags, bo, slpflag, slptimeo); in bufobj_invalbuf()
2410 flags, bo, slpflag, slptimeo); in bufobj_invalbuf()
2462 vinvalbuf(struct vnode *vp, int flags, int slpflag, int slptimeo) in vinvalbuf() argument
2469 return (bufobj_invalbuf(&vp->v_bufobj, flags, slpflag, slptimeo)); in vinvalbuf()
2477 flushbuflist(struct bufv *bufv, int flags, struct bufobj *bo, int slpflag, in flushbuflist() argument
2508 "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.c2749 ses_set_enc_status(enc_softc_t *enc, uint8_t encstat, int slpflag) in ses_set_enc_status() argument
2766 ses_get_elm_status(enc_softc_t *enc, encioc_elm_status_t *elms, int slpflag) in ses_get_elm_status() argument
2775 ses_set_elm_status(enc_softc_t *enc, encioc_elm_status_t *elms, int slpflag) in ses_set_elm_status() argument
/freebsd/sys/fs/fuse/
H A Dfuse_vnops.c321 int slpflag) in fuse_inval_buf_range() argument
333 bp = getblk(vp, left_lbn, iosize, slpflag, 0, 0); in fuse_inval_buf_range()
354 bp = getblk(vp, right_lbn, right_blksize, slpflag, 0, 0); in fuse_inval_buf_range()