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
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/fs/tmpfs/
tmpfs_mem.c
161
struct
tmpfs_dirent
*
165
if (!tmpfs_mem_incr(mp, sizeof(struct
tmpfs_dirent
))) {
172
tmpfs_dirent_put(struct tmpfs_mount *mp, struct
tmpfs_dirent
*de)
175
tmpfs_mem_decr(mp, sizeof(struct
tmpfs_dirent
));
tmpfs.h
51
typedef struct
tmpfs_dirent
{
struct
52
TAILQ_ENTRY(
tmpfs_dirent
) td_entries;
65
TAILQ_HEAD(tmpfs_dir,
tmpfs_dirent
);
147
struct
tmpfs_dirent
* tn_readdir_lastp;
tmpfs_rename.c
85
struct
tmpfs_dirent
*fdirent, *tdirent;
271
struct
tmpfs_dirent
**fdep = fde;
272
struct
tmpfs_dirent
**tdep = tde;
389
struct
tmpfs_dirent
**dep = de;
423
struct
tmpfs_dirent
*dirent, **dep_ret = de_ret;
Completed in 52 milliseconds
Indexes created Sun Oct 12 20:09:57 GMT 2025