Searched refs:VFCF_LOOPBACK (Results 1 – 4 of 4) sorted by relevance
30 { .flag = VFCF_LOOPBACK, .str = "loopback", },
494 VFS_SET(null_vfsops, nullfs, VFCF_LOOPBACK | VFCF_JAIL | VFCF_FILEMOUNT);
585 VFS_SET(unionfs_vfsops, unionfs, VFCF_LOOPBACK);
681 #define VFCF_LOOPBACK 0x00100000 /* aliases some other mounted FS */ macro