Home
last modified time | relevance | path

Searched refs:XBF_DONE (Results 1 – 6 of 6) sorted by relevance

/fs/xfs/
Dxfs_buf.h46 #define XBF_DONE (1 << 5) /* all pages in the buffer uptodate */ macro
72 { XBF_DONE, "DONE" }, \
323 #define XFS_BUF_DONE(bp) ((bp)->b_flags |= XBF_DONE)
324 #define XFS_BUF_UNDONE(bp) ((bp)->b_flags &= ~XBF_DONE)
325 #define XFS_BUF_ISDONE(bp) ((bp)->b_flags & XBF_DONE)
Dxfs_buf.c1041 bp->b_flags |= XBF_DONE; in xfs_buf_ioend()
1099 XBF_WRITE_FAIL | XBF_DONE); in xfs_bwrite()
1318 bp->b_flags &= ~XBF_DONE; in xfs_buf_submit()
1380 bp->b_flags &= ~XBF_DONE; in xfs_buf_submit_wait()
Dxfs_buf_item.c1100 XBF_DONE | XBF_WRITE_FAIL; in xfs_buf_iodone_callbacks()
/fs/xfs/libxfs/
Dxfs_dquot_buf.c282 bp->b_flags &= ~XBF_DONE; in xfs_dquot_buf_readahead_verify()
Dxfs_inode_buf.c103 bp->b_flags &= ~XBF_DONE; in xfs_inode_buf_verify()
Dxfs_ialloc.c344 fbuf->b_flags |= XBF_DONE; in xfs_ialloc_inode_init()