Searched refs:venus_comm (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/fs/coda/ |
D | psdev.c | 51 struct venus_comm coda_comms[MAX_CODADEVS]; 60 struct venus_comm *vcp = (struct venus_comm *) file->private_data; in coda_psdev_poll() 94 struct venus_comm *vcp = (struct venus_comm *) file->private_data; in coda_psdev_write() 208 struct venus_comm *vcp = (struct venus_comm *) file->private_data; in coda_psdev_read() 270 struct venus_comm *vcp; in coda_psdev_open() 307 struct venus_comm *vcp = (struct venus_comm *) file->private_data; in coda_psdev_release()
|
D | coda_psdev.h | 32 struct venus_comm { struct 42 static inline struct venus_comm *coda_vcp(struct super_block *sb) in coda_vcp() argument 44 return (struct venus_comm *)((sb)->s_fs_info); in coda_vcp() 82 int coda_downcall(struct venus_comm *vcp, int opcode, union outputArgs *out, 94 extern struct venus_comm coda_comms[];
|
D | inode.c | 203 struct venus_comm *vc; in coda_fill_super() 280 struct venus_comm *vcp = coda_vcp(sb); in coda_put_super()
|
D | upcall.c | 42 static int coda_upcall(struct venus_comm *vc, int inSize, int *outSize, 651 static inline void coda_waitfor_upcall(struct venus_comm *vcp, in coda_waitfor_upcall() 709 static int coda_upcall(struct venus_comm *vcp, in coda_upcall() 855 int coda_downcall(struct venus_comm *vcp, int opcode, union outputArgs *out, in coda_downcall()
|