OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tmpfs_dirent_t
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/fs/tmpfs/
tmpfs.h
63
}
tmpfs_dirent_t
;
typedef in typeref:struct:tmpfs_dirent
97
tmpfs_dirent_t
* tn_dirent_hint;
257
tmpfs_dirent_t
**);
258
void tmpfs_free_dirent(tmpfs_mount_t *,
tmpfs_dirent_t
*);
259
void tmpfs_dir_attach(tmpfs_node_t *,
tmpfs_dirent_t
*, tmpfs_node_t *);
260
void tmpfs_dir_detach(tmpfs_node_t *,
tmpfs_dirent_t
*);
262
tmpfs_dirent_t
*tmpfs_dir_lookup(tmpfs_node_t *, struct componentname *);
263
tmpfs_dirent_t
*tmpfs_dir_cached(tmpfs_node_t *);
265
uint32_t tmpfs_dir_getseq(tmpfs_node_t *,
tmpfs_dirent_t
*);
266
tmpfs_dirent_t
*tmpfs_dir_lookupbyseq(tmpfs_node_t *, off_t)
[
all
...]
tmpfs_subr.c
103
static void tmpfs_dir_putseq(tmpfs_node_t *,
tmpfs_dirent_t
*);
373
tmpfs_dirent_t
*de, *wde;
454
tmpfs_dirent_t
**de)
456
tmpfs_dirent_t
*nde;
480
tmpfs_free_dirent(tmpfs_mount_t *tmp,
tmpfs_dirent_t
*de)
498
tmpfs_dir_attach(tmpfs_node_t *dnode,
tmpfs_dirent_t
*de, tmpfs_node_t *node)
525
KASSERT(dnode->tn_size <= __type_max(off_t) - sizeof(
tmpfs_dirent_t
));
526
dnode->tn_size += sizeof(
tmpfs_dirent_t
);
554
tmpfs_dir_detach(tmpfs_node_t *dnode,
tmpfs_dirent_t
*de)
584
KASSERT(dnode->tn_size >= sizeof(
tmpfs_dirent_t
));
[
all
...]
tmpfs_vnops.c
140
tmpfs_dirent_t
*de;
697
tmpfs_dirent_t
*de;
780
tmpfs_dirent_t
*de;
864
tmpfs_dirent_t
*de;
1012
tmpfs_dirent_t
*de = NULL;
1329
tmpfs_dirent_t
*de;
tmpfs_vfsops.c
71
pool_init(&tmpfs_dirent_pool, sizeof(
tmpfs_dirent_t
), 0, 0, 0,
266
tmpfs_dirent_t
*de;
Completed in 14 milliseconds
Indexes created Sat Oct 11 19:10:01 GMT 2025