/src/sys/fs/udf/ |
udf_vfsops.c | 62 #include <fs/udf/udf_mount.h> 101 .vfs_mount = udf_mount, 234 struct udf_mount *ump; 281 struct udf_mount *ump = VFSTOUDF(mp); 302 udf_mount(struct mount *mp, const char *path, function in typeref:typename:int 307 struct udf_mount *ump; 311 DPRINTF(CALL, ("udf_mount called\n")); 414 DPRINTF(VOLUMES, ("udf_mount() successful\n")); 469 struct udf_mount *ump; 564 * Helper function of udf_mount() that actually mounts the disc [all...] |
udf_vfsops.c | 62 #include <fs/udf/udf_mount.h> 101 .vfs_mount = udf_mount, 234 struct udf_mount *ump; 281 struct udf_mount *ump = VFSTOUDF(mp); 302 udf_mount(struct mount *mp, const char *path, function in typeref:typename:int 307 struct udf_mount *ump; 311 DPRINTF(CALL, ("udf_mount called\n")); 414 DPRINTF(VOLUMES, ("udf_mount() successful\n")); 469 struct udf_mount *ump; 564 * Helper function of udf_mount() that actually mounts the disc [all...] |
udf.h | 243 struct udf_mount *ump; 270 struct udf_mount { struct 358 STAILQ_HEAD(udfmntpts, udf_mount) all_udf_mntpnts; 373 struct udf_mount *ump;
|
udf.h | 243 struct udf_mount *ump; 270 struct udf_mount { struct 358 STAILQ_HEAD(udfmntpts, udf_mount) all_udf_mntpnts; 373 struct udf_mount *ump;
|