Searched refs:CC_DONTBLOCK (Results 1 – 7 of 7) sorted by relevance
80 if (ct != NULL && ct->cc_flags & CC_DONTBLOCK) { in recall_all_delegations()
243 ct.cc_flags = CC_DONTBLOCK; in rfs_setattr()792 ct.cc_flags = CC_DONTBLOCK; in rfs_read()1085 ct.cc_flags = CC_DONTBLOCK; in rfs_write_sync()1470 ct.cc_flags = CC_DONTBLOCK; in rfs_write()
275 ct.cc_flags = CC_DONTBLOCK; in rfs3_setattr()1027 ct.cc_flags = CC_DONTBLOCK; in rfs3_read()1362 ct.cc_flags = CC_DONTBLOCK; in rfs3_write()
5420 ct.cc_flags = CC_DONTBLOCK; in do_rfs4_op_setattr()6889 ct.cc_flags = CC_DONTBLOCK; in rfs4_createfile()7099 ct.cc_flags = CC_DONTBLOCK; in rfs4_do_open()
3815 ct->cc_flags = CC_DONTBLOCK; in rfs4_check_stateid()
669 if (ct && (ct->cc_flags & CC_DONTBLOCK)) { in smb_fem_oplock_wait()
880 #define CC_DONTBLOCK 0x02 macro