Searched refs:slpflag (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | bufobj.h | 135 int bufobj_invalbuf(struct bufobj *bo, int flags, int slpflag, int slptimeo); 136 int bufobj_wwait(struct bufobj *bo, int slpflag, int timeo);
|
| H A D | buf.h | 563 int slpflag, int slptimeo, int flags, struct buf **bpp);
|
| H A D | vnode.h | 715 int vinvalbuf(struct vnode *vp, int save, int slpflag, int slptimeo);
|
| /f-stack/freebsd/kern/ |
| H A D | vfs_bio.c | 737 int slpflag, int slptimeo) in bufspace_wait() argument 780 (PRIBIO + 4) | slpflag, "newbuf", slptimeo); in bufspace_wait() 3323 bufspace_wait(bd, vp, gbflags, slpflag, slptimeo); in getnewbuf() 3825 getblk(struct vnode *vp, daddr_t blkno, int size, int slpflag, int slptimeo, in getblk() argument 3831 error = getblkx(vp, blkno, blkno, size, slpflag, slptimeo, flags, &bp); in getblk() 3881 getblkx(struct vnode *vp, daddr_t blkno, daddr_t dblkno, int size, int slpflag, in getblkx() argument 3934 BO_LOCKPTR(bo), "getblk", slpflag, slptimeo); in getblkx() 4078 bp = getnewbuf(vp, slpflag, slptimeo, maxsize, flags); in getblkx() 4080 if (slpflag || slptimeo) in getblkx() 5086 bufobj_wwait(struct bufobj *bo, int slpflag, int timeo) in bufobj_wwait() argument [all …]
|
| H A D | vfs_subr.c | 107 int slpflag, int slptimeo); 1983 bufobj_invalbuf(struct bufobj *bo, int flags, int slpflag, int slptimeo) in bufobj_invalbuf() argument 1989 error = bufobj_wwait(bo, slpflag, slptimeo); in bufobj_invalbuf() 2017 flags, bo, slpflag, slptimeo); in bufobj_invalbuf() 2020 flags, bo, slpflag, slptimeo); in bufobj_invalbuf() 2072 vinvalbuf(struct vnode *vp, int flags, int slpflag, int slptimeo) in vinvalbuf() argument 2079 return (bufobj_invalbuf(&vp->v_bufobj, flags, slpflag, slptimeo)); in vinvalbuf() 2087 flushbuflist(struct bufv *bufv, int flags, struct bufobj *bo, int slpflag, in flushbuflist() argument 2118 "flushbuf", slpflag, slptimeo); in flushbuflist()
|