Searched refs:readdir_start (Results 1 – 3 of 3) sorted by relevance
27 int (*readdir_start)(const char *path); member
217 .readdir_start = ffa_readdir_start,
55 #define OP_READDIR_START offsetof(struct ffa_op_callbacks, readdir_start)163 op_queue.ret = op_callbacks->readdir_start((const char *)op_queue.args); in ffa_run_pending_op()
Completed in 10 milliseconds