Searched refs:d_fsdata (Results 1 - 25 of 36) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/9p/
H A Dvfs_dentry.c92 if (dentry->d_fsdata != NULL) {
93 struct list_head *fid_list = dentry->d_fsdata;
107 kfree(dentry->d_fsdata); /* free the list_head */
H A Dfid.c45 struct list_head *fid_list = (struct list_head *)dentry->d_fsdata;
48 if (dentry->d_fsdata == NULL) {
49 dentry->d_fsdata =
51 if (dentry->d_fsdata == NULL) {
55 fid_list = (struct list_head *)dentry->d_fsdata;
119 struct list_head *fid_list = (struct list_head *)dentry->d_fsdata;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/
H A Ddcache.c107 if (!dentry->d_fsdata)
203 struct ocfs2_dentry_lock *dl = dentry->d_fsdata;
234 dl = alias->d_fsdata;
271 dentry->d_fsdata = dl;
339 struct ocfs2_dentry_lock *dl = dentry->d_fsdata;
387 ocfs2_dentry_lock_put(osb, dentry->d_fsdata);
389 dentry->d_fsdata = NULL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/configfs/
H A Dconfigfs_internal.h96 struct configfs_dirent * sd = dentry->d_fsdata;
102 struct configfs_dirent * sd = dentry->d_fsdata;
112 struct configfs_dirent * sd = dentry->d_fsdata;
H A Ddir.c42 struct configfs_dirent * sd = dentry->d_fsdata;
128 dentry->d_fsdata = configfs_get(sd);
164 error = configfs_dirent_exists(p->d_fsdata, d->d_name.name);
166 error = configfs_make_dirent(p->d_fsdata, d, k, mode,
174 struct configfs_dirent *sd = d->d_fsdata;
218 err = configfs_make_dirent(parent->d_fsdata, dentry, sl, mode,
225 struct configfs_dirent *sd = dentry->d_fsdata;
240 sd = d->d_fsdata;
284 dentry->d_fsdata = configfs_get(sd);
302 struct configfs_dirent * parent_sd = dentry->d_parent->d_fsdata;
[all...]
H A Dinode.c60 struct configfs_dirent * sd = dentry->d_fsdata;
162 struct configfs_dirent *sd = dentry->d_fsdata;
239 struct configfs_dirent * parent_sd = dir->d_fsdata;
H A Dmount.c101 root->d_fsdata = &configfs_root;
H A Dsymlink.c72 struct configfs_dirent *target_sd = item->ci_dentry->d_fsdata;
154 struct configfs_dirent *sd = dentry->d_fsdata;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/sysfs/
H A Ddir.c20 struct sysfs_dirent * sd = dentry->d_fsdata;
129 dentry->d_fsdata = sysfs_get(sd);
180 if (sysfs_dirent_exist(p->d_fsdata, n))
183 error = sysfs_make_dirent(p->d_fsdata, *d, k, mode,
194 struct sysfs_dirent *sd = (*d)->d_fsdata;
261 dentry->d_fsdata = sysfs_get(sd);
286 dentry->d_fsdata = sysfs_get(sd);
304 struct sysfs_dirent * parent_sd = dentry->d_parent->d_fsdata;
338 sd = d->d_fsdata;
368 parent_sd = dentry->d_fsdata;
[all...]
H A Dsysfs.h68 struct sysfs_dirent * sd = dentry->d_fsdata;
74 struct sysfs_dirent * sd = dentry->d_fsdata;
80 struct sysfs_dirent * sd = dentry->d_fsdata;
90 struct sysfs_dirent * sd = dentry->d_fsdata;
H A Dsymlink.c50 struct sysfs_dirent * parent_sd = parent->d_fsdata;
102 if (!sysfs_dirent_exist(dentry->d_fsdata, name))
H A Dinode.c50 struct sysfs_dirent * sd = dentry->d_fsdata;
165 struct sysfs_dirent * sd = dentry->d_fsdata;
303 parent_sd = dir->d_fsdata;
H A Dmount.c74 root->d_fsdata = &sysfs_root;
H A Dfile.c90 struct sysfs_dirent * sd = dentry->d_fsdata;
122 * is in the file's ->d_fsdata. The target object is in the directory's
123 * ->d_fsdata.
380 struct sysfs_dirent * sd = filp->f_path.dentry->d_fsdata;
424 struct sysfs_dirent * sd = de->d_fsdata;
445 struct sysfs_dirent * parent_sd = dir->d_fsdata;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfsplus/
H A Ddir.c22 dentry->d_fsdata = (void *)(unsigned long)cnid;
39 dentry->d_fsdata = NULL;
60 dentry->d_fsdata = (void *)(unsigned long)cnid;
75 if (dentry->d_fsdata) {
80 cnid = (unsigned long)dentry->d_fsdata;
83 dentry->d_fsdata = (void *)(unsigned long)cnid;
90 } else if (!dentry->d_fsdata)
91 dentry->d_fsdata = (void *)(unsigned long)cnid;
272 if (inode->i_ino == (u32)(unsigned long)src_dentry->d_fsdata) {
288 src_dentry->d_fsdata
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfsplus_journal/
H A Ddir.c22 dentry->d_fsdata = (void *)(unsigned long)cnid;
42 dentry->d_fsdata = NULL;
63 dentry->d_fsdata = (void *)(unsigned long)cnid;
78 if (dentry->d_fsdata) {
83 cnid = (unsigned long)dentry->d_fsdata;
86 dentry->d_fsdata = (void *)(unsigned long)cnid;
93 } else if (!dentry->d_fsdata)
94 dentry->d_fsdata = (void *)(unsigned long)cnid;
293 if (inode->i_ino == (u32)(unsigned long)src_dentry->d_fsdata) {
311 src_dentry->d_fsdata
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/smbfs/
H A Dcache.c70 dentry->d_fsdata = NULL;
89 (unsigned long)dent->d_fsdata == fpos) {
104 if ((unsigned long)dent->d_fsdata == fpos) {
168 newdent->d_fsdata = (void *) ctl.fpos;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ecryptfs/
H A Decryptfs_kernel.h407 return (struct ecryptfs_dentry_info *)dentry->d_fsdata;
414 dentry->d_fsdata = dentry_info;
420 return ((struct ecryptfs_dentry_info *)dentry->d_fsdata)->lower_path.dentry;
426 ((struct ecryptfs_dentry_info *)dentry->d_fsdata)->lower_path.dentry =
433 return ((struct ecryptfs_dentry_info *)dentry->d_fsdata)->lower_path.mnt;
439 ((struct ecryptfs_dentry_info *)dentry->d_fsdata)->lower_path.mnt =
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/affs/
H A Damigaffs.c128 void *data = dentry->d_fsdata;
136 if (entry_ino == (u32)(long)dentry->d_fsdata) {
137 dentry->d_fsdata = data;
163 link_ino = (u32)(long)dentry->d_fsdata;
281 bh = affs_bread(sb, (u32)(long)dentry->d_fsdata);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/autofs4/
H A Droot.c108 cursor->d_fsdata = NULL;
165 cursor->d_fsdata = fp;
192 struct file *fp = cursor->d_fsdata;
223 struct file *fp = cursor->d_fsdata;
467 de->d_fsdata = NULL;
601 dentry->d_fsdata = NULL;
726 dentry->d_fsdata = ino;
854 dentry->d_fsdata = ino;
962 dentry->d_fsdata != NULL;
H A Dautofs_i.h126 return (struct autofs_info *)(dentry->d_fsdata);
H A Dinode.c75 ino->dentry->d_fsdata = NULL;
362 root->d_fsdata = ino;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ncpfs/
H A Dncplib_kernel.h200 if (dentry->d_fsdata == NULL)
221 dentry->d_fsdata = NULL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Ddcache.h109 void *d_fsdata; /* fs-specific data */ member in struct:dentry
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/hypfs/
H A Dinode.c57 dentry->d_fsdata = hypfs_last_dentry;
78 next_dentry = hypfs_last_dentry->d_fsdata;

Completed in 168 milliseconds

12