Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/fs/
Dfuse_fs_access_bottom.h26 int (*readmount)(int *mnt_nbr, const char **mnt_name); member
Dfuse_fs_access.c221 .readmount = ffa_readmount_top,
Dfuse_fs_access_bottom.c53 #define OP_READMOUNT offsetof(struct ffa_op_callbacks, readmount)
167 op_queue.ret = op_callbacks->readmount(args->mnt_nbr_p, args->mnt_name_p); in ffa_run_pending_op()