Lines Matching defs:extension
134 strlcpy(ext, stat->extension, sizeof(ext));
145 type, stat->extension);
216 wstat->extension = NULL;
582 * @extension: 9p2000.u extension string to support devices, etc.
589 struct dentry *dentry, char *extension, u32 perm, u8 mode)
617 err = p9_client_fcreate(ofid, name, perm, mode, extension);
1132 if (v9fs_proto_dotu(v9ses) && (stat->extension[0] != '\0')) {
1135 * to the .u extension. So there can be
1137 * this even with .u extension. So check
1138 * for non NULL stat->extension
1140 strlcpy(ext, stat->extension, sizeof(ext));
1216 res = st->extension;
1217 st->extension = NULL;
1232 * @extension: 9p2000.u format extension string representing special file
1237 u32 perm, const char *extension)
1248 fid = v9fs_create(v9ses, dir, dentry, (char *) extension, perm,
1333 /* build extension */