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

/freebsd-12-stable/sys/fs/udf/
H A Dudf.h42 int im_flags; member in struct:udf_mnt
H A Dudf_vfsops.c261 imp->im_flags = *udf_flags;
263 if (imp->im_flags & UDFMNT_KICONV && udf_iconv) {
525 if (udfmp->im_flags & UDFMNT_KICONV && udf_iconv) {
H A Dudf_vnops.c530 if (udfmp->im_flags & UDFMNT_KICONV && udf_iconv) {
/freebsd-12-stable/lib/libprocstat/
H A Dudf.c53 int im_flags; member in struct:udf_mnt
/freebsd-12-stable/sys/fs/cd9660/
H A Dcd9660_vfsops.c394 vfs_flagopt(mp->mnt_optnew, "norrip", &isomp->im_flags, ISOFSMNT_NORRIP);
395 vfs_flagopt(mp->mnt_optnew, "gens", &isomp->im_flags, ISOFSMNT_GENS);
396 vfs_flagopt(mp->mnt_optnew, "extatt", &isomp->im_flags, ISOFSMNT_EXTATT);
397 vfs_flagopt(mp->mnt_optnew, "nojoliet", &isomp->im_flags, ISOFSMNT_NOJOLIET);
398 vfs_flagopt(mp->mnt_optnew, "kiconv", &isomp->im_flags, ISOFSMNT_KICONV);
401 if (!(isomp->im_flags & ISOFSMNT_NORRIP)) {
411 isomp->im_flags |= ISOFSMNT_NORRIP;
413 isomp->im_flags &= ~ISOFSMNT_GENS;
426 if (isomp->im_flags & ISOFSMNT_KICONV && cd9660_iconv) {
446 switch (isomp->im_flags
[all...]
H A Dcd9660_node.c140 && ((imp = inop->i_mnt)->im_flags & ISOFSMNT_EXTATT)
192 && ((imp = inop->i_mnt)->im_flags & ISOFSMNT_EXTATT)
H A Dcd9660_rrip.c299 ana->imp->im_flags, ana->imp->im_d2l);
512 ana->imp->im_flags, ana->imp->im_d2l);
649 imp->joliet_level, &c, NULL, imp->im_flags, imp->im_d2l);
H A Diso.h231 uint64_t im_flags; member in struct:iso_mnt
H A Dcd9660_lookup.c261 imp->im_flags,
H A Dcd9660_vnops.c606 imp->im_flags,

Completed in 184 milliseconds