Displaying 1 result from an estimated 1 matches for "ext3_xattr_block_set".
2005 Jan 06
0
[2.6 patch] fs/ext3/: possible cleanups
...const char *, void *, size_t);
-extern int ext3_xattr_list(struct inode *, char *, size_t);
extern int ext3_xattr_set(struct inode *, int, const char *, const void *, size_t, int);
extern int ext3_xattr_set_handle(handle_t *, struct inode *, int, const char *,const void *,size_t,int);
-extern int ext3_xattr_block_set(handle_t *, struct inode *, int, const char *,const void *,size_t,int);
extern void ext3_xattr_delete_inode(handle_t *, struct inode *);
extern void ext3_xattr_put_super(struct super_block *);
@@ -88,12 +86,6 @@
}
static inline int
-ext3_xattr_list(struct inode *inode, void *buffer, size_t...