Home
last modified time | relevance | path

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

/freebsd/sys/fs/fdescfs/
H A Dfdesc.h57 struct fdescnode { struct
58 LIST_ENTRY(fdescnode) fd_hash; /* Hash list */
67 #define VTOFDESC(vp) ((struct fdescnode *)(vp)->v_data) argument
H A Dfdesc_vnops.c63 static LIST_HEAD(fdhashhead, fdescnode) *fdhashtbl;
92 static void fdesc_remove_entry(struct fdescnode *);
122 fdesc_remove_entry(struct fdescnode *fd) in fdesc_remove_entry()
125 struct fdescnode *fd2; in fdesc_remove_entry()
144 struct fdescnode *fd, *fd2; in fdesc_allocvp()
176 fd = malloc(sizeof(struct fdescnode), M_TEMP, M_WAITOK); in fdesc_allocvp()
611 struct fdescnode *fd; in fdesc_reclaim()
637 fd_fd = ((struct fdescnode *)vn->v_data)->fd_fd; in fdesc_readlink()