Searched refs:sg_fd (Results 1 – 1 of 1) sorted by relevance
126 struct sg_fd;130 struct sg_fd *parentfp; /* NULL -> not in use */142 typedef struct sg_fd { /* holds the state of a file descriptor */ struct143 struct sg_fd *nextfp; /* NULL when last opened fd on this device */ argument215 struct sg_fd *sfp = (struct sg_fd *)filp->private_data; in sg_allow_access()