Home
last modified time | relevance | path

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

/netbsd-src/sys/fs/udf/
H A Dudf_subr.h97 void udf_do_sync(struct udf_mount *ump, kauth_cred_t cred, int waitfor);
H A Dudf_vfsops.c884 udf_do_sync(ump, cred, waitfor); in udf_sync()
H A Dudf_allocation.c1086 udf_do_sync(ump, FSCRED, 0); in udf_reserve_space()
H A Dudf_subr.c6490 udf_do_sync(struct udf_mount *ump, kauth_cred_t cred, int waitfor) in udf_do_sync() function