Home
last modified time | relevance | path

Searched refs:fdescnode (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/sys/fs/fdescfs/
H A Dfdesc.h60 struct fdescnode { struct
61 LIST_ENTRY(fdescnode) fd_hash; /* Hash list */
70 #define VTOFDESC(vp) ((struct fdescnode *)(vp)->v_data) argument
H A Dfdesc_vnops.c67 static LIST_HEAD(fdhashhead, fdescnode) *fdhashtbl;
97 static void fdesc_remove_entry(struct fdescnode *);
138 fdesc_remove_entry(struct fdescnode *fd) in fdesc_remove_entry()
141 struct fdescnode *fd2; in fdesc_remove_entry()
160 struct fdescnode *fd, *fd2; in fdesc_allocvp()
193 fd = malloc(sizeof(struct fdescnode), M_TEMP, M_WAITOK); in fdesc_allocvp()
614 struct fdescnode *fd; in fdesc_reclaim()
640 fd_fd = ((struct fdescnode *)vn->v_data)->fd_fd; in fdesc_readlink()