Home
last modified time | relevance | path

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

/fs/exfat/
A Dnode.c628 int exfat_flush_node(struct exfat* ef, struct exfat_node* node) in exfat_flush_node() function
707 rc = exfat_flush_node(ef, node->parent); in erase_node()
775 exfat_flush_node(ef, parent); in delete()
780 rc = exfat_flush_node(ef, parent); in delete()
985 rc = exfat_flush_node(ef, dir); in create()
1014 rc = exfat_flush_node(ef, node); in exfat_mkdir()
1165 rc = exfat_flush_node(ef, dir); in exfat_rename()
A Dexfat.h231 int exfat_flush_node(struct exfat* ef, struct exfat_node* node);
A Dio.c927 err = exfat_flush_node(&ctxt.ef, node); in exfat_fs_read()
1013 err = exfat_flush_node(&ctxt.ef, node); in exfat_fs_write()
A Dcluster.c149 return exfat_flush_node(ef, node); in flush_nodes()

Completed in 9 milliseconds