Searched refs:dentry (Results 51 - 75 of 644) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/wireless/bcm43xx/
H A Dbcm43xx_debugfs.h12 struct dentry;
18 struct dentry *subdir;
19 struct dentry *dentry_devinfo;
20 struct dentry *dentry_spromdump;
21 struct dentry *dentry_tsf;
22 struct dentry *dentry_txstat;
23 struct dentry *dentry_restart;
42 struct dentry *root;
43 struct dentry *dentry_driverinfo;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Doprofile.h21 struct dentry;
29 int (*create_files)(struct super_block * sb, struct dentry * root);
86 int oprofilefs_create_file(struct super_block * sb, struct dentry * root,
89 int oprofilefs_create_file_perm(struct super_block * sb, struct dentry * root,
93 int oprofilefs_create_ulong(struct super_block * sb, struct dentry * root,
97 int oprofilefs_create_ro_ulong(struct super_block * sb, struct dentry * root,
101 int oprofilefs_create_ro_atomic(struct super_block * sb, struct dentry * root,
105 struct dentry * oprofilefs_mkdir(struct super_block * sb, struct dentry * root,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ncpfs/
H A Dncplib_kernel.h82 int ncp_del_file_or_subdir2(struct ncp_server *, struct dentry*);
117 int ncp_create_new(struct inode *dir, struct dentry *dentry,
137 #define NCP_IO_TABLE(dentry) (NCP_SERVER((dentry)->d_inode)->nls_io)
152 #define NCP_IO_TABLE(dentry) NULL
172 #define NCP_GET_AGE(dentry) (jiffies - (dentry)->d_time)
174 #define NCP_TEST_AGE(server,dentry) (NCP_GET_AGE(dentry) < NCP_MAX_AG
177 ncp_age_dentry(struct ncp_server* server, struct dentry* dentry) argument
183 ncp_new_dentry(struct dentry* dentry) argument
193 struct dentry *dentry; local
215 struct dentry *dentry; local
238 struct dentry *dentry[NCP_DIRCACHE_SIZE]; member in union:ncp_dir_cache
[all...]
H A Ddir.c36 static int ncp_create(struct inode *, struct dentry *, int, struct nameidata *);
37 static struct dentry *ncp_lookup(struct inode *, struct dentry *, struct nameidata *);
38 static int ncp_unlink(struct inode *, struct dentry *);
39 static int ncp_mkdir(struct inode *, struct dentry *, int);
40 static int ncp_rmdir(struct inode *, struct dentry *);
41 static int ncp_rename(struct inode *, struct dentry *,
42 struct inode *, struct dentry *);
43 static int ncp_mknod(struct inode * dir, struct dentry *dentry,
103 ncp_hash_dentry(struct dentry *dentry, struct qstr *this) argument
122 ncp_compare_dentry(struct dentry *dentry, struct qstr *a, struct qstr *b) argument
139 ncp_delete_dentry(struct dentry * dentry) argument
175 ncp_force_unlink(struct inode *dir, struct dentry* dentry) argument
269 __ncp_lookup_validate(struct dentry * dentry, struct nameidata *nd) argument
339 ncp_lookup_validate(struct dentry * dentry, struct nameidata *nd) argument
349 ncp_dget_fpos(struct dentry *dentry, struct dentry *parent, unsigned long fpos) argument
388 ncp_obtain_mtime(struct dentry *dentry) argument
405 struct dentry *dentry = filp->f_path.dentry; local
557 struct dentry *newdent, *dentry = filp->f_path.dentry; local
652 struct dentry *dentry = filp->f_path.dentry; local
688 struct dentry *dentry = filp->f_path.dentry; local
794 ncp_lookup(struct inode *dir, struct dentry *dentry, struct nameidata *nd) argument
856 ncp_instantiate(struct inode *dir, struct dentry *dentry, struct ncp_entry_info *finfo) argument
878 ncp_create_new(struct inode *dir, struct dentry *dentry, int mode, dev_t rdev, __le32 attributes) argument
942 ncp_create(struct inode *dir, struct dentry *dentry, int mode, struct nameidata *nd) argument
948 ncp_mkdir(struct inode *dir, struct dentry *dentry, int mode) argument
992 ncp_rmdir(struct inode *dir, struct dentry *dentry) argument
1047 ncp_unlink(struct inode *dir, struct dentry *dentry) argument
1172 ncp_mknod(struct inode * dir, struct dentry *dentry, int mode, dev_t rdev) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/hpfs/
H A Ddentry.c2 * linux/fs/hpfs/dentry.c
12 * Note: the dentry argument is the parent dentry.
15 static int hpfs_hash_dentry(struct dentry *dentry, struct qstr *qstr) argument
31 hash = partial_name_hash(hpfs_upcase(hpfs_sb(dentry->d_sb)->sb_cp_table,qstr->name[i]), hash);
37 static int hpfs_compare_dentry(struct dentry *dentry, struct qstr *a, struct qstr *b) argument
43 /* 'a' is the qstr of an already existing dentry, so the name
48 if (hpfs_compare_names(dentry
57 hpfs_set_dentry_operations(struct dentry *dentry) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/sysfs/
H A Dsysfs.h9 struct dentry * s_dentry;
19 extern int sysfs_create(struct dentry *, int mode, int (*init)(struct inode *));
22 extern int sysfs_make_dirent(struct sysfs_dirent *, struct dentry *, void *,
25 extern int sysfs_add_file(struct dentry *, const struct attribute *, int);
26 extern int sysfs_hash_and_remove(struct dentry * dir, const char * name);
29 extern int sysfs_create_subdir(struct kobject *, const char *, struct dentry **);
30 extern void sysfs_remove_subdir(struct dentry *);
33 extern void sysfs_drop_dentry(struct sysfs_dirent *sd, struct dentry *parent);
34 extern int sysfs_setattr(struct dentry *dentry, struc
66 to_kobj(struct dentry * dentry) argument
72 to_attr(struct dentry * dentry) argument
78 to_bin_attr(struct dentry * dentry) argument
84 sysfs_get_kobject(struct dentry *dentry) argument
[all...]
H A Dsymlink.c48 static int sysfs_add_link(struct dentry * parent, const char * name, struct kobject * target)
87 struct dentry *dentry = NULL; local
94 dentry = sysfs_mount->mnt_sb->s_root;
96 dentry = kobj->dentry;
98 if (!dentry)
101 mutex_lock(&dentry->d_inode->i_mutex);
102 if (!sysfs_dirent_exist(dentry->d_fsdata, name))
103 error = sysfs_add_link(dentry, nam
142 sysfs_getlink(struct dentry *dentry, char * path) argument
167 sysfs_follow_link(struct dentry *dentry, struct nameidata *nd) argument
177 sysfs_put_link(struct dentry *dentry, struct nameidata *nd, void *cookie) argument
[all...]
H A Dbin.c24 fill_read(struct dentry *dentry, char *buffer, loff_t off, size_t count) argument
26 struct bin_attribute * attr = to_bin_attr(dentry);
27 struct kobject * kobj = to_kobj(dentry->d_parent);
39 struct dentry *dentry = file->f_path.dentry; local
40 int size = dentry->d_inode->i_size;
54 ret = fill_read(dentry, buffer, offs, count);
70 flush_write(struct dentry *dentr argument
85 struct dentry *dentry = file->f_path.dentry; local
109 struct dentry *dentry = file->f_path.dentry; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/s390/hypfs/
H A Dinode.c26 static struct dentry *hypfs_create_update_file(struct super_block *sb,
27 struct dentry *dir);
32 struct dentry *update_file; /* file to trigger update */
42 static struct dentry *hypfs_last_dentry;
55 static void hypfs_add_dentry(struct dentry *dentry) argument
57 dentry->d_fsdata = hypfs_last_dentry;
58 hypfs_last_dentry = dentry;
61 static void hypfs_remove(struct dentry *dentry) argument
340 struct dentry *dentry; local
376 struct dentry *dentry; local
389 struct dentry *dentry; local
406 struct dentry *dentry; local
426 struct dentry *dentry; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/configfs/
H A Ddir.c39 static void configfs_d_iput(struct dentry * dentry, argument
42 struct configfs_dirent * sd = dentry->d_fsdata;
45 BUG_ON(sd->s_dentry != dentry);
56 static int configfs_d_delete(struct dentry *dentry) argument
115 struct dentry * dentry, void * element,
126 sd->s_dentry = dentry;
127 if (dentry) {
114 configfs_make_dirent(struct configfs_dirent * parent_sd, struct dentry * dentry, void * element, umode_t mode, int type) argument
191 configfs_create_dir(struct config_item * item, struct dentry *dentry) argument
211 configfs_create_link(struct configfs_symlink *sl, struct dentry *parent, struct dentry *dentry) argument
263 struct dentry * dentry = dget(item->ci_dentry); local
279 configfs_attach_attr(struct configfs_dirent * sd, struct dentry * dentry) argument
298 configfs_lookup(struct inode *dir, struct dentry *dentry, struct nameidata *nd) argument
339 configfs_detach_prep(struct dentry *dentry) argument
375 configfs_detach_rollback(struct dentry *dentry) argument
394 struct dentry * dentry = dget(item->ci_dentry); local
448 struct dentry * dentry = dget(group->cg_item.ci_dentry); local
530 struct dentry *dentry = group->cg_item.ci_dentry; local
664 configfs_attach_item(struct config_item *parent_item, struct config_item *item, struct dentry *dentry) argument
688 configfs_attach_group(struct config_item *parent_item, struct config_item *item, struct dentry *dentry) argument
742 configfs_mkdir(struct inode *dir, struct dentry *dentry, int mode) argument
868 configfs_rmdir(struct inode *dir, struct dentry *dentry) argument
945 struct dentry * dentry = file->f_path.dentry; local
958 struct dentry * dentry = file->f_path.dentry; local
978 struct dentry *dentry = filp->f_path.dentry; local
1035 struct dentry * dentry = file->f_path.dentry; local
1086 struct dentry *dentry; local
1131 struct dentry *dentry = group->cg_item.ci_dentry; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/
H A Dbad_inode.c96 static int bad_file_fsync(struct file *file, struct dentry *dentry, argument
195 static int bad_inode_create (struct inode *dir, struct dentry *dentry, argument
201 static struct dentry *bad_inode_lookup(struct inode *dir, argument
202 struct dentry *dentry, struct nameidata *nd)
207 static int bad_inode_link (struct dentry *old_dentry, struct inode *dir, argument
208 struct dentry *dentry)
213 bad_inode_unlink(struct inode *dir, struct dentry *dentry) argument
218 bad_inode_symlink(struct inode *dir, struct dentry *dentry, const char *symname) argument
224 bad_inode_mkdir(struct inode *dir, struct dentry *dentry, int mode) argument
230 bad_inode_rmdir(struct inode *dir, struct dentry *dentry) argument
235 bad_inode_mknod(struct inode *dir, struct dentry *dentry, int mode, dev_t rdev) argument
247 bad_inode_readlink(struct dentry *dentry, char __user *buffer, int buflen) argument
259 bad_inode_getattr(struct vfsmount *mnt, struct dentry *dentry, struct kstat *stat) argument
270 bad_inode_setxattr(struct dentry *dentry, const char *name, const void *value, size_t size, int flags) argument
276 bad_inode_getxattr(struct dentry *dentry, const char *name, void *buffer, size_t size) argument
282 bad_inode_listxattr(struct dentry *dentry, char *buffer, size_t buffer_size) argument
288 bad_inode_removexattr(struct dentry *dentry, const char *name) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/afs/
H A Ddir.c22 static struct dentry *afs_lookup(struct inode *dir, struct dentry *dentry,
26 static int afs_d_revalidate(struct dentry *dentry, struct nameidata *nd);
27 static int afs_d_delete(struct dentry *dentry);
28 static void afs_d_release(struct dentry *dentry);
31 static int afs_create(struct inode *dir, struct dentry *dentr
432 afs_do_lookup(struct inode *dir, struct dentry *dentry, struct afs_fid *fid, struct key *key) argument
472 afs_lookup(struct inode *dir, struct dentry *dentry, struct nameidata *nd) argument
549 afs_d_revalidate(struct dentry *dentry, struct nameidata *nd) argument
680 afs_d_delete(struct dentry *dentry) argument
702 afs_d_release(struct dentry *dentry) argument
710 afs_mkdir(struct inode *dir, struct dentry *dentry, int mode) argument
780 afs_rmdir(struct inode *dir, struct dentry *dentry) argument
826 afs_unlink(struct inode *dir, struct dentry *dentry) argument
894 afs_create(struct inode *dir, struct dentry *dentry, int mode, struct nameidata *nd) argument
965 afs_link(struct dentry *from, struct inode *dir, struct dentry *dentry) argument
1011 afs_symlink(struct inode *dir, struct dentry *dentry, const char *content) argument
[all...]
H A Dmntpt.c24 static struct dentry *afs_mntpt_lookup(struct inode *dir,
25 struct dentry *dentry,
28 static void *afs_mntpt_follow_link(struct dentry *dentry, struct nameidata *nd);
104 static struct dentry *afs_mntpt_lookup(struct inode *dir, argument
105 struct dentry *dentry,
110 dentry,
111 dentry
213 afs_mntpt_follow_link(struct dentry *dentry, struct nameidata *nd) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/nfs/
H A Dnamespace.c28 const struct dentry *dentry,
33 * nfs_path - reconstruct the path given an arbitrary dentry
35 * @droot - pointer to root dentry for mountpoint
36 * @dentry - pointer to dentry
41 * root dentry to an arbitrary hashed dentry.
47 const struct dentry *droot,
48 const struct dentry *dentr
46 nfs_path(const char *base, const struct dentry *droot, const struct dentry *dentry, char *buffer, ssize_t buflen) argument
97 nfs_follow_mountpoint(struct dentry *dentry, struct nameidata *nd) argument
215 nfs_do_submount(const struct vfsmount *mnt_parent, const struct dentry *dentry, struct nfs_fh *fh, struct nfs_fattr *fattr) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/gfs2/
H A Dops_dentry.c27 * @dentry: the mapping to check
33 * Returns: 1 if the dentry is ok, 0 if it isn't
36 static int gfs2_drevalidate(struct dentry *dentry, struct nameidata *nd) argument
38 struct dentry *parent = dget_parent(dentry);
41 struct inode *inode = dentry->d_inode;
62 error = gfs2_dir_search(parent->d_inode, &dentry->d_name, &inum, &type);
98 if (have_submounts(dentry))
100 shrink_dcache_parent(dentry);
113 gfs2_dhash(struct dentry *dentry, struct qstr *str) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/oprofile/
H A Doprof.h32 struct dentry;
34 void oprofile_create_files(struct super_block * sb, struct dentry * root);
H A Doprofile_stats.h28 struct dentry;
31 void oprofile_create_stats_files(struct super_block * sb, struct dentry * root);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/xfs/linux-2.6/
H A Dxfs_export.c27 static struct dentry dotdot = { .d_name.name = "..", .d_name.len = 2, };
40 STATIC struct dentry *
48 struct dentry *de),
88 struct dentry *dentry,
93 struct inode *inode = dentry->d_inode;
124 spin_lock(&dentry->d_lock);
125 p = xfs_fileid_encode_inode(p, dentry->d_parent->d_inode, is64);
126 spin_unlock(&dentry->d_lock);
133 STATIC struct dentry *
87 xfs_fs_encode_fh( struct dentry *dentry, __u32 *fh, int *max_len, int connectable) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ext2/
H A Dnamei.c39 static inline int ext2_add_nondir(struct dentry *dentry, struct inode *inode) argument
41 int err = ext2_add_link(dentry, inode);
43 d_instantiate(dentry, inode);
55 static struct dentry *ext2_lookup(struct inode * dir, struct dentry *dentry, struct nameidata *nd) argument
60 if (dentry->d_name.len > EXT2_NAME_LEN)
63 ino = ext2_inode_by_name(dir, dentry);
70 return d_splice_alias(inode, dentry);
106 ext2_create(struct inode * dir, struct dentry * dentry, int mode, struct nameidata *nd) argument
128 ext2_mknod(struct inode * dir, struct dentry *dentry, int mode, dev_t rdev) argument
149 ext2_symlink(struct inode * dir, struct dentry * dentry, const char * symname) argument
193 ext2_link(struct dentry * old_dentry, struct inode * dir, struct dentry *dentry) argument
208 ext2_mkdir(struct inode * dir, struct dentry * dentry, int mode) argument
253 ext2_unlink(struct inode * dir, struct dentry *dentry) argument
275 ext2_rmdir(struct inode * dir, struct dentry *dentry) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/sunrpc/
H A Drpc_pipe_fs.h44 extern struct dentry *rpc_mkdir(char *, struct rpc_clnt *);
45 extern int rpc_rmdir(struct dentry *);
46 extern struct dentry *rpc_mkpipe(struct dentry *, const char *, void *, struct rpc_pipe_ops *, int flags);
47 extern int rpc_unlink(struct dentry *);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/jffs2/
H A Dsymlink.c18 static void *jffs2_follow_link(struct dentry *dentry, struct nameidata *nd);
32 static void *jffs2_follow_link(struct dentry *dentry, struct nameidata *nd) argument
34 struct jffs2_inode_info *f = JFFS2_INODE_INFO(dentry->d_inode);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/core/
H A Dinode.c51 static struct dentry *devices_usbfs_dentry;
163 static void update_special(struct dentry *special)
170 static void update_dev(struct dentry *dev)
177 static void update_bus(struct dentry *bus)
179 struct dentry *dev = NULL;
196 struct dentry *root = sb->s_root;
197 struct dentry *bus = NULL;
273 static int usbfs_mknod (struct inode *dir, struct dentry *dentry, int mode, argument
279 if (dentry
290 usbfs_mkdir(struct inode *dir, struct dentry *dentry, int mode) argument
301 usbfs_create(struct inode *dir, struct dentry *dentry, int mode) argument
307 usbfs_positive(struct dentry *dentry) argument
312 usbfs_empty(struct dentry *dentry) argument
330 usbfs_unlink(struct inode *dir, struct dentry *dentry) argument
341 usbfs_rmdir(struct inode *dir, struct dentry *dentry) argument
459 fs_create_by_name(const char *name, mode_t mode, struct dentry *parent, struct dentry **dentry) argument
500 struct dentry *dentry; local
522 fs_remove_file(struct dentry *dentry) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/platforms/cell/spufs/
H A Dinode.c96 spufs_setattr(struct dentry *dentry, struct iattr *attr) argument
98 struct inode *inode = dentry->d_inode;
108 spufs_new_file(struct super_block *sb, struct dentry *dentry, argument
127 d_add(dentry, inode);
144 static void spufs_prune_dir(struct dentry *dir)
146 struct dentry *dentry, *tmp; local
149 list_for_each_entry_safe(dentry, tm
180 struct dentry *dentry, *tmp; local
250 spufs_mkdir(struct inode *dir, struct dentry *dentry, unsigned int flags, int mode) argument
298 spufs_context_open(struct dentry *dentry, struct vfsmount *mnt) argument
323 spufs_create_context(struct inode *inode, struct dentry *dentry, struct vfsmount *mnt, int flags, int mode) argument
367 spufs_mkgang(struct inode *dir, struct dentry *dentry, int mode) argument
403 spufs_gang_open(struct dentry *dentry, struct vfsmount *mnt) argument
428 spufs_create_gang(struct inode *inode, struct dentry *dentry, struct vfsmount *mnt, int mode) argument
459 struct dentry *dentry; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ocfs2/
H A Dsymlink.c56 static char *ocfs2_page_getlink(struct dentry * dentry,
62 static char *ocfs2_page_getlink(struct dentry * dentry, argument
66 struct address_space *mapping = dentry->d_inode->i_mapping;
105 static int ocfs2_readlink(struct dentry *dentry, argument
112 struct inode *inode = dentry->d_inode;
126 ret = vfs_readlink(dentry, buffer, buflen, link);
134 static void *ocfs2_follow_link(struct dentry *dentr argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/proc/
H A Dproc_sysctl.c56 static struct dentry *proc_sys_ancestor(struct dentry *dentry, int depth) argument
61 ei = PROC_I(dentry->d_inode);
65 dentry = dentry->d_parent;
67 return dentry;
92 static struct ctl_table *proc_sys_lookup_table(struct dentry *dentry, argument
95 struct dentry *ancesto
141 proc_sys_lookup(struct inode *dir, struct dentry *dentry, struct nameidata *nd) argument
171 struct dentry *dentry = filp->f_dentry; local
209 struct dentry *dentry = filp->f_dentry; local
313 struct dentry *dentry = filp->f_dentry; local
380 struct dentry *dentry; local
423 proc_sys_setattr(struct dentry *dentry, struct iattr *attr) argument
453 proc_sys_revalidate(struct dentry *dentry, struct nameidata *nd) argument
[all...]

Completed in 510 milliseconds

1234567891011>>