Searched refs:dtm_allowprot (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/contrib/netbsd-tests/fs/puffs/h_dtfs/
H A Ddtfs.h53 vm_prot_t dtm_allowprot; member in struct:dtfs_mount
H A Ddtfs.c122 gdtm.dtm_allowprot = VM_PROT_ALL;
156 gdtm.dtm_allowprot = atoi(optarg);
157 if ((gdtm.dtm_allowprot | VM_PROT_ALL) != VM_PROT_ALL)
H A Ddtfs_vnops.c306 if ((dtm->dtm_allowprot & prot) != prot)

Completed in 105 milliseconds