Hi,
> However I could not find the definitions of following
> test_set_buffer_req(bh)
> buffer_ordered(bh)
> buffer_mapped(bh)
> ... and some others....
> However I could not find the definitions of following
> test_set_buffer_req(bh)
> buffer_ordered(bh)
> buffer_mapped(bh)
> ... and some others....
They are generated from following code in
buffer_head.h:
BUFFER_FNS(Mapped, mapped)
BUFFER_FNS(New, new)
BUFFER_FNS(Async_Read, async_read)
BUFFER_FNS(Async_Write, async_write)
BUFFER_FNS(Delay, delay)
BUFFER_FNS(Boundary, boundary)
BUFFER_FNS(Write_EIO, write_io_error)
BUFFER_FNS(Ordered, ordered)
BUFFER_FNS(Eopnotsupp, eopnotsupp)
BUFFER_FNS(New, new)
BUFFER_FNS(Async_Read, async_read)
BUFFER_FNS(Async_Write, async_write)
BUFFER_FNS(Delay, delay)
BUFFER_FNS(Boundary, boundary)
BUFFER_FNS(Write_EIO, write_io_error)
BUFFER_FNS(Ordered, ordered)
BUFFER_FNS(Eopnotsupp, eopnotsupp)
Thanks,
Rajat