Lines Matching full:named

13 Description of the system interface for named attributes
21 This interface associates a directory, known as a named attribute directory,
36 and are referred to as named attributes.
37 These named attributes are regular files used to store the attribute's
40 A named attribute directory does not live in the file system's name space.
45 system call done on a file to query the named attributes for the file,
60 is only permitted to rename a named attribute within the same named
73 argument that is the name of a named attribute (not
77 ), a file descriptor for the named attribute is returned.
81 is specified, the named attribute will be created if it does not exist.
87 I/O on these named attribute file descriptors may be performed by
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.
112 to open a named attribute directory when no named attribute directory exists,
113 an empty named attribute directory will be created.
116 can be done to avoid creating these named attribute directories unnecessarily.
118 The named attribute interface is a different mechanism/system call interface for
121 Although the named attribute machanism might require different internal
134 The named attribute interface does not support system namespace
146 and not as a named attribute.
153 will make the attribute(s) visible as both named attributes
179 as soon as the file system is created, if named attributes
183 The named attribute mechanism/system call interface provides certain
195 The permission to access a named attribute directory is determined from
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");
247 /* Test to see if named attribute(s) exist for the file. */
250 printf("myfile has named attribute(s)\\n");
252 printf("myfile does not have any named attributes\\n");
253 /* Open a named attribute directory. */
266 /* Open/create a named attribute called "foo". */
288 command may be used to perform shell commands on named attributes.
300 enters the named attribute directory for the file object