fuse_config.use_ino

Honor the st_ino field in the functions getattr() and fill_dir(). This value is used to fill in the st_ino field in the stat(2), lstat(2), fstat(2) functions and the d_ino field in the readdir(2) function. The filesystem does not have to guarantee uniqueness, however some applications rely on this value being unique for the whole filesystem.

Note that this does *not* affect the inode that libfuse and the kernel use internally (also called the "nodeid").

struct fuse_config
int use_ino;

Meta