Home
last modified time | relevance | path

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

/openbmc/linux/fs/fuse/
H A Dfuse_i.h48 #define FUSE_CTL_NUM_DENTRIES 5 macro
834 struct dentry *ctl_dentry[FUSE_CTL_NUM_DENTRIES];
H A Dcontrol.c223 BUG_ON(fc->ctl_ndents >= FUSE_CTL_NUM_DENTRIES); in fuse_ctl_add_dentry()