Home
last modified time | relevance | path

Searched refs:fuse_forget_one (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dfuse.h661 struct fuse_forget_one { struct
/openbmc/qemu/include/standard-headers/linux/
H A Dfuse.h672 struct fuse_forget_one { struct
/openbmc/linux/fs/fuse/
H A Dfuse_i.h62 struct fuse_forget_one forget_one;
H A Ddev.c1155 max_forgets = (nbytes - ih.len) / sizeof(struct fuse_forget_one); in fuse_read_batch_forget()
1160 ih.len += count * sizeof(struct fuse_forget_one); in fuse_read_batch_forget()