OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iso_ftype
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/fs/cd9660/
cd9660_extern.h
51
enum
ISO_FTYPE
{ ISO_FTYPE_DEFAULT, ISO_FTYPE_9660, ISO_FTYPE_RRIP, ISO_FTYPE_ECMA };
79
enum
ISO_FTYPE
iso_ftype
;
member in struct:iso_mnt
cd9660_lookup.c
164
assoc = (imp->
iso_ftype
!= ISO_FTYPE_RRIP && *name == ASSOCCHAR);
246
switch (imp->
iso_ftype
) {
cd9660_vnops.c
502
switch (imp->
iso_ftype
) {
514
imp->
iso_ftype
== ISO_FTYPE_9660,
534
if (imp->
iso_ftype
== ISO_FTYPE_DEFAULT)
548
if (!error && imp->
iso_ftype
== ISO_FTYPE_DEFAULT) {
610
if (imp->
iso_ftype
!= ISO_FTYPE_RRIP)
745
if (VTOI(ap->a_vp)->i_mnt->
iso_ftype
== ISO_FTYPE_RRIP)
cd9660_vfsops.c
543
isomp->
iso_ftype
= ISO_FTYPE_9660;
545
isomp->
iso_ftype
= ISO_FTYPE_DEFAULT;
549
isomp->
iso_ftype
= ISO_FTYPE_RRIP;
838
switch (imp->
iso_ftype
) {
Completed in 14 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025