/* * If not NULL, validate() will be called on a buffer that is freshly * read from disk. It will not be called if the buffer was in cache. * Note that if validate() is being used for this buffer, it needs to * be set even for a READAHEAD call, as it marks the buffer for later * validation.
*/ int ocfs2_read_blocks(struct ocfs2_caching_info *ci, u64 block, int nr, struct buffer_head *bhs[], int flags, int (*validate)(struct super_block *sb, struct buffer_head *bh));
int ocfs2_write_super_or_backup(struct ocfs2_super *osb, struct buffer_head *bh);
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.