Lines Matching defs:ds
152 struct dentry *ds;154 for (ds = dentry; !IS_ROOT(ds); ds = ds->d_parent)161 for (ds = dentry, i = (n-1); i >= 0; i--, ds = ds->d_parent)162 wnames[i] = ds->d_name.name;173 struct dentry *ds;190 ds = dentry->d_parent;191 fid = v9fs_fid_find(ds, uid, any);