Symbol: ext4_fsmap
fs/ext4/fsmap.c
17
struct ext4_fsmap *src)
fs/ext4/fsmap.c
184
static inline ext4_fsblk_t ext4_fsmap_next_pblk(struct ext4_fsmap *fmr)
fs/ext4/fsmap.c
194
struct ext4_fsmap *p;
fs/ext4/fsmap.c
195
struct ext4_fsmap *tmp;
fs/ext4/fsmap.c
247
struct ext4_fsmap irec;
fs/ext4/fsmap.c
249
struct ext4_fsmap *p;
fs/ext4/fsmap.c
250
struct ext4_fsmap *tmp;
fs/ext4/fsmap.c
31
void ext4_fsmap_to_internal(struct super_block *sb, struct ext4_fsmap *dest,
fs/ext4/fsmap.c
310
static int ext4_getfsmap_logdev(struct super_block *sb, struct ext4_fsmap *keys,
fs/ext4/fsmap.c
314
struct ext4_fsmap irec;
fs/ext4/fsmap.c
349
struct ext4_fsmap *fsm;
fs/ext4/fsmap.c
422
struct ext4_fsmap *fa;
fs/ext4/fsmap.c
423
struct ext4_fsmap *fb;
fs/ext4/fsmap.c
425
fa = container_of(a, struct ext4_fsmap, fmr_list);
fs/ext4/fsmap.c
426
fb = container_of(b, struct ext4_fsmap, fmr_list);
fs/ext4/fsmap.c
437
struct ext4_fsmap *p;
fs/ext4/fsmap.c
438
struct ext4_fsmap *prev = NULL;
fs/ext4/fsmap.c
439
struct ext4_fsmap *tmp;
fs/ext4/fsmap.c
460
struct ext4_fsmap *p;
fs/ext4/fsmap.c
461
struct ext4_fsmap *tmp;
fs/ext4/fsmap.c
49
struct ext4_fsmap gfi_low; /* low rmap key */
fs/ext4/fsmap.c
50
struct ext4_fsmap gfi_high; /* high rmap key */
fs/ext4/fsmap.c
51
struct ext4_fsmap gfi_lastfree; /* free ext at end of last bg */
fs/ext4/fsmap.c
529
struct ext4_fsmap *keys,
fs/ext4/fsmap.c
541
struct ext4_fsmap irec;
fs/ext4/fsmap.c
59
struct ext4_fsmap *keys,
fs/ext4/fsmap.c
647
struct ext4_fsmap *fm)
fs/ext4/fsmap.c
660
static bool ext4_getfsmap_check_keys(struct ext4_fsmap *low_key,
fs/ext4/fsmap.c
661
struct ext4_fsmap *high_key)
fs/ext4/fsmap.c
706
struct ext4_fsmap dkeys[2]; /* per-dev keys */
fs/ext4/fsmap.c
748
memset(&dkeys[1], 0xFF, sizeof(struct ext4_fsmap));
fs/ext4/fsmap.c
75
struct ext4_fsmap *rec)
fs/ext4/fsmap.c
779
memset(&dkeys[0], 0, sizeof(struct ext4_fsmap));
fs/ext4/fsmap.c
87
struct ext4_fsmap *rec)
fs/ext4/fsmap.c
89
struct ext4_fsmap fmr;
fs/ext4/fsmap.h
28
struct ext4_fsmap fmh_keys[2]; /* low and high keys */
fs/ext4/fsmap.h
32
struct ext4_fsmap *src);
fs/ext4/fsmap.h
33
void ext4_fsmap_to_internal(struct super_block *sb, struct ext4_fsmap *dest,
fs/ext4/fsmap.h
37
typedef int (*ext4_fsmap_format_t)(struct ext4_fsmap *, void *);
fs/ext4/ioctl.c
872
static int ext4_getfsmap_format(struct ext4_fsmap *xfm, void *priv)
include/trace/events/ext4.h
19
struct ext4_fsmap;
include/trace/events/ext4.h
2600
TP_PROTO(struct super_block *sb, struct ext4_fsmap *fsmap),
include/trace/events/ext4.h
2628
TP_PROTO(struct super_block *sb, struct ext4_fsmap *fsmap), \