Home
last modified time | relevance | path

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

/freebsd-12.1/sys/fs/fdescfs/
H A Dfdesc.h59 struct fdescnode { struct
60 LIST_ENTRY(fdescnode) fd_hash; /* Hash list */
69 #define VTOFDESC(vp) ((struct fdescnode *)(vp)->v_data) argument
H A Dfdesc_vnops.c67 static LIST_HEAD(fdhashhead, fdescnode) *fdhashtbl;
96 static void fdesc_remove_entry(struct fdescnode *);
137 fdesc_remove_entry(struct fdescnode *fd) in fdesc_remove_entry()
140 struct fdescnode *fd2; in fdesc_remove_entry()
159 struct fdescnode *fd, *fd2; in fdesc_allocvp()
192 fd = malloc(sizeof(struct fdescnode), M_TEMP, M_WAITOK); in fdesc_allocvp()
604 struct fdescnode *fd; in fdesc_reclaim()
630 fd_fd = ((struct fdescnode *)vn->v_data)->fd_fd; in fdesc_readlink()