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

  /src/share/examples/refuse/dbfs/
dbfs.c 45 static struct stat dbst; /* stat info of database file */ variable in typeref:struct:stat
73 st->st_mtime = dbst.st_mtime;
74 st->st_atime = dbst.st_atime;
75 st->st_ctime = dbst.st_ctime;
76 st->st_uid = dbst.st_uid;
77 st->st_gid = dbst.st_gid;
166 st->f_blocks = dbst.st_size / dbst.st_blksize;
167 st->f_bsize = st->f_frsize = st->f_iosize = dbst.st_blksize;
168 st->f_owner = dbst.st_uid
    [all...]
dbfs.c 45 static struct stat dbst; /* stat info of database file */ variable in typeref:struct:stat
73 st->st_mtime = dbst.st_mtime;
74 st->st_atime = dbst.st_atime;
75 st->st_ctime = dbst.st_ctime;
76 st->st_uid = dbst.st_uid;
77 st->st_gid = dbst.st_gid;
166 st->f_blocks = dbst.st_size / dbst.st_blksize;
167 st->f_bsize = st->f_frsize = st->f_iosize = dbst.st_blksize;
168 st->f_owner = dbst.st_uid
    [all...]

Completed in 25 milliseconds