Searched refs:exfat_flush_node (Results 1 – 4 of 4) sorted by relevance
| /fs/exfat/ |
| A D | node.c | 628 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 D | exfat.h | 231 int exfat_flush_node(struct exfat* ef, struct exfat_node* node);
|
| A D | io.c | 927 err = exfat_flush_node(&ctxt.ef, node); in exfat_fs_read() 1013 err = exfat_flush_node(&ctxt.ef, node); in exfat_fs_write()
|
| A D | cluster.c | 149 return exfat_flush_node(ef, node); in flush_nodes()
|
Completed in 9 milliseconds