Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dfuse.h592 * FUSE_MAX_NR_SECCTX: maximum value of &fuse_secctx_header.nr_secctx
596 /* Types 0..31 are reserved for fuse_secctx_header */
1189 * size of fuse_secctx_header).
1192 struct fuse_secctx_header {
1202 * This is made compatible with fuse_secctx_header by using type values >
1181 struct fuse_secctx_header { global() struct
1191 nr_secctxfuse_secctx_header global() argument
/linux/fs/fuse/
H A Ddir.c468 struct fuse_secctx_header *header; in get_security_context()