Lines Matching refs:xs_transaction_t
488 static void *xs_talkv(struct xs_handle *h, xs_transaction_t t, in xs_talkv()
568 static void *xs_single(struct xs_handle *h, xs_transaction_t t, in xs_single()
611 static char **xs_directory_part(struct xs_handle *h, xs_transaction_t t, in xs_directory_part()
664 char **xs_directory(struct xs_handle *h, xs_transaction_t t, in xs_directory()
685 void *xs_read(struct xs_handle *h, xs_transaction_t t, in xs_read()
694 bool xs_write(struct xs_handle *h, xs_transaction_t t, in xs_write()
711 bool xs_mkdir(struct xs_handle *h, xs_transaction_t t, in xs_mkdir()
720 bool xs_rm(struct xs_handle *h, xs_transaction_t t, in xs_rm()
730 xs_transaction_t t, in xs_get_permissions()
764 xs_transaction_t t, in xs_set_permissions()
1050 xs_transaction_t xs_transaction_start(struct xs_handle *h) in xs_transaction_start()
1053 xs_transaction_t id; in xs_transaction_start()
1070 bool xs_transaction_end(struct xs_handle *h, xs_transaction_t t, in xs_transaction_end()