Searched refs:DEV_CLOSE (Results 1 – 4 of 4) sorted by relevance
149 if (DEV_CLOSE(f->f_dev) != NULL) in open()151 (void)DEV_CLOSE(f->f_dev)(f); in open()
193 #define DEV_CLOSE(d) ((d)->dv_close) macro201 #define DEV_CLOSE(d) ___CONCAT(LIBSA_SINGLE_DEVICE,close) macro207 int (DEV_CLOSE(unused))(struct open_file *);
92 err2 = DEV_CLOSE(f->f_dev)(f); in close()
161 DEV_CLOSE(f->f_dev)(f); in nbfs_fopen()171 derr = DEV_CLOSE(f->f_dev)(f); in nbfs_fclose()