Searched refs:tmpfs_dirent (Results 1 – 4 of 4) sorted by relevance
| /freebsd-11-stable/sys/fs/tmpfs/ |
| HD | tmpfs.h | 59 LIST_HEAD(tmpfs_dir_duphead, tmpfs_dirent); 61 struct tmpfs_dirent { struct 70 RB_ENTRY(tmpfs_dirent) td_entries; argument 74 LIST_ENTRY(tmpfs_dirent) entries; 75 LIST_ENTRY(tmpfs_dirent) index_entries; 113 RB_HEAD(tmpfs_dir, tmpfs_dirent); argument 276 struct tmpfs_dirent * tn_readdir_lastp; 411 struct tmpfs_dirent *tdc_current; 412 struct tmpfs_dirent *tdc_tree; 429 const char *, u_int, struct tmpfs_dirent **); [all …]
|
| HD | tmpfs_subr.c | 95 static __inline int tmpfs_dirtree_cmp(struct tmpfs_dirent *a, 96 struct tmpfs_dirent *b); 97 RB_PROTOTYPE_STATIC(tmpfs_dir, tmpfs_dirent, uh.td_entries, tmpfs_dirtree_cmp); 114 sizeof(struct tmpfs_dirent); in tmpfs_pages_used() 391 tmpfs_dirent_cookie(struct tmpfs_dirent *de) in tmpfs_dirent_cookie() 402 tmpfs_dirent_dup(struct tmpfs_dirent *de) in tmpfs_dirent_dup() 408 tmpfs_dirent_duphead(struct tmpfs_dirent *de) in tmpfs_dirent_duphead() 414 tmpfs_dirent_init(struct tmpfs_dirent *de, const char *name, u_int namelen) in tmpfs_dirent_init() 432 const char *name, u_int len, struct tmpfs_dirent **de) in tmpfs_alloc_dirent() 434 struct tmpfs_dirent *nde; in tmpfs_alloc_dirent() [all …]
|
| HD | tmpfs_vnops.c | 78 struct tmpfs_dirent *de; in tmpfs_lookup1() 551 struct tmpfs_dirent *de; in tmpfs_remove() 604 struct tmpfs_dirent *de; in tmpfs_link() 662 struct tmpfs_dirent *de; in tmpfs_rename_relock() 790 struct tmpfs_dirent *de; in tmpfs_rename() 1026 struct tmpfs_dirent *tde; in tmpfs_rename() 1095 struct tmpfs_dirent *de; in tmpfs_rmdir() 1230 sizeof(struct tmpfs_dirent)) + 2; in tmpfs_readdir() 1426 struct tmpfs_dirent *de; in tmpfs_whiteout() 1446 struct tmpfs_dirent **pde) in tmpfs_vptocnp_dir() [all …]
|
| HD | tmpfs_vfsops.c | 361 sizeof(struct tmpfs_dirent) + sizeof(struct tmpfs_node)); in tmpfs_mount() 481 sizeof(struct tmpfs_dirent), NULL, NULL, NULL, NULL, in tmpfs_mount()
|