Lines Matching full:attributes
13 Description of the system interface for named attributes
17 attributes as compared to
35 are the names of the extended attributes for the associated file object
36 and are referred to as named attributes.
37 These named attributes are regular files used to store the attribute's
45 system call done on a file to query the named attributes for the file,
101 will return 1 if the file system supports named attributes.
107 will return 1 if there are one or more named attributes for the file.
119 manipulating extended attributes compared with
123 of extended attributes within a file system, both ZFS and NFSv4 provide
125 extended attributes, but with a few limitations.
135 extended attributes and,
136 as such, system namespace extended attributes must be manipulated via
153 will make the attribute(s) visible as both named attributes
157 For ZFS, it is also possible to create two attributes with the same
179 as soon as the file system is created, if named attributes
217 server file system supports named attributes (the openattr operation).
220 NFSv4 server supports named attributes only
243 /* Check to see if named attributes are supported. */
246 err(1, "Named attributes not enabled");
252 printf("myfile does not have any named attributes\\n");
288 command may be used to perform shell commands on named attributes.
293 $ runat myfile ls -l # lists the attributes for myfile