.. | .. |
---|
105 | 105 | FILEID_LUSTRE = 0x97, |
---|
106 | 106 | |
---|
107 | 107 | /* |
---|
| 108 | + * 64 bit unique kernfs id |
---|
| 109 | + */ |
---|
| 110 | + FILEID_KERNFS = 0xfe, |
---|
| 111 | + |
---|
| 112 | + /* |
---|
108 | 113 | * Filesystems must not use 0xff file ID. |
---|
109 | 114 | */ |
---|
110 | 115 | FILEID_INVALID = 0xff, |
---|
.. | .. |
---|
139 | 144 | * @get_parent: find the parent of a given directory |
---|
140 | 145 | * @commit_metadata: commit metadata changes to stable storage |
---|
141 | 146 | * |
---|
142 | | - * See Documentation/filesystems/nfs/Exporting for details on how to use |
---|
| 147 | + * See Documentation/filesystems/nfs/exporting.rst for details on how to use |
---|
143 | 148 | * this interface correctly. |
---|
144 | 149 | * |
---|
145 | 150 | * encode_fh: |
---|
.. | .. |
---|
173 | 178 | * get_name: |
---|
174 | 179 | * @get_name should find a name for the given @child in the given @parent |
---|
175 | 180 | * directory. The name should be stored in the @name (with the |
---|
176 | | - * understanding that it is already pointing to a a %NAME_MAX+1 sized |
---|
| 181 | + * understanding that it is already pointing to a %NAME_MAX+1 sized |
---|
177 | 182 | * buffer. get_name() should return %0 on success, a negative error code |
---|
178 | 183 | * or error. @get_name will be called without @parent->i_mutex held. |
---|
179 | 184 | * |
---|