Home
last modified time | relevance | path

Searched refs:fi_mntflags (Results 1 – 8 of 8) sorted by relevance

/titanic_44/usr/src/uts/common/sys/fs/
H A Dcachefs_fscache.h59 uint_t fi_mntflags; /* mount flags */ member
177 ((FSCP)->fs_info.fi_mntflags & CFS_DISCONNECTABLE)
179 ((FSCP)->fs_info.fi_mntflags & CFS_SOFT)
182 ((FSCP)->fs_info.fi_mntflags & CFS_WRITE_AROUND)
184 ((FSCP)->fs_info.fi_mntflags & CFS_NONSHARED)
187 (((FSCP)->fs_info.fi_mntflags & CFS_WRITE_AROUND) && \
188 (((FSCP)->fs_info.fi_mntflags & \
191 ((FSCP)->fs_info.fi_mntflags & CFS_NOCONST_MODE)
193 ((FSCP)->fs_info.fi_mntflags & CFS_CODCONST_MODE)
196 ((FSCP)->fs_info.fi_mntflags & CFS_LLOCK)
[all …]
H A Dcachefs_fs.h632 ASSERT((fscp)->fs_info.fi_mntflags == CFS_BACKFS_NFSV4); \
/titanic_44/usr/src/uts/common/fs/cachefs/
H A Dcachefs_fscache.c108 fscp->fs_info.fi_mntflags = CFS_WRITE_AROUND; in fscache_create()
240 fscp->fs_info.fi_mntflags = optp->opt_flags; in fscache_setup()
268 fscp->fs_info.fi_mntflags = optp->opt_flags; in fscache_setup()
490 if (fscp->fs_info.fi_mntflags & CFS_NOCONST_MODE) { in fscache_mounted()
493 } else if (fscp->fs_info.fi_mntflags & CFS_CODCONST_MODE) { in fscache_mounted()
H A Dcachefs_vnops.c2857 if ((fscp->fs_info.fi_mntflags & CFS_ACCESS_BACKFS) == 0 && in cachefs_access_connected()
2882 if (((fscp->fs_info.fi_mntflags & CFS_NOACL) == 0) && in cachefs_access_connected()
3661 } else if (fscp->fs_info.fi_mntflags & CFS_NOACL) { in cachefs_lookup_common()
8635 ASSERT((fscp->fs_info.fi_mntflags & CFS_NOACL) == 0); in cachefs_setsecattr_connected()
8707 ASSERT((fscp->fs_info.fi_mntflags & CFS_NOACL) == 0); in cachefs_setsecattr_disconnected()
8805 if (fscp->fs_info.fi_mntflags & CFS_NOACL) { in cachefs_setsecattr()
8958 if (fscp->fs_info.fi_mntflags & CFS_NOACL) { in cachefs_getsecattr()
9116 if (((fscp->fs_info.fi_mntflags & CFS_NOACL) == 0) && in cachefs_getsecattr_connected()
9208 ASSERT((fscp->fs_info.fi_mntflags & CFS_NOACL) == 0); in cachefs_cacheacl()
9211 if (fscp->fs_info.fi_mntflags & CFS_NOACL) { in cachefs_cacheacl()
[all …]
H A Dcachefs_vfsops.c418 fscp->fs_info.fi_mntflags = cfs_options->opt_flags; in cachefs_mount()
H A Dcachefs_ioctl.c259 if (((fscp->fs_info.fi_mntflags & CFS_NOACL) == 0) && in cachefs_pack_common()
2405 ((fscp->fs_info.fi_mntflags & CFS_NOACL) == 0)) { in cachefs_modified_fix()
H A Dcachefs_dir.c1324 (fscp->fs_info.fi_mntflags & CFS_NOACL)) { in cachefs_dir_complete()
H A Dcachefs_log.c751 record->flags = fscp->fs_info.fi_mntflags; in cachefs_log_mount()