Searched refs:SMB_XA_FLAG_COMPLETE (Results 1 – 3 of 3) sorted by relevance
1895 !(nxa->xa_flags & SMB_XA_FLAG_COMPLETE)) { in smb_xa_create()2009 if (xa->xa_flags & (SMB_XA_FLAG_COMPLETE | SMB_XA_FLAG_CLOSE)) { in smb_xa_complete()2013 xa->xa_flags |= SMB_XA_FLAG_COMPLETE; in smb_xa_complete()2047 !(xa->xa_flags & SMB_XA_FLAG_COMPLETE)) { in smb_xa_find()
494 if (sr->r_xa->xa_flags & SMB_XA_FLAG_COMPLETE) in smbsr_cleanup()
1768 #define SMB_XA_FLAG_COMPLETE 0x0004 macro