Lines Matching full:attribute
29 .\" Support for file system extended attribute.
70 as well as initialization of attribute backing files, and enabling and
78 Start extended attribute support on the file system named using
83 Stop extended attribute support on the file system named using
85 Extended attribute support must previously have been started.
92 Create and initialize a file to use as an attribute backing file.
93 You must specify a maximum per-inode size for the attribute in bytes in
95 as well as the file where the attribute will be stored, using
101 existing attribute backing file; otherwise, if the target file exists,
110 from denying attribute service.
115 Show the attribute header values in the attribute file named by
118 Enable an attribute named
124 and backed by initialized attribute file
140 The file system must have attributes started on it, and the attribute
149 .Dl extattrctl initattr 17 /.attribute/system/md5
151 Create an attribute backing file in /.attribute/system/md5, and set the maximum
152 size of each attribute to 17 bytes, with a sparse file used for storing
155 .Dl extattrctl enable / system md5 /.attribute/system/md5
157 Enable an attribute named md5 on the root file system, backed from the file
158 /.attribute/system/md5.
162 Disable the attribute named md5 on the root file system.
173 Extended attribute support was developed as part of the TrustedBSD Project,