Lines Matching refs:status
4728 int status;
4735 status = ocfs2_rw_lock(inode1, 1);
4736 if (status) {
4737 mlog_errno(status);
4741 status = ocfs2_rw_lock(inode2, 1);
4742 if (status) {
4743 mlog_errno(status);
4760 status = ocfs2_inode_lock_nested(inode1, &bh1, 1,
4762 if (status < 0) {
4763 if (status != -ENOENT)
4764 mlog_errno(status);
4770 status = ocfs2_inode_lock_nested(inode2, &bh2, 1,
4772 if (status < 0) {
4773 if (status != -ENOENT)
4774 mlog_errno(status);
4805 return status;