summaryrefslogtreecommitdiff
path: root/include/linux/xattr.h
blob: a7eb1b4188bd77922013cc3f698f68ea8c2f7869 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
  File: linux/xattr.h

  Extended attributes handling.

  Copyright (C) 2001 by Andreas Gruenbacher <a.gruenbacher@computer.org>
  Copyright (C) 2001 SGI - Silicon Graphics, Inc <linux-xfs@oss.sgi.com>
*/
#ifndef _LINUX_XATTR_H
#define _LINUX_XATTR_H

#define XATTR_CREATE	0x1	/* set value, fail if attr already exists */
#define XATTR_REPLACE	0x2	/* set value, fail if attr does not exist */

#endif	/* _LINUX_XATTR_H */