Home
last modified time | relevance | path

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

/linux-4.19.296/fs/fuse/
Dfuse_i.h41 #define FUSE_CTL_NUM_DENTRIES 5 macro
660 struct dentry *ctl_dentry[FUSE_CTL_NUM_DENTRIES];
Dcontrol.c209 BUG_ON(fc->ctl_ndents >= FUSE_CTL_NUM_DENTRIES); in fuse_ctl_add_dentry()