• Home
  • Raw
  • Download

Lines Matching refs:Inode

373     type Inode: From<u64> + Into<u64>;  typedef
410 fn lookup(&self, ctx: Context, parent: Self::Inode, name: &CStr) -> io::Result<Entry> { in lookup() argument
419 fn forget(&self, ctx: Context, inode: Self::Inode, count: u64) {} in forget() argument
425 fn batch_forget(&self, ctx: Context, requests: Vec<(Self::Inode, u64)>) { in batch_forget() argument
448 inode: Self::Inode, in getattr() argument
474 inode: Self::Inode, in setattr() argument
483 fn readlink(&self, ctx: Context, inode: Self::Inode) -> io::Result<Vec<u8>> { in readlink()
499 parent: Self::Inode, in symlink() argument
519 inode: Self::Inode, in mknod() argument
539 parent: Self::Inode, in mkdir() argument
551 parent: Self::Inode, in chromeos_tmpfile() argument
563 fn unlink(&self, ctx: Context, parent: Self::Inode, name: &CStr) -> io::Result<()> { in unlink() argument
572 fn rmdir(&self, ctx: Context, parent: Self::Inode, name: &CStr) -> io::Result<()> { in rmdir() argument
591 olddir: Self::Inode, in rename() argument
593 newdir: Self::Inode, in rename() argument
609 inode: Self::Inode, in link() argument
610 newparent: Self::Inode, in link() argument
659 inode: Self::Inode, in open() argument
683 parent: Self::Inode, in create() argument
710 inode: Self::Inode, in read() argument
743 inode: Self::Inode, in write() argument
780 inode: Self::Inode, in flush() argument
803 inode: Self::Inode, in fsync() argument
826 inode: Self::Inode, in fallocate() argument
854 inode: Self::Inode, in release() argument
865 fn statfs(&self, ctx: Context, inode: Self::Inode) -> io::Result<libc::statvfs64> { in statfs()
888 inode: Self::Inode, in setxattr() argument
910 inode: Self::Inode, in getxattr() argument
929 fn listxattr(&self, ctx: Context, inode: Self::Inode, size: u32) -> io::Result<ListxattrReply> { in listxattr() argument
938 fn removexattr(&self, ctx: Context, inode: Self::Inode, name: &CStr) -> io::Result<()> { in removexattr() argument
961 inode: Self::Inode, in opendir() argument
996 inode: Self::Inode, in readdir() argument
1020 inode: Self::Inode, in fsyncdir() argument
1040 inode: Self::Inode, in releasedir() argument
1057 fn access(&self, ctx: Context, inode: Self::Inode, mask: u32) -> io::Result<()> { in access() argument
1084 inode: Self::Inode, in ioctl() argument
1149 inode_src: Self::Inode, in copy_file_range() argument
1152 inode_dst: Self::Inode, in copy_file_range() argument
1175 inode: Self::Inode, in set_up_mapping() argument