Lines Matching defs:Handle
52 type Handle = u64; typedef
368 ) -> io::Result<(Option<Handle>, FuseOpenOptions)> { in open_dir_store_snapshot()
499 type Handle = Handle; typedef
606 _handle: Option<Handle>, in getattr()
639 ) -> io::Result<(Option<Self::Handle>, FuseOpenOptions)> { in open()
671 ) -> io::Result<(Entry, Option<Self::Handle>, FuseOpenOptions)> { in create()
706 _handle: Handle, in read()
738 _handle: Self::Handle, in write()
766 _handle: Option<Handle>, in setattr()
950 ) -> io::Result<(Option<Self::Handle>, FuseOpenOptions)> { in opendir()
963 handle: Self::Handle, in readdir()
983 handle: Self::Handle, in releasedir()