|
int | ocfs2_calc_security_init (struct inode *dir, struct ocfs2_security_xattr_info *si, int *want_clusters, int *xattr_credits, struct ocfs2_alloc_context **xattr_ac) |
|
int | ocfs2_calc_xattr_init (struct inode *dir, struct buffer_head *dir_bh, umode_t mode, struct ocfs2_security_xattr_info *si, int *want_clusters, int *xattr_credits, int *want_meta) |
|
int | ocfs2_has_inline_xattr_value_outside (struct inode *inode, struct ocfs2_dinode *di) |
|
ssize_t | ocfs2_listxattr (struct dentry *dentry, char *buffer, size_t size) |
|
int | ocfs2_xattr_get_nolock (struct inode *inode, struct buffer_head *di_bh, int name_index, const char *name, void *buffer, size_t buffer_size) |
|
int | ocfs2_xattr_remove (struct inode *inode, struct buffer_head *di_bh) |
|
int | ocfs2_xattr_set_handle (handle_t *handle, struct inode *inode, struct buffer_head *di_bh, int name_index, const char *name, const void *value, size_t value_len, int flags, struct ocfs2_alloc_context *meta_ac, struct ocfs2_alloc_context *data_ac) |
|
int | ocfs2_xattr_set (struct inode *inode, int name_index, const char *name, const void *value, size_t value_len, int flags) |
|
int | ocfs2_xattr_attach_refcount_tree (struct inode *inode, struct buffer_head *fe_bh, struct ocfs2_caching_info *ref_ci, struct buffer_head *ref_root_bh, struct ocfs2_cached_dealloc_ctxt *dealloc) |
|
int | ocfs2_reflink_xattrs (struct inode *old_inode, struct buffer_head *old_bh, struct inode *new_inode, struct buffer_head *new_bh, bool preserve_security) |
|
int | ocfs2_init_security_and_acl (struct inode *dir, struct inode *inode, const struct qstr *qstr) |
|
int | ocfs2_initxattrs (struct inode *inode, const struct xattr *xattr_array, void *fs_info) |
|
int | ocfs2_init_security_get (struct inode *inode, struct inode *dir, const struct qstr *qstr, struct ocfs2_security_xattr_info *si) |
|
int | ocfs2_init_security_set (handle_t *handle, struct inode *inode, struct buffer_head *di_bh, struct ocfs2_security_xattr_info *si, struct ocfs2_alloc_context *xattr_ac, struct ocfs2_alloc_context *data_ac) |
|