Home
last modified time | relevance | path

Searched refs:op_queue (Results 1 – 1 of 1) sorted by relevance

/subsys/fs/
A Dfuse_fs_access_bottom.c51 } op_queue; variable
97 op_queue.op = op; in queue_op()
98 op_queue.args = args; in queue_op()
99 op_queue.pending = true; in queue_op()
103 return op_queue.ret; in queue_op()
108 return op_queue.pending; in ffa_is_op_pended()
115 op_queue.ret = op_callbacks->rmdir((const char *)op_queue.args); in ffa_run_pending_op()
118 op_queue.ret = op_callbacks->unlink((const char *)op_queue.args); in ffa_run_pending_op()
145 op_queue.ret = op_callbacks->release(*(uint64_t *)op_queue.args); in ffa_run_pending_op()
154 op_queue.ret = op_callbacks->mkdir((const char *)op_queue.args); in ffa_run_pending_op()
[all …]

Completed in 4 milliseconds