Searched refs:dirf (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/apr-util/dbm/sdbm/ |
| H A D | sdbm_lock.c | 51 if ((status = apr_file_lock(db->dirf, type)) == APR_SUCCESS) in apr_sdbm_lock() 54 if ((status = apr_file_info_get(&finfo, APR_FINFO_SIZE, db->dirf)) in apr_sdbm_lock() 56 (void) apr_file_unlock(db->dirf); in apr_sdbm_lock() 78 return apr_file_unlock(db->dirf); in apr_sdbm_unlock()
|
| H A D | sdbm.c | 78 (void) apr_file_unlock(db->dirf); in database_cleanup() 79 (void) apr_file_close(db->dirf); in database_cleanup() 127 if ((status = apr_file_open(&db->dirf, dirname, flags, perms, p)) in prep() 160 if (db->dirf && db->pagf) in prep() 162 if (db->dirf != NULL) in prep() 163 (void) apr_file_close(db->dirf); in prep() 502 if (read_from(db->dirf, db->dirbuf, in getdbit() 526 if ((status = read_from(db->dirf, db->dirbuf, in setdbit() 542 if ((status = apr_file_seek(db->dirf, APR_SET, &off)) == APR_SUCCESS) in setdbit() 543 status = apr_file_write_full(db->dirf, db->dirbuf, DBLKSIZ, NULL); in setdbit()
|
| H A D | sdbm_private.h | 51 apr_file_t *dirf; /* directory file descriptor */ member
|
| /freebsd-13.1/contrib/lib9p/backend/ |
| H A D | fs.c | 445 assert(dirf != NULL); in fs_buildname() 523 struct fs_fid *dirf; in fs_nde() local 530 dirf = dir->lo_aux; in fs_nde() 531 assert(dirf != NULL); in fs_nde() 532 if (fstatat(dirf->ff_dirfd, dirf->ff_name, st, in fs_nde() 537 dirf = dir->lo_aux; in fs_nde() 538 ai = dirf->ff_ai; in fs_nde() 539 fillacl(dirf); in fs_nde() 2763 struct fs_fid *dirf; in fs_link() local 2772 dirf = dir->lo_aux; in fs_link() [all …]
|