Home | History | Annotate | Download | only in ext2fs

Lines Matching refs:attrnamespace

72     int attrnamespace, struct uio *uio, size_t *size, uint8_t name_index,
88 if ((attrnamespace == EXTATTR_NAMESPACE_USER
90 (attrnamespace == EXTATTR_NAMESPACE_SYSTEM
138 ext2fs_get_inode_xattr(struct inode *ip, int attrnamespace, struct uio *uio,
153 attrnamespace, uio, size, name_index, name);
157 ext2fs_get_block_xattr(struct inode *ip, int attrnamespace, struct uio *uio,
188 attrnamespace, uio, size, name_index, name);
279 int attrnamespace, int flags, struct uio *uio, size_t *size)
295 if ((attrnamespace == EXTATTR_NAMESPACE_USER
297 (attrnamespace == EXTATTR_NAMESPACE_SYSTEM
334 ext2fs_list_inode_xattr(struct inode *ip, int attrnamespace, int flags,
348 return ext2fs_list_xattr(EXT2FS_XATTR_IFIRST(h), end, attrnamespace,
353 ext2fs_list_block_xattr(struct inode *ip, int attrnamespace, int flags,
382 error = ext2fs_list_xattr(EXT2FS_XATTR_BFIRST(h), end, attrnamespace,