Searched refs:vol_flags (Results 1 - 1 of 1) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/fat/
H A Ddosfs.cpp488 int vol_flags; local
490 vol_flags = B_FS_IS_PERSISTENT | B_FS_HAS_MIME;
524 vol_flags |= B_FS_IS_REMOVABLE;
529 vol_flags |= B_FS_IS_READONLY;
544 if ((vol_flags & B_FS_IS_REMOVABLE) == 0) {
566 vol = volume_init(fd, buf, vol_flags, fs_flags, &geo);

Completed in 36 milliseconds