Home
last modified time | relevance | path

Searched refs:VFCF_LOOPBACK (Results 1 – 4 of 4) sorted by relevance

/freebsd/usr.bin/lsvfs/
H A Dlsvfs.c30 { .flag = VFCF_LOOPBACK, .str = "loopback", },
/freebsd/sys/fs/nullfs/
H A Dnull_vfsops.c499 VFS_SET(null_vfsops, nullfs, VFCF_LOOPBACK | VFCF_JAIL | VFCF_FILEMOUNT);
/freebsd/sys/fs/unionfs/
H A Dunion_vfsops.c588 VFS_SET(unionfs_vfsops, unionfs, VFCF_LOOPBACK);
/freebsd/sys/sys/
H A Dmount.h681 #define VFCF_LOOPBACK 0x00100000 /* aliases some other mounted FS */ macro