Searched refs:dirf (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/apr-util/dbm/sdbm/
H A Dsdbm_lock.c51 if ((status = apr_file_lock(db->dirf, type)) == APR_SUCCESS)
54 if ((status = apr_file_info_get(&finfo, APR_FINFO_SIZE, db->dirf))
56 (void) apr_file_unlock(db->dirf);
78 return apr_file_unlock(db->dirf);
H A Dsdbm_private.h51 apr_file_t *dirf; /* directory file descriptor */ member in struct:apr_sdbm_t
H A Dsdbm.c78 (void) apr_file_unlock(db->dirf);
79 (void) apr_file_close(db->dirf);
127 if ((status = apr_file_open(&db->dirf, dirname, flags, perms, p))
142 * apr_sdbm_lock stated the dirf->size and invalidated the cache
160 if (db->dirf && db->pagf)
162 if (db->dirf != NULL)
163 (void) apr_file_close(db->dirf);
502 if (read_from(db->dirf, db->dirbuf,
526 if ((status = read_from(db->dirf, db->dirbuf,
542 if ((status = apr_file_seek(db->dirf, APR_SE
[all...]
/freebsd-13-stable/contrib/lib9p/backend/
H A Dfs.c442 struct fs_fid *dirf = dir->lo_aux; local
445 assert(dirf != NULL);
446 dlen = strlen(dirf->ff_name);
450 memcpy(buf, dirf->ff_name, dlen);
523 struct fs_fid *dirf; local
530 dirf = dir->lo_aux;
531 assert(dirf != NULL);
532 if (fstatat(dirf->ff_dirfd, dirf->ff_name, st,
537 dirf
2763 struct fs_fid *dirf; local
[all...]

Completed in 91 milliseconds