Searched refs:mount_path (Results 1 – 1 of 1) sorted by relevance
316 char mount_path[PATH_MAX] = {0}; in fuse_fs_access_readdir() local323 memcpy(mount_path, path, len); in fuse_fs_access_readdir()324 mount_path[len] = '/'; in fuse_fs_access_readdir()325 err = queue_op(OP_READDIR_START, (void *)mount_path); in fuse_fs_access_readdir()
Completed in 27 milliseconds