Searched refs:oh_flags (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/xfs/
H A Dxfs_log.c135 oph->oh_flags = 0;
919 .oh_flags = XLOG_UNMOUNT_TRANS,
2352 ophdr->oh_flags |= XLOG_CONTINUE_TRANS;
2401 ophdr->oh_flags = XLOG_WAS_CONT_TRANS;
2414 ophdr->oh_flags |= XLOG_END_TRANS;
2416 ophdr->oh_flags |= XLOG_CONTINUE_TRANS;
2425 } while (ophdr->oh_flags & XLOG_CONTINUE_TRANS);
H A Dxfs_log_cil.c935 .oh_flags = XLOG_COMMIT_TRANS,
998 hdr->oph[0].oh_flags = XLOG_START_TRANS;
H A Dxfs_log_recover.c1172 if (op_head->oh_flags & XLOG_UNMOUNT_TRANS) {
2326 if (!(ohead->oh_flags & XLOG_START_TRANS))
2413 ohead->oh_flags & XLOG_COMMIT_TRANS) {
2421 ohead->oh_flags, pass, buffer_list);
/linux-master/fs/xfs/libxfs/
H A Dxfs_log_format.h146 __u8 oh_flags; /* : 1 b */ member in struct:xlog_op_header

Completed in 125 milliseconds