Searched refs:SMB_XA_FLAG_COMPLETE (Results 1 – 3 of 3) sorted by relevance
1916 !(nxa->xa_flags & SMB_XA_FLAG_COMPLETE)) { in smb_xa_create()2030 if (xa->xa_flags & (SMB_XA_FLAG_COMPLETE | SMB_XA_FLAG_CLOSE)) { in smb_xa_complete()2034 xa->xa_flags |= SMB_XA_FLAG_COMPLETE; in smb_xa_complete()2068 !(xa->xa_flags & SMB_XA_FLAG_COMPLETE)) { in smb_xa_find()
488 if (sr->r_xa->xa_flags & SMB_XA_FLAG_COMPLETE) in smbsr_cleanup()
1694 #define SMB_XA_FLAG_COMPLETE 0x0004 macro