Home
last modified time | relevance | path

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

/openbmc/linux/fs/fuse/
H A Dfuse_i.h696 unsigned no_opendir:1; member
H A Dfile.c112 if (isdir ? ff->fm->fc->no_opendir : ff->fm->fc->no_open) { in fuse_file_put()
142 if (isdir ? !fc->no_opendir : !fc->no_open) { in fuse_file_open()
156 fc->no_opendir = 1; in fuse_file_open()