/src/tests/fs/puffs/h_dtfs/ |
dtfs_vfsops.c | 90 rtnorm(struct puffs_usermount *pu, const char *str, enum vtype vt) function in typeref:typename:int 111 { "reg", VREG, rtnorm }, 112 { "dir", VDIR, rtnorm }, 116 { "sock", VSOCK, rtnorm }, 117 { "fifo", VFIFO, rtnorm } 148 rtnorm(pu, NULL, VDIR);
|
dtfs_vfsops.c | 90 rtnorm(struct puffs_usermount *pu, const char *str, enum vtype vt) function in typeref:typename:int 111 { "reg", VREG, rtnorm }, 112 { "dir", VDIR, rtnorm }, 116 { "sock", VSOCK, rtnorm }, 117 { "fifo", VFIFO, rtnorm } 148 rtnorm(pu, NULL, VDIR);
|