Searched refs:BUFFER_FNS (Results 1 – 4 of 4) sorted by relevance
/linux/include/linux/ |
H A D | buffer_head.h | 90 #define BUFFER_FNS(bit, name) \ macro 123 BUFFER_FNS(Dirty, dirty) in BUFFER_FNS() function 125 BUFFER_FNS(Lock, locked) in BUFFER_FNS() 126 BUFFER_FNS(Req, req) in BUFFER_FNS() 128 BUFFER_FNS(Mapped, mapped) in BUFFER_FNS() 129 BUFFER_FNS(New, new) in BUFFER_FNS() 130 BUFFER_FNS(Async_Read, async_read) in BUFFER_FNS() 131 BUFFER_FNS(Async_Write, async_write) in BUFFER_FNS() 132 BUFFER_FNS(Delay, delay) in BUFFER_FNS() 133 BUFFER_FNS(Boundary, boundary) in BUFFER_FNS() [all …]
|
/linux/fs/nilfs2/ |
H A D | page.h | 27 BUFFER_FNS(NILFS_Node, nilfs_node) /* nilfs node buffers */ 28 BUFFER_FNS(NILFS_Volatile, nilfs_volatile) 29 BUFFER_FNS(NILFS_Checked, nilfs_checked) /* buffer is verified */ 30 BUFFER_FNS(NILFS_Redirected, nilfs_redirected) /* redirected to a copy */
|
/linux/fs/gfs2/ |
H A D | incore.h | 135 BUFFER_FNS(Pinned, pinned) 137 BUFFER_FNS(Escaped, escaped)
|
/linux/fs/ocfs2/ |
H A D | buffer_head_io.c | 36 BUFFER_FNS(NeedsValidate, needs_validate);
|