Home
last modified time | relevance | path

Searched refs:map_alignment (Results 1 – 3 of 3) sorted by relevance

/linux/include/uapi/linux/
H A Dfuse.h174 * - add map_alignment to fuse_init_out, add FUSE_MAP_ALIGNMENT flag
420 * FUSE_MAP_ALIGNMENT: init_out.map_alignment contains log2(byte alignment) for
918 uint16_t map_alignment; member
/linux/fs/fuse/
H A Dfuse_i.h1475 bool fuse_dax_check_alignment(struct fuse_conn *fc, unsigned int map_alignment);
H A Dinode.c1392 !fuse_dax_check_alignment(fc, arg->map_alignment)) { in process_init_reply()