fuse_i.h (aea983801c6b5e4e9af333a32220d580a77f6783) fuse_i.h (0ce267ff95a0302cf6fb2a552833abbfb7861a43)
1/*
2 FUSE: Filesystem in Userspace
3 Copyright (C) 2001-2008 Miklos Szeredi <miklos@szeredi.hu>
4
5 This program can be distributed under the terms of the GNU GPL.
6 See the file COPYING.
7*/
8

--- 678 unchanged lines hidden (view full) ---

687{
688 return get_fuse_inode(inode)->nodeid;
689}
690
691/** Device operations */
692extern const struct file_operations fuse_dev_operations;
693
694extern const struct dentry_operations fuse_dentry_operations;
1/*
2 FUSE: Filesystem in Userspace
3 Copyright (C) 2001-2008 Miklos Szeredi <miklos@szeredi.hu>
4
5 This program can be distributed under the terms of the GNU GPL.
6 See the file COPYING.
7*/
8

--- 678 unchanged lines hidden (view full) ---

687{
688 return get_fuse_inode(inode)->nodeid;
689}
690
691/** Device operations */
692extern const struct file_operations fuse_dev_operations;
693
694extern const struct dentry_operations fuse_dentry_operations;
695extern const struct dentry_operations fuse_root_dentry_operations;
695
696/**
697 * Inode to nodeid comparison.
698 */
699int fuse_inode_eq(struct inode *inode, void *_nodeidp);
700
701/**
702 * Get a filled in inode

--- 283 unchanged lines hidden ---
696
697/**
698 * Inode to nodeid comparison.
699 */
700int fuse_inode_eq(struct inode *inode, void *_nodeidp);
701
702/**
703 * Get a filled in inode

--- 283 unchanged lines hidden ---