Searched refs:ext4_fsmap (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/fs/ext4/ ! |
D | fsmap.c | 17 struct ext4_fsmap *src) in ext4_fsmap_from_internal() 31 void ext4_fsmap_to_internal(struct super_block *sb, struct ext4_fsmap *dest, in ext4_fsmap_to_internal() 49 struct ext4_fsmap gfi_low; /* low rmap key */ 50 struct ext4_fsmap gfi_high; /* high rmap key */ 51 struct ext4_fsmap gfi_lastfree; /* free ext at end of last bg */ 59 struct ext4_fsmap *keys, 75 struct ext4_fsmap *rec) in ext4_getfsmap_rec_before_low_key() 86 struct ext4_fsmap *rec) in ext4_getfsmap_helper() 88 struct ext4_fsmap fmr; in ext4_getfsmap_helper() 183 static inline ext4_fsblk_t ext4_fsmap_next_pblk(struct ext4_fsmap *fmr) in ext4_fsmap_next_pblk() [all …]
|
D | fsmap.h | 13 struct ext4_fsmap { struct 28 struct ext4_fsmap fmh_keys[2]; /* low and high keys */ argument 32 struct ext4_fsmap *src); 33 void ext4_fsmap_to_internal(struct super_block *sb, struct ext4_fsmap *dest, 37 typedef int (*ext4_fsmap_format_t)(struct ext4_fsmap *, void *);
|
D | ioctl.c | 858 static int ext4_getfsmap_format(struct ext4_fsmap *xfm, void *priv) in ext4_getfsmap_format()
|
/linux-6.6.21/include/trace/events/ ! |
D | ext4.h | 19 struct ext4_fsmap; 2558 TP_PROTO(struct super_block *sb, struct ext4_fsmap *fsmap), 2586 TP_PROTO(struct super_block *sb, struct ext4_fsmap *fsmap), \
|