1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155
|
.\"
.\" Extended attributes system calls manual pages
.\"
.\" (C) Andreas Gruenbacher, February 2001
.\" (C) Silicon Graphics Inc, September 2001
.\"
.\" This is free documentation; you can redistribute it and/or
.\" modify it under the terms of the GNU General Public License as
.\" published by the Free Software Foundation; either version 2 of
.\" the License, or (at your option) any later version.
.\"
.\" The GNU General Public License's references to "object code"
.\" and "executables" are to be interpreted as the output of any
.\" document formatting or typesetting system, including
.\" intermediate and printed output.
.\"
.\" This manual is distributed in the hope that it will be useful,
.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
.\" GNU General Public License for more details.
.\"
.\" You should have received a copy of the GNU General Public
.\" License along with this manual; if not, write to the Free
.\" Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111,
.\" USA.
.\"
.\" Japanese Version Copyright (c) 2003 Akihiro MOTOKI
.\" all rights reserved.
.\" Translated Tue Jul 8 04:43:40 JST 2003
.\" by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>
.\"
.\"WORD: extended attributes ĥ°
.\"WORD: namespace ̾
.\"
.TH SETXATTR 2 "Extended Attributes" "Dec 2001" "Linux Programmer's Manual"
.SH ̾
setxattr, lsetxattr, fsetxattr \- ĥ°ͤꤹ
.SH
.fam C
.nf
.B #include <sys/types.h>
.B #include <attr/xattr.h>
.sp
.BI "int setxattr (const char\ *" path ", const char\ *" name ","
.BI "\t\t\t const void\ *" value ", size_t " size ", int " flags );
.BI "int lsetxattr (const char\ *" path ", const char\ *" name ","
.BI "\t\t\t const void\ *" value ", size_t " size ", int " flags );
.BI "int fsetxattr (int " filedes ", const char\ *" name ","
.BI "\t\t\t const void\ *" value ", size_t " size ", int " flags );
.fi
.fam T
.SH
ĥ°ϡinode (ե롢ǥ쥯ȥꡢܥå)
Ϣդ줿
.IR name :\c
.I value
ФǤ롣
ϡƥΤ٤Ƥ inode ˴Ϣդ줿̾°
.RB ( stat (2)
֤ǡ) ĥΤǤ롣
ĥ°ΥץȤ
.BR attr (5)
˽Ƥ롣
.PP
.B setxattr
ϡե륷ƥλꤵ줿
.I path
б롢̾
.I name
γĥ°
.I value
ꤹ롣
.I value
.I size
ɬꤷʤФʤʤ
.PP
.B lsetxattr
.B setxattr
ƱܥåξˡȤƤե
ǤϤʤΤΤγĥ°ꤹۤʤ롣
.PP
.B fsetxattr
.B setxattr
Ʊ
.I path
.I filedes
ǻؼ줿ץѤߥեξꤹۤʤ
.RI ( filedes
.BR open (2)
ˤä֤)
.PP
ĥ°̾
̤ NULL ü줿ʸǤ롣
.I name
ˤϡ֤̾ɽƬ (prefix) ޤޤ롣
ġ inode ФơߤΩ֤̾ʣäƤ褤
ĥ°
.I value
ϡĹǤդΥƥȡǡޤ
ХʥꡦǡνǤ롣
.PP
ΰ̣Τˤ뤿
.I flags
Ѥ뤳ȤǤ롣
XATTR_CREATE °κԤȤꤹ롣
ꤵ줿̾°Ǥ¸ߤϼԤ롣
XATTR_REPLACE °ִԤȤꤹ롣
ꤵ줿̾°ޤ¸ߤʤϼԤ롣
ǥեȤǤ (ե饰ꤷʤ)ĥ°ɬפʾϺ졢
°Ǥ¸ߤ°ִͤԤ
.SH ֤
硢 0 ֤롣
Ԥ硢 \-1 ֤졢
.I errno
ŬڤͤåȤ롣
.PP
XATTR_CREATE ꤵ졢°Ǥ¸ߤ硢
.I errno
EEXIST åȤ롣
XATTR_REPLACE ꤵ졢°ޤ¸ߤʤ硢
.I errno
ENOATTR åȤ롣
.PP
ĥ°Τ˽ʬʥڡĤäƤʤ硢
.I errno
ENOSPCޤ EDQUOT (quota ˤ¤ξ) åȤ롣
.PP
ĥ°Υե륷ƥǥݡȤƤʤ硢
⤷̵ˤʤäƤ硢
.I errno
ENOTSUP åȤ롣
.PP
.BR stat (2)
ƥॳ˽Ƥ륨顼
ΥƥॳˤŬѤ롣
.SH
Andreas Gruenbacher,
.RI < a.gruenbacher@computer.org >
SGI XFS ȯ,
.RI < linux-xfs@oss.sgi.com >
ХݡȤ䥳ȤϾ嵭Υɥ쥹ޤäƲ
.SH Ϣ
.BR getfattr (1),
.BR setfattr (1),
.BR getxattr (2),
.BR listxattr (2),
.BR open (2),
.BR removexattr (2),
.BR stat (2),
.BR attr (5)
|