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

  /src/external/bsd/am-utils/dist/amd/
restart.c 50 restart_fake_mntfs(mntent_t *me, am_ops *fs_ops)
83 mf = find_mntfs(fs_ops, &mo, me->mnt_dir,
93 if (fs_ops->fs_init) {
99 (void) (*fs_ops->fs_init) (mf);
102 me->mnt_fsname, fs_ops->fs_type, me->mnt_dir, mf->mf_flags);
138 am_ops *fs_ops = NULL; local
154 fs_ops = ops_search(me->mnt_type);
160 if (!fs_ops)
161 fs_ops = &amfs_link_ops;
163 restart_fake_mntfs(me, fs_ops);
201 am_ops *fs_ops = NULL; local
    [all...]
  /src/sys/lib/libsa/
stand.h 111 struct fs_ops { struct
123 extern struct fs_ops file_system[];
127 #define FS_OPS(fs) { \
136 #define FS_OPS(fs) { \
219 const struct fs_ops *f_ops; /* pointer to file system operations */

Completed in 16 milliseconds