Searched refs:IO_BUFLOCKED (Results 1 – 3 of 3) sorted by relevance
329 flags | IO_BUFLOCKED, cred, &newb)) != 0) { in ffs_balloc_ufs1()411 flags | IO_BUFLOCKED, cred, &newb); in ffs_balloc_ufs1()936 flags | IO_BUFLOCKED, cred, &newb)) != 0) { in ffs_balloc_ufs2()1019 flags | IO_BUFLOCKED, cred, &newb); in ffs_balloc_ufs2()
220 if (reclaimed == 0 && (flags & IO_BUFLOCKED) == 0) {440 if (reclaimed == 0 && (flags & IO_BUFLOCKED) == 0) {
314 #define IO_BUFLOCKED 0x2000 /* ffs flag; indir buf is locked */ macro