Searched refs:tmpfs_dirent (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14-stable/sys/fs/tmpfs/ |
| HD | tmpfs.h | 53 LIST_HEAD(tmpfs_dir_duphead, tmpfs_dirent); 55 struct tmpfs_dirent { struct 64 RB_ENTRY(tmpfs_dirent) td_entries; argument 68 LIST_ENTRY(tmpfs_dirent) entries; 69 LIST_ENTRY(tmpfs_dirent) index_entries; 107 RB_HEAD(tmpfs_dir, tmpfs_dirent); argument 294 struct tmpfs_dirent * tn_readdir_lastp; 448 struct tmpfs_dirent *tdc_current; 449 struct tmpfs_dirent *tdc_tree; 466 const char *, u_int, struct tmpfs_dirent **); [all …]
|
| HD | tmpfs_subr.c | 409 static __inline int tmpfs_dirtree_cmp(struct tmpfs_dirent *a, 410 struct tmpfs_dirent *b); 411 RB_PROTOTYPE_STATIC(tmpfs_dir, tmpfs_dirent, uh.td_entries, tmpfs_dirtree_cmp); 430 sizeof(struct tmpfs_dirent); in tmpfs_pages_used() 824 tmpfs_dirent_cookie(struct tmpfs_dirent *de) in tmpfs_dirent_cookie() 835 tmpfs_dirent_dup(struct tmpfs_dirent *de) in tmpfs_dirent_dup() 841 tmpfs_dirent_duphead(struct tmpfs_dirent *de) in tmpfs_dirent_duphead() 847 tmpfs_dirent_init(struct tmpfs_dirent *de, const char *name, u_int namelen) in tmpfs_dirent_init() 865 const char *name, u_int len, struct tmpfs_dirent **de) in tmpfs_alloc_dirent() 867 struct tmpfs_dirent *nde; in tmpfs_alloc_dirent() [all …]
|
| HD | tmpfs_vnops.c | 94 struct tmpfs_dirent *de; in tmpfs_lookup1() 744 struct tmpfs_dirent *de; in tmpfs_remove() 794 struct tmpfs_dirent *de; in tmpfs_link() 850 struct tmpfs_dirent *de; in tmpfs_rename_relock() 978 struct tmpfs_dirent *de; in tmpfs_rename() 1237 struct tmpfs_dirent *tde; in tmpfs_rename() 1315 struct tmpfs_dirent *de; in tmpfs_rmdir() 1439 sizeof(struct tmpfs_dirent)) + 2; in tmpfs_readdir() 1700 struct tmpfs_dirent *de; in tmpfs_whiteout() 1720 struct tmpfs_dirent **pde) in tmpfs_vptocnp_dir() [all …]
|
| HD | tmpfs_vfsops.c | 326 sizeof(struct tmpfs_dirent) + sizeof(struct tmpfs_node)); in tmpfs_mount()
|