Searched refs:FUSE_REC_ALIGN (Results 1 – 3 of 3) sorted by relevance
990 #define FUSE_REC_ALIGN(x) \ macro994 #define FUSE_DIRENT_ALIGN(x) FUSE_REC_ALIGN(x)
1010 #define FUSE_REC_ALIGN(x) \ macro1014 #define FUSE_DIRENT_ALIGN(x) FUSE_REC_ALIGN(x)
491 total_len += FUSE_REC_ALIGN(sizeof(*fctx) + namelen + ctxlen); in get_security_context()542 return FUSE_REC_ALIGN(sizeof(struct fuse_ext_header) + size); in fuse_ext_size()