fatent.c (2a267e7c41aa88215de2b542de797d03d16ecdfd) fatent.c (59bd9ded4d7803d9f1f4d947064693513d18e724)
1// SPDX-License-Identifier: GPL-2.0-only
1/*
2 * Copyright (C) 2004, OGAWA Hirofumi
2/*
3 * Copyright (C) 2004, OGAWA Hirofumi
3 * Released under GPL v2.
4 */
5
6#include <linux/blkdev.h>
7#include <linux/sched/signal.h>
8#include "fat.h"
9
10struct fatent_operations {
11 void (*ent_blocknr)(struct super_block *, int, int *, sector_t *);

--- 782 unchanged lines hidden ---
4 */
5
6#include <linux/blkdev.h>
7#include <linux/sched/signal.h>
8#include "fat.h"
9
10struct fatent_operations {
11 void (*ent_blocknr)(struct super_block *, int, int *, sector_t *);

--- 782 unchanged lines hidden ---