HomeSort by: relevance | last modified time | path
    Searched defs:fs_opts (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/am-utils/dist/amd/
amfs_generic.c 255 am_opts *fs_opts; local
265 * although we alloc the fs_opts here, the pointer is 'owned' by the am_loc and will
269 fs_opts = CALLOC(am_opts);
270 p = ops_match(fs_opts, ivec, def_opts, new_mp->am_path,
276 if (fs_opts->opt_sublink && fs_opts->opt_sublink[0]) {
284 mp_dir = fs_opts->opt_fs;
289 mp_dir = fs_opts->opt_fs;
295 mp_dir = fs_opts->opt_fs;
303 new_mf = find_mntfs(p, fs_opts,
    [all...]
  /src/external/bsd/am-utils/dist/conf/mount/
mount_linux.c 105 struct fs_opts { struct
110 const struct fs_opts iso_opts[] = {
123 const struct fs_opts dos_opts[] = {
136 const struct fs_opts autofs_opts[] = {
144 const struct fs_opts lustre_opts[] = {
150 const struct fs_opts null_opts[] = {
154 const struct fs_opts ext2_opts[] = {
193 const struct fs_opts ext3_opts[] = {
233 const struct fs_opts ext4_opts[] = {
301 const struct fs_opts *dev_opts
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
ipa-prop.cc 292 tree fs_opts = DECL_FUNCTION_SPECIFIC_OPTIMIZATION (node->decl); local
294 if (!fs_opts)
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-prop.cc 184 tree fs_opts = DECL_FUNCTION_SPECIFIC_OPTIMIZATION (node->decl); local
186 if (!fs_opts)

Completed in 31 milliseconds