xattr.h (a9de18eb761f7c1c860964b2e5addc1a35c7e861) | xattr.h (6c3faba4421e230d77a181c260972229c542dec9) |
---|---|
1/* -*- mode: c; c-basic-offset: 8; -*- 2 * vim: noexpandtab sw=8 ts=8 sts=0: 3 * 4 * xattr.h 5 * 6 * Copyright (C) 2004, 2008 Oracle. All rights reserved. 7 * 8 * This program is free software; you can redistribute it and/or --- 23 unchanged lines hidden (view full) --- 32 33extern struct xattr_handler ocfs2_xattr_user_handler; 34extern struct xattr_handler ocfs2_xattr_trusted_handler; 35extern struct xattr_handler *ocfs2_xattr_handlers[]; 36 37ssize_t ocfs2_listxattr(struct dentry *, char *, size_t); 38int ocfs2_xattr_set(struct inode *, int, const char *, const void *, 39 size_t, int); | 1/* -*- mode: c; c-basic-offset: 8; -*- 2 * vim: noexpandtab sw=8 ts=8 sts=0: 3 * 4 * xattr.h 5 * 6 * Copyright (C) 2004, 2008 Oracle. All rights reserved. 7 * 8 * This program is free software; you can redistribute it and/or --- 23 unchanged lines hidden (view full) --- 32 33extern struct xattr_handler ocfs2_xattr_user_handler; 34extern struct xattr_handler ocfs2_xattr_trusted_handler; 35extern struct xattr_handler *ocfs2_xattr_handlers[]; 36 37ssize_t ocfs2_listxattr(struct dentry *, char *, size_t); 38int ocfs2_xattr_set(struct inode *, int, const char *, const void *, 39 size_t, int); |
40int ocfs2_xattr_set_handle(handle_t *, struct inode *, struct buffer_head *, 41 int, const char *, const void *, size_t, int, 42 struct ocfs2_alloc_context *, 43 struct ocfs2_alloc_context *); |
|
40int ocfs2_xattr_remove(struct inode *, struct buffer_head *); 41 42#endif /* OCFS2_XATTR_H */ | 44int ocfs2_xattr_remove(struct inode *, struct buffer_head *); 45 46#endif /* OCFS2_XATTR_H */ |