Lines Matching defs:filep
50 int file_fsync(struct file *filep)56 if ((filep->f_oflags & O_ACCMODE) == 0)67 if (!filep || !filep->ops || !filep->ops->fsync)75 ret = filep->ops->fsync(filep);98 struct file *filep = NULL;102 int ret = fs_getfilep(fd, &filep);111 return file_fsync(filep);