Searched refs:xattr_iter (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/erofs/ |
| H A D | xattr.c | 10 struct xattr_iter { struct 19 static inline void xattr_iter_end(struct xattr_iter *it, bool atomic) in xattr_iter_end() argument 31 static inline void xattr_iter_end_final(struct xattr_iter *it) in xattr_iter_end_final() 42 struct xattr_iter it; in init_inode_xattrs() 163 int (*entry)(struct xattr_iter *_it, struct erofs_xattr_entry *entry); 164 int (*name)(struct xattr_iter *_it, unsigned int processed, char *buf, 166 int (*alloc_buffer)(struct xattr_iter *_it, unsigned int value_sz); 167 void (*value)(struct xattr_iter *_it, unsigned int processed, char *buf, 171 static inline int xattr_iter_fixup(struct xattr_iter *it) in xattr_iter_fixup() 193 static int inline_xattr_iter_begin(struct xattr_iter *it, in inline_xattr_iter_begin() [all …]
|