File: xattr.h

package info (click to toggle)
apfsprogs 0%2Bgit20230206%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,036 kB
  • sloc: ansic: 14,691; makefile: 123
file content (16 lines) | stat: -rw-r--r-- 319 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * Copyright (C) 2019 Ernesto A. Fernández <ernesto.mnd.fernandez@gmail.com>
 */

#ifndef _XATTR_H
#define _XATTR_H

#include <apfs/types.h>
#include "inode.h"

struct apfs_xattr_key;

extern void parse_xattr_record(struct apfs_xattr_key *key,
			       struct apfs_xattr_val *val, int len);

#endif	/* _XATTR_H */