Home
last modified time | relevance | path

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

/Linux-v6.1/fs/udf/
Dsuper.c93 static int udf_sync_fs(struct super_block *, int);
201 .sync_fs = udf_sync_fs,
2367 static int udf_sync_fs(struct super_block *sb, int wait) in udf_sync_fs() function