Searched defs:handle_s (Results 1 – 2 of 2) sorted by relevance
315 struct handle_s struct318 transaction_t * h_transaction;321 int h_buffer_credits;324 int h_ref;328 int h_err;331 unsigned int h_sync: 1; /* sync-on-close */332 unsigned int h_jdata: 1; /* force data journaling */333 unsigned int h_aborted: 1; /* fatal error on handle */
38 static void handle_s(struct io *s_iop) in handle_s() function