Searched refs:dentry (Results 126 - 150 of 644) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/hfsplus_journal/
H A Ddir.c19 static inline void hfsplus_instantiate(struct dentry *dentry, argument
22 dentry->d_fsdata = (void *)(unsigned long)cnid;
23 d_instantiate(dentry, inode);
26 /* Find the entry inside dir named dentry->d_name */
27 static struct dentry *hfsplus_lookup(struct inode *dir, struct dentry *dentry, argument
42 dentry->d_fsdata = NULL;
44 hfsplus_cat_build_key(sb, fd.search_key, dir->i_ino, &dentry
245 hfsplus_create(struct inode *dir, struct dentry *dentry, int mode, struct nameidata *nd) argument
339 hfsplus_unlink(struct inode *dir, struct dentry *dentry) argument
392 hfsplus_mkdir(struct inode *dir, struct dentry *dentry, int mode) argument
421 hfsplus_rmdir(struct inode *dir, struct dentry *dentry) argument
447 hfsplus_symlink(struct inode *dir, struct dentry *dentry, const char *symname) argument
488 hfsplus_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/nfsd/
H A Dvfs.c9 * Note that several functions dget() the dentry upon which they want
11 * dentry's are dput()'d if necessary in the release callback.
13 * dentry, don't worry--they have been taken care of.
105 nfsd_cross_mnt(struct svc_rqst *rqstp, struct dentry **dpp,
109 struct dentry *dentry = *dpp; local
111 struct dentry *mounts = dget(dentry);
127 dput(dentry);
155 struct dentry *dparen
156 struct dentry *dentry; local
251 struct dentry *dentry; local
380 nfsd_getxattr(struct dentry *dentry, char *key, void **buf) argument
398 set_nfsv4_acl_one(struct dentry *dentry, struct posix_acl *pacl, char *key) argument
429 struct dentry *dentry; local
476 _get_posix_acl(struct dentry *dentry, char *key) argument
494 nfsd4_get_nfs4_acl(struct svc_rqst *rqstp, struct dentry *dentry, struct nfs4_acl **acl) argument
583 struct dentry *dentry; local
648 struct dentry *dentry; local
895 kill_suid(struct dentry *dentry) argument
911 struct dentry *dentry; local
1113 struct dentry *dentry, *dchild = NULL; local
1241 struct dentry *dentry, *dchild = NULL; local
1381 struct dentry *dentry; local
1430 struct dentry *dentry, *dnew; local
1655 struct dentry *dentry, *rdentry; local
1774 nfsd_permission(struct svc_export *exp, struct dentry *dentry, int acc) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/hostfs/
H A Dhostfs_kern.c37 #define FILE_HOSTFS_I(file) HOSTFS_I((file)->f_path.dentry->d_inode)
39 int hostfs_d_delete(struct dentry *dentry) argument
97 static char *dentry_name(struct dentry *dentry, int extra) argument
99 struct dentry *parent;
104 parent = dentry;
117 parent = dentry;
131 struct dentry *dentry; local
241 hostfs_statfs(struct dentry *dentry, struct kstatfs *sf) argument
383 hostfs_fsync(struct file *file, struct dentry *dentry, int datasync) argument
528 init_inode(struct inode *inode, struct dentry *dentry) argument
578 hostfs_create(struct inode *dir, struct dentry *dentry, int mode, struct nameidata *nd) argument
621 hostfs_lookup(struct inode *ino, struct dentry *dentry, struct nameidata *nd) argument
661 inode_dentry_name(struct inode *ino, struct dentry *dentry) argument
694 hostfs_unlink(struct inode *ino, struct dentry *dentry) argument
709 hostfs_symlink(struct inode *ino, struct dentry *dentry, const char *to) argument
721 hostfs_mkdir(struct inode *ino, struct dentry *dentry, int mode) argument
733 hostfs_rmdir(struct inode *ino, struct dentry *dentry) argument
745 hostfs_mknod(struct inode *dir, struct dentry *dentry, int mode, dev_t dev) argument
826 hostfs_setattr(struct dentry *dentry, struct iattr *attr) argument
887 hostfs_getattr(struct vfsmount *mnt, struct dentry *dentry, struct kstat *stat) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ncpfs/
H A Dfile.c25 static int ncp_fsync(struct file *file, struct dentry *dentry, int datasync) argument
104 struct dentry *dentry = file->f_path.dentry; local
105 struct inode *inode = dentry->d_inode;
114 dentry->d_parent->d_name.name, dentry->d_name.name);
176 dentry->d_parent->d_name.name, dentry
185 struct dentry *dentry = file->f_path.dentry; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ocfs2/
H A Dnamei.h31 struct dentry *ocfs2_get_parent(struct dentry *child);
H A Dexport.c48 static struct dentry *ocfs2_get_dentry(struct super_block *sb, void *vobjp)
52 struct dentry *result;
84 static struct dentry *ocfs2_get_parent(struct dentry *child)
88 struct dentry *parent;
143 static int ocfs2_encode_fh(struct dentry *dentry, u32 *fh_in, int *max_len, argument
146 struct inode *inode = dentry->d_inode;
153 mlog_entry("(0x%p, '%.*s', 0x%p, %d, %d)\n", dentry,
154 dentry
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/9p/
H A Dvfs_inode.c310 v9fs_clone_walk(struct v9fs_session_info *v9ses, u32 fid, struct dentry *dentry) argument
323 err = v9fs_t_walk(v9ses, fid, nfid, (char *) dentry->d_name.name,
343 err = v9fs_fid_insert(ret, dentry);
397 * @file: dentry that is being deleted
402 static int v9fs_remove(struct inode *dir, struct dentry *file, int rmdir)
412 dprintk(DEBUG_VFS, "inode: %p dentry: %p rmdir: %d\n", dir, file,
452 * @dentry: dentry that is being deleted
459 v9fs_vfs_create(struct inode *dir, struct dentry *dentr argument
552 v9fs_vfs_mkdir(struct inode *dir, struct dentry *dentry, int mode) argument
617 v9fs_vfs_lookup(struct inode *dir, struct dentry *dentry, struct nameidata *nameidata) argument
840 v9fs_vfs_getattr(struct vfsmount *mnt, struct dentry *dentry, struct kstat *stat) argument
874 v9fs_vfs_setattr(struct dentry *dentry, struct iattr *iattr) argument
1011 v9fs_readlink(struct dentry *dentry, char *buffer, int buflen) argument
1074 v9fs_vfs_readlink(struct dentry *dentry, char __user * buffer, int buflen) argument
1110 v9fs_vfs_follow_link(struct dentry *dentry, struct nameidata *nd) argument
1140 v9fs_vfs_put_link(struct dentry *dentry, struct nameidata *nd, void *p) argument
1149 v9fs_vfs_mkspecial(struct inode *dir, struct dentry *dentry, int mode, const char *extension) argument
1225 v9fs_vfs_symlink(struct inode *dir, struct dentry *dentry, const char *symname) argument
1243 v9fs_vfs_link(struct dentry *old_dentry, struct inode *dir, struct dentry *dentry) argument
1283 v9fs_vfs_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/arch/sparc64/solaris/
H A Dsocksys.c64 struct dentry *dentry; local
98 * d_delete(filp->f_path.dentry), then d_instantiate with sock inode
100 dentry = filp->f_path.dentry;
101 filp->f_path.dentry = dget(fcheck(fd)->f_path.dentry);
102 filp->f_path.dentry->d_inode->i_rdev = inode->i_rdev;
103 filp->f_path.dentry->d_inode->i_flock = inode->i_flock;
104 SOCKET_I(filp->f_path.dentry
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/xfs/linux-2.6/
H A Dxfs_iops.c255 struct dentry *dentry,
258 struct dentry teardown = {};
266 teardown.d_name = dentry->d_name;
278 struct dentry *dentry,
318 error = bhv_vop_create(dvp, dentry, &vattr, &vp, NULL);
321 error = bhv_vop_mkdir(dvp, dentry, &vattr, &vp, NULL);
331 xfs_cleanup_inode(dvp, vp, dentry, mode);
340 xfs_cleanup_inode(dvp, vp, dentry, mod
252 xfs_cleanup_inode( bhv_vnode_t *dvp, bhv_vnode_t *vp, struct dentry *dentry, int mode) argument
276 xfs_vn_mknod( struct inode *dir, struct dentry *dentry, int mode, dev_t rdev) argument
360 xfs_vn_create( struct inode *dir, struct dentry *dentry, int mode, struct nameidata *nd) argument
370 xfs_vn_mkdir( struct inode *dir, struct dentry *dentry, int mode) argument
379 xfs_vn_lookup( struct inode *dir, struct dentry *dentry, struct nameidata *nd) argument
402 xfs_vn_link( struct dentry *old_dentry, struct inode *dir, struct dentry *dentry) argument
430 xfs_vn_unlink( struct inode *dir, struct dentry *dentry) argument
451 xfs_vn_symlink( struct inode *dir, struct dentry *dentry, const char *symname) argument
485 xfs_vn_rmdir( struct inode *dir, struct dentry *dentry) argument
535 xfs_vn_follow_link( struct dentry *dentry, struct nameidata *nd) argument
586 xfs_vn_put_link( struct dentry *dentry, struct nameidata *nd, void *p) argument
611 xfs_vn_getattr( struct vfsmount *mnt, struct dentry *dentry, struct kstat *stat) argument
643 xfs_vn_setattr( struct dentry *dentry, struct iattr *attr) argument
707 xfs_vn_setxattr( struct dentry *dentry, const char *name, const void *data, size_t size, int flags) argument
738 xfs_vn_getxattr( struct dentry *dentry, const char *name, void *data, size_t size) argument
768 xfs_vn_listxattr( struct dentry *dentry, char *data, size_t size) argument
788 xfs_vn_removexattr( struct dentry *dentry, const char *name) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/msdos/
H A Dnamei.c153 * Compute the hash for the msdos name corresponding to the dentry.
155 * that the existing dentry can be used. The msdos fs routines will
158 static int msdos_hash(struct dentry *dentry, struct qstr *qstr) argument
160 struct fat_mount_options *options = &MSDOS_SB(dentry->d_sb)->options;
174 static int msdos_cmp(struct dentry *dentry, struct qstr *a, struct qstr *b) argument
176 struct fat_mount_options *options = &MSDOS_SB(dentry->d_sb)->options;
207 static struct dentry *msdos_lookup(struct inode *dir, struct dentry *dentr argument
279 msdos_create(struct inode *dir, struct dentry *dentry, int mode, struct nameidata *nd) argument
325 msdos_rmdir(struct inode *dir, struct dentry *dentry) argument
360 msdos_mkdir(struct inode *dir, struct dentry *dentry, int mode) argument
419 msdos_unlink(struct inode *dir, struct dentry *dentry) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/gfs2/
H A Dops_inode.c44 * @dentry: The dentry of the new file
50 static int gfs2_create(struct inode *dir, struct dentry *dentry, argument
61 inode = gfs2_createi(ghs, &dentry->d_name, S_IFREG | mode, 0);
77 inode = gfs2_lookupi(dir, &dentry->d_name, 0, nd);
89 d_instantiate(dentry, inode);
97 * @dentry: The dentry of the new inode
105 static struct dentry *gfs2_looku argument
135 gfs2_link(struct dentry *old_dentry, struct inode *dir, struct dentry *dentry) argument
261 gfs2_unlink(struct inode *dir, struct dentry *dentry) argument
321 gfs2_symlink(struct inode *dir, struct dentry *dentry, const char *symname) argument
381 gfs2_mkdir(struct inode *dir, struct dentry *dentry, int mode) argument
458 gfs2_rmdir(struct inode *dir, struct dentry *dentry) argument
524 gfs2_mknod(struct inode *dir, struct dentry *dentry, int mode, dev_t dev) argument
808 gfs2_readlink(struct dentry *dentry, char __user *user_buf, int user_size) argument
845 gfs2_follow_link(struct dentry *dentry, struct nameidata *nd) argument
984 gfs2_setattr(struct dentry *dentry, struct iattr *attr) argument
1034 gfs2_getattr(struct vfsmount *mnt, struct dentry *dentry, struct kstat *stat) argument
1057 gfs2_setxattr(struct dentry *dentry, const char *name, const void *data, size_t size, int flags) argument
1077 gfs2_getxattr(struct dentry *dentry, const char *name, void *data, size_t size) argument
1093 gfs2_listxattr(struct dentry *dentry, char *buffer, size_t size) argument
1104 gfs2_removexattr(struct dentry *dentry, const char *name) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/isdn/capi/
H A Dcapifs.c35 static struct dentry *capifs_root;
117 printk("capifs: get root dentry failed\n");
136 static struct dentry *get_node(int num)
139 struct dentry *root = capifs_root;
146 struct dentry *dentry; local
157 dentry = get_node(number);
158 if (!IS_ERR(dentry) && !dentry->d_inode)
159 d_instantiate(dentry, inod
165 struct dentry *dentry = get_node(number); local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dreiserfs_acl.h52 int reiserfs_inherit_default_acl(struct inode *dir, struct dentry *dentry,
94 reiserfs_inherit_default_acl(const struct inode *dir, struct dentry *dentry, argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ecryptfs/
H A DMakefile7 ecryptfs-objs := dentry.o file.o inode.o main.o super.o mmap.o crypto.o keystore.o messaging.o netlink.o debug.o
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/fuse/
H A Dcontrol.c26 fc = file->f_path.dentry->d_inode->i_private;
72 static struct dentry *fuse_ctl_add_dentry(struct dentry *parent,
79 struct dentry *dentry; local
83 dentry = d_alloc_name(parent, name);
84 if (!dentry)
87 fc->ctl_dentry[fc->ctl_ndents++] = dentry;
102 d_add(dentry, inode);
103 return dentry;
152 struct dentry *dentry = fc->ctl_dentry[i]; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/hpfs/
H A DMakefile7 hpfs-objs := alloc.o anode.o buffer.o dentry.o dir.o dnode.o ea.o file.o \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ext2/
H A Dext2.h106 extern int ext2_add_link (struct dentry *, struct inode *);
107 extern ino_t ext2_inode_by_name(struct inode *, struct dentry *);
109 extern struct ext2_dir_entry_2 * ext2_find_entry (struct inode *,struct dentry *, struct page **);
116 extern int ext2_sync_file (struct file *, struct dentry *, int);
134 extern int ext2_setattr (struct dentry *, struct iattr *);
144 struct dentry *ext2_get_parent(struct dentry *child);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/coda/
H A Ddir.c33 static int coda_create(struct inode *dir, struct dentry *new, int mode, struct nameidata *nd);
34 static struct dentry *coda_lookup(struct inode *dir, struct dentry *target, struct nameidata *nd);
35 static int coda_link(struct dentry *old_dentry, struct inode *dir_inode,
36 struct dentry *entry);
37 static int coda_unlink(struct inode *dir_inode, struct dentry *entry);
38 static int coda_symlink(struct inode *dir_inode, struct dentry *entry,
40 static int coda_mkdir(struct inode *dir_inode, struct dentry *entry, int mode);
41 static int coda_rmdir(struct inode *dir_inode, struct dentry *entry);
42 static int coda_rename(struct inode *old_inode, struct dentry *old_dentr
635 coda_dentry_delete(struct dentry * dentry) argument
657 coda_revalidate_inode(struct dentry *dentry) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/jfs/
H A Djfs_unicode.c115 int get_UCSname(struct component_name * uniName, struct dentry *dentry) argument
117 struct nls_table *nls_tab = JFS_SBI(dentry->d_sb)->nls_tab;
118 int length = dentry->d_name.len;
129 uniName->namlen = jfs_strtoUCS(uniName->name, dentry->d_name.name,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/minix/
H A Dminix.h56 extern int minix_getattr(struct vfsmount *, struct dentry *, struct kstat *);
68 extern struct minix_dir_entry *minix_find_entry(struct dentry*, struct page**);
69 extern int minix_add_link(struct dentry*, struct inode*);
75 extern ino_t minix_inode_by_name(struct dentry*);
76 extern int minix_sync_file(struct file *, struct dentry *, int);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/autofs4/
H A Dinode.c47 ino->dentry = NULL;
74 if (ino->dentry) {
75 ino->dentry->d_fsdata = NULL;
76 if (ino->dentry->d_inode) {
77 struct dentry *parent = ino->dentry->d_parent;
80 if (p_ino && parent != ino->dentry)
83 dput(ino->dentry);
85 ino->dentry = NULL;
95 * Clean up the dentry tre
111 struct dentry *dentry = list_entry(next, struct dentry, d_u.d_child); local
135 struct dentry *dentry = this_parent; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ramfs/
H A Dinode.c92 ramfs_mknod(struct inode *dir, struct dentry *dentry, int mode, dev_t dev) argument
103 d_instantiate(dentry, inode);
104 dget(dentry); /* Extra count - pin the dentry in core */
111 static int ramfs_mkdir(struct inode * dir, struct dentry * dentry, int mode) argument
113 int retval = ramfs_mknod(dir, dentry, mode | S_IFDIR, 0);
119 static int ramfs_create(struct inode *dir, struct dentry *dentry, in argument
124 ramfs_symlink(struct inode * dir, struct dentry *dentry, const char * symname) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/configfs/
H A Dfile.c49 * @dentry: dentry pointer.
57 static int fill_read_buffer(struct dentry * dentry, struct configfs_buffer * buffer) argument
59 struct configfs_attribute * attr = to_attr(dentry);
60 struct config_item * item = to_item(dentry->d_parent);
107 if ((retval = fill_read_buffer(file->f_path.dentry,buffer)))
153 * @dentry: dentry to the attribute
163 flush_write_buffer(struct dentry * dentr argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/
H A Ddcookies.c9 * This is done by locking the dentry/vfsmnt pair in the
33 struct dentry * dentry; member in struct:dcookie_struct
50 /* The dentry is locked, its address will do for the cookie */
53 return (unsigned long)dcs->dentry;
91 static struct dcookie_struct * alloc_dcookie(struct dentry * dentry, argument
98 dentry->d_cookie = dcs;
100 dcs->dentry = dget(dentry);
111 get_dcookie(struct dentry * dentry, struct vfsmount * vfsmnt, unsigned long * cookie) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/debugfs/
H A Dfile.c48 static void *debugfs_follow_link(struct dentry *dentry, struct nameidata *nd) argument
50 nd_set_link(nd, dentry->d_inode->i_private);
73 * @parent: a pointer to the parent dentry for this file. This should be a
74 * directory dentry if set. If this parameter is %NULL, then the
83 * This function will return a pointer to a dentry if it succeeds. This
93 struct dentry *debugfs_create_u8(const char *name, mode_t mode,
94 struct dentry *parent, u8 *value)
114 * @parent: a pointer to the parent dentry for this file. This should be a
115 * directory dentry i
[all...]

Completed in 313 milliseconds

1234567891011>>