Home
last modified time | relevance | path

Searched defs:cachefiles_open (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dcachefiles.h45 struct cachefiles_open { struct
46 __u32 volume_key_size;
47 __u32 cookie_key_size;
48 __u32 fd;
49 __u32 flags;
50 __u8 data[];
/openbmc/linux/fs/cachefiles/
H A Ddaemon.c48 static unsigned long cachefiles_open; variable