Searched refs:cfs_options (Results 1 – 3 of 3) sorted by relevance
294 margs.cfs_options.opt_flags = CFS_ACCESS_BACKFS; in main()295 margs.cfs_options.opt_popsize = DEF_POP_SIZE; in main()296 margs.cfs_options.opt_fgsize = DEF_FILEGRP_SIZE; in main()332 if ((margs.cfs_options.opt_flags & in main()334 margs.cfs_options.opt_flags |= CFS_WRITE_AROUND; in main()387 (margs.cfs_options.opt_flags & CFS_SLIDE))) { in main()390 if (margs.cfs_options.opt_flags & CFS_DISCONNECTABLE) { in main()433 margs.cfs_options.opt_flags = CFS_BACKFS_NFSV4; in main()452 margs.cfs_options.opt_flags = CFS_BACKFS_NFSV4; in main()762 margsp->cfs_options.opt_flags |= CFS_WRITE_AROUND; in set_cfs_args()[all …]
142 struct cachefsoptions *cfs_options; in cachefs_mount() local234 cfs_options = (struct cachefsoptions *)STRUCT_FADDR(map, cfs_options); in cachefs_mount()236 if ((cfs_options->opt_flags & in cachefs_mount()241 if ((cfs_options->opt_popsize % MAXBSIZE) != 0) { in cachefs_mount()306 if ((cfs_options->opt_flags & CFS_BACKFS_NFSV4)) { in cachefs_mount()365 if ((cfs_options->opt_flags & CFS_NOFILL) == 0) in cachefs_mount()368 cfs_options->opt_flags &= ~CFS_NOFILL; in cachefs_mount()372 } else if (cfs_options->opt_flags & CFS_NOFILL) { in cachefs_mount()392 cfs_options, backfileno); in cachefs_mount()407 error = fscache_compare_options(fscp, cfs_options); in cachefs_mount()[all …]
793 struct cachefsoptions cfs_options; /* consistency modes, etc. */ member809 struct cachefsoptions cfs_options; /* consistency modes, etc. */ member