Lines Matching refs:_ctx
1119 fn statfs(&self, _ctx: Context, inode: Inode) -> io::Result<libc::statvfs64> { in statfs()
1134 fn lookup(&self, _ctx: Context, parent: Inode, name: &CStr) -> io::Result<Entry> { in lookup()
1145 fn forget(&self, _ctx: Context, inode: Inode, count: u64) { in forget()
1151 fn batch_forget(&self, _ctx: Context, requests: Vec<(Inode, u64)>) { in batch_forget()
1161 _ctx: Context, in opendir()
1174 _ctx: Context, in releasedir()
1211 fn rmdir(&self, _ctx: Context, parent: Inode, name: &CStr) -> io::Result<()> { in rmdir()
1218 _ctx: Context, in readdir()
1240 _ctx: Context, in open()
1253 _ctx: Context, in release()
1361 fn unlink(&self, _ctx: Context, parent: Inode, name: &CStr) -> io::Result<()> { in unlink()
1368 _ctx: Context, in read()
1406 _ctx: Context, in write()
1453 _ctx: Context, in getattr()
1463 _ctx: Context, in setattr()
1593 _ctx: Context, in rename()
1660 _ctx: Context, in link()
1709 fn readlink(&self, _ctx: Context, inode: Inode) -> io::Result<Vec<u8>> { in readlink()
1736 _ctx: Context, in flush()
1765 fn fsync(&self, _ctx: Context, inode: Inode, datasync: bool, handle: Handle) -> io::Result<()> { in fsync()
1779 _ctx: Context, in fsyncdir()
1843 _ctx: Context, in setxattr()
1898 _ctx: Context, in getxattr()
1923 fn listxattr(&self, _ctx: Context, inode: Inode, size: u32) -> io::Result<ListxattrReply> { in listxattr()
1971 fn removexattr(&self, _ctx: Context, inode: Inode, name: &CStr) -> io::Result<()> { in removexattr()
2005 _ctx: Context, in fallocate()
2057 _ctx: Context, in ioctl()
2158 _ctx: Context, in set_up_mapping()