Home
last modified time | relevance | path

Searched refs:fuse_ext_header (Results 1 – 2 of 2) sorted by relevance

/linux/include/uapi/linux/
H A Dfuse.h1198 * struct fuse_ext_header - extension header
1205 struct fuse_ext_header {
1194 struct fuse_ext_header { global() struct
1195 sizefuse_ext_header global() argument
1196 typefuse_ext_header global() argument
/linux/fs/fuse/
H A Ddir.c543 return FUSE_REC_ALIGN(sizeof(struct fuse_ext_header) + size); in fuse_ext_size()
554 struct fuse_ext_header *xh; in get_create_supp_group()