fuse_operations.opendir

Open directory

Unless the 'default_permissions' mount option is given, this method should check if opendir is permitted for this directory. Optionally opendir may also return an arbitrary filehandle in the fuse_file_info structure, which will be passed to readdir, releasedir and fsyncdir.

Introduced in version 2.3

struct fuse_operations
int function(const char*, fuse_file_info*) opendir;

Meta