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

  /src/sys/sys/
fstrans.h 64 int fscow_establish(struct mount *, int (*)(void *, struct buf *, bool),
  /src/sys/kern/
vfs_trans.c 884 fscow_establish(struct mount *mp, int (*func)(void *, struct buf *, bool), function in typeref:typename:int
  /src/sys/ufs/ffs/
ffs_snapshot.c 299 fscow_establish(mp, ffs_copyonwrite, devvp);
1841 fscow_establish(mp, ffs_copyonwrite, devvp);
  /src/sys/dev/
fss.c 917 error = fscow_establish(sc->sc_mount, fss_copy_on_write, sc);
  /src/share/man/man9/
Makefile 392 fstrans.9 fscow_establish.9 \

Completed in 16 milliseconds