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

  /src/sys/kern/
kern_fileassoc.c 423 mount_setspecific(mp, fileassoc_mountspecific_key, tbl);
440 mount_setspecific(mp, fileassoc_mountspecific_key, NULL);
553 mount_setspecific(vp->v_mount, fileassoc_mountspecific_key,
kern_veriexec.c 1012 mount_setspecific(mp, veriexec_mountspecific_key, vte);
1184 mount_setspecific(mp, veriexec_mountspecific_key, NULL);
vfs_mount.c 1433 * mount_setspecific --
1437 mount_setspecific(struct mount *mp, specificdata_key_t key, void *data) function in typeref:typename:void
  /src/sys/sys/
mount.h 468 void mount_setspecific(struct mount *, specificdata_key_t, void *);

Completed in 15 milliseconds