HomeSort by: relevance | last modified time | path
    Searched defs:hft (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/rump/librump/rumpvfs/
rumpfs.c 276 hft_to_vtype(int hft)
280 switch (hft) {
336 int hft, error; local in function:etfsregister
345 if ((error = rumpuser_getfileinfo(hostpath, &fsize, &hft)) != 0)
350 if (hft != RUMPUSER_FT_DIR)
737 int hft, error; local in function:rump_vop_lookup
749 if ((error = rumpuser_getfileinfo(newpath, &fsize, &hft)) != 0){
755 if (hft != RUMPUSER_FT_REG && hft != RUMPUSER_FT_DIR) {
760 rn = makeprivate(hft_to_vtype(hft), RUMPFS_DEFAULTMODE
    [all...]
rumpfs.c 276 hft_to_vtype(int hft)
280 switch (hft) {
336 int hft, error; local in function:etfsregister
345 if ((error = rumpuser_getfileinfo(hostpath, &fsize, &hft)) != 0)
350 if (hft != RUMPUSER_FT_DIR)
737 int hft, error; local in function:rump_vop_lookup
749 if ((error = rumpuser_getfileinfo(newpath, &fsize, &hft)) != 0){
755 if (hft != RUMPUSER_FT_REG && hft != RUMPUSER_FT_DIR) {
760 rn = makeprivate(hft_to_vtype(hft), RUMPFS_DEFAULTMODE
    [all...]

Completed in 24 milliseconds