super.h (58e16d792a6a8c6b750f637a4649967fcac853dc) | super.h (12fe3dda7ed89c95cc0ef7abc001ad1ad3e092f8) |
---|---|
1/* SPDX-License-Identifier: GPL-2.0 */ 2#ifndef _FS_CEPH_SUPER_H 3#define _FS_CEPH_SUPER_H 4 5#include <linux/ceph/ceph_debug.h> 6 7#include <asm/unaligned.h> 8#include <linux/backing-dev.h> --- 912 unchanged lines hidden (view full) --- 921extern int ceph_setattr(struct dentry *dentry, struct iattr *attr); 922extern int ceph_getattr(const struct path *path, struct kstat *stat, 923 u32 request_mask, unsigned int flags); 924 925/* xattr.c */ 926int __ceph_setxattr(struct inode *, const char *, const void *, size_t, int); 927ssize_t __ceph_getxattr(struct inode *, const char *, void *, size_t); 928extern ssize_t ceph_listxattr(struct dentry *, char *, size_t); | 1/* SPDX-License-Identifier: GPL-2.0 */ 2#ifndef _FS_CEPH_SUPER_H 3#define _FS_CEPH_SUPER_H 4 5#include <linux/ceph/ceph_debug.h> 6 7#include <asm/unaligned.h> 8#include <linux/backing-dev.h> --- 912 unchanged lines hidden (view full) --- 921extern int ceph_setattr(struct dentry *dentry, struct iattr *attr); 922extern int ceph_getattr(const struct path *path, struct kstat *stat, 923 u32 request_mask, unsigned int flags); 924 925/* xattr.c */ 926int __ceph_setxattr(struct inode *, const char *, const void *, size_t, int); 927ssize_t __ceph_getxattr(struct inode *, const char *, void *, size_t); 928extern ssize_t ceph_listxattr(struct dentry *, char *, size_t); |
929extern void __ceph_build_xattrs_blob(struct ceph_inode_info *ci); | 929extern struct ceph_buffer *__ceph_build_xattrs_blob(struct ceph_inode_info *ci); |
930extern void __ceph_destroy_xattrs(struct ceph_inode_info *ci); 931extern const struct xattr_handler *ceph_xattr_handlers[]; 932 933struct ceph_acl_sec_ctx { 934#ifdef CONFIG_CEPH_FS_POSIX_ACL 935 void *default_acl; 936 void *acl; 937#endif --- 230 unchanged lines hidden --- | 930extern void __ceph_destroy_xattrs(struct ceph_inode_info *ci); 931extern const struct xattr_handler *ceph_xattr_handlers[]; 932 933struct ceph_acl_sec_ctx { 934#ifdef CONFIG_CEPH_FS_POSIX_ACL 935 void *default_acl; 936 void *acl; 937#endif --- 230 unchanged lines hidden --- |