문제

With FUSE API, is it possible to know that for how much time a file is opened. If yes, then which methods to implement.

도움이 되었습니까?

해결책

Yes. You need to implement open and release, then use the fuse info structure (depending on your implementation) to correlate the two.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top