Searched refs:IO_BUFLOCKED (Results 1 – 3 of 3) sorted by relevance
329 flags | IO_BUFLOCKED, cred, &newb)) != 0) { in ffs_balloc_ufs1()413 flags | IO_BUFLOCKED, cred, &newb); in ffs_balloc_ufs1()950 flags | IO_BUFLOCKED, cred, &newb)) != 0) { in ffs_balloc_ufs2()1035 flags | IO_BUFLOCKED, cred, &newb); in ffs_balloc_ufs2()
223 if (reclaimed == 0 && (flags & IO_BUFLOCKED) == 0) { in ffs_alloc()450 if (reclaimed == 0 && (flags & IO_BUFLOCKED) == 0) { in ffs_realloccg()
332 #define IO_BUFLOCKED 0x2000 /* ffs flag; indir buf is locked */ macro