Searched refs:dentry (Results 201 - 225 of 644) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/xfs/linux-2.6/
H A Dxfs_file.c58 bhv_vnode_t *vp = vn_from_inode(file->f_path.dentry->d_inode);
134 return bhv_vop_sendfile(vn_from_inode(filp->f_path.dentry->d_inode),
146 return bhv_vop_sendfile(vn_from_inode(filp->f_path.dentry->d_inode),
158 return bhv_vop_splice_read(vn_from_inode(infilp->f_path.dentry->d_inode),
170 return bhv_vop_splice_read(vn_from_inode(infilp->f_path.dentry->d_inode),
183 return bhv_vop_splice_write(vn_from_inode(outfilp->f_path.dentry->d_inode),
195 return bhv_vop_splice_write(vn_from_inode(outfilp->f_path.dentry->d_inode),
215 return -bhv_vop_close(vn_from_inode(filp->f_path.dentry->d_inode), 0,
234 struct dentry *dentry,
232 xfs_file_fsync( struct file *filp, struct dentry *dentry, int datasync) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/nfs/
H A Dnfs4_fs.h157 extern ssize_t nfs4_getxattr(struct dentry *, const char *, void *, size_t);
158 extern int nfs4_setxattr(struct dentry *, const char *, const void *, size_t, int);
159 extern ssize_t nfs4_listxattr(struct dentry *, char *, size_t);
169 extern struct dentry *nfs4_atomic_open(struct inode *, struct dentry *, struct nameidata *);
170 extern int nfs4_open_revalidate(struct inode *, struct dentry *, int, struct nameidata *);
H A Ddelegation.h42 int nfs4_open_delegation_recall(struct dentry *dentry, struct nfs4_state *state);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/platforms/pseries/
H A DhvCall_inst.c88 seq->private = file->f_path.dentry->d_inode->i_private;
105 struct dentry *hcall_root;
106 struct dentry *hcall_file;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dmount.h22 struct dentry;
41 struct dentry *mnt_mountpoint; /* dentry of mountpoint */
42 struct dentry *mnt_root; /* root of the mounted tree */
H A Dseq_file.h12 struct dentry;
45 int seq_path(struct seq_file *, struct vfsmount *, struct dentry *, char *);
H A Dsmb_fs_sb.h35 #define server_from_dentry(dentry) SMB_SB((dentry)->d_sb)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ntfs/
H A Dnamei.c33 * ntfs_lookup - find the inode represented by a dentry in a directory inode
35 * @dent: dentry representing the inode to look for
38 * In short, ntfs_lookup() looks for the inode represented by the dentry @dent
40 * dentry @dent.
42 * In more detail, the dentry @dent specifies which inode to look for by
47 * inode number and the inode is associated with the dentry @dent via a call to
51 * dentry @dent via a call to d_add(). The dentry is then termed a negative
52 * dentry.
57 * dcache and the dcache requiring only one dentry pe
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/isofs/
H A Dinode.c30 static int isofs_hashi(struct dentry *parent, struct qstr *qstr);
31 static int isofs_hash(struct dentry *parent, struct qstr *qstr);
32 static int isofs_dentry_cmpi(struct dentry *dentry, struct qstr *a, struct qstr *b);
33 static int isofs_dentry_cmp(struct dentry *dentry, struct qstr *a, struct qstr *b);
36 static int isofs_hashi_ms(struct dentry *parent, struct qstr *qstr);
37 static int isofs_hash_ms(struct dentry *parent, struct qstr *qstr);
38 static int isofs_dentry_cmpi_ms(struct dentry *dentry, struc
162 isofs_hash_common(struct dentry *dentry, struct qstr *qstr, int ms) argument
183 isofs_hashi_common(struct dentry *dentry, struct qstr *qstr, int ms) argument
210 isofs_dentry_cmpi_common(struct dentry *dentry, struct qstr *a, struct qstr *b, int ms) argument
234 isofs_dentry_cmp_common(struct dentry *dentry, struct qstr *a, struct qstr *b, int ms) argument
256 isofs_hash(struct dentry *dentry, struct qstr *qstr) argument
262 isofs_hashi(struct dentry *dentry, struct qstr *qstr) argument
268 isofs_dentry_cmp(struct dentry *dentry,struct qstr *a,struct qstr *b) argument
274 isofs_dentry_cmpi(struct dentry *dentry,struct qstr *a,struct qstr *b) argument
281 isofs_hash_ms(struct dentry *dentry, struct qstr *qstr) argument
287 isofs_hashi_ms(struct dentry *dentry, struct qstr *qstr) argument
293 isofs_dentry_cmp_ms(struct dentry *dentry,struct qstr *a,struct qstr *b) argument
299 isofs_dentry_cmpi_ms(struct dentry *dentry,struct qstr *a,struct qstr *b) argument
891 isofs_statfs(struct dentry *dentry, struct kstatfs *buf) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/jfs/
H A Dfile.c29 int jfs_fsync(struct file *file, struct dentry *dentry, int datasync) argument
31 struct inode *inode = dentry->d_inode;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ocfs2/
H A Ddlmglue.h108 int ocfs2_dentry_lock(struct dentry *dentry, int ex);
109 void ocfs2_dentry_unlock(struct dentry *dentry, int ex);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ecryptfs/
H A Dsuper.c120 static int ecryptfs_statfs(struct dentry *dentry, struct kstatfs *buf) argument
122 return vfs_statfs(ecryptfs_dentry_to_lower(dentry), buf);
149 struct dentry *lower_root_dentry = ecryptfs_dentry_to_lower(sb->s_root);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/adfs/
H A Ddir.c31 struct inode *inode = filp->f_path.dentry->d_inode;
205 adfs_hash(struct dentry *parent, struct qstr *qstr)
241 adfs_compare(struct dentry *parent, struct qstr *entry, struct qstr *name)
270 static struct dentry *
271 adfs_lookup(struct inode *dir, struct dentry *dentry, struct nameidata *nd) argument
277 dentry->d_op = &adfs_dentry_operations;
279 error = adfs_dir_lookup_byname(dir, &dentry->d_name, &obj);
291 d_add(dentry, inode);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/
H A Dattr.c103 int notify_change(struct dentry * dentry, struct iattr * attr) argument
105 struct inode *inode = dentry->d_inode;
143 down_write(&dentry->d_inode->i_alloc_sem);
146 error = security_inode_setattr(dentry, attr);
148 error = inode->i_op->setattr(dentry, attr);
152 error = security_inode_setattr(dentry, attr);
163 up_write(&dentry->d_inode->i_alloc_sem);
166 fsnotify_change(dentry, ia_valid);
H A Dinotify.c41 * dentry->d_lock (used to keep d_move() away from dentry->d_parent)
159 * Get child dentry flag into synch with parent inode.
164 struct dentry *alias;
168 struct dentry *child;
249 void inotify_d_instantiate(struct dentry *entry, struct inode *inode)
251 struct dentry *parent;
267 void inotify_d_move(struct dentry *entry)
269 struct dentry *parent;
312 * inotify_dentry_parent_queue_event - queue an event to a dentry'
318 inotify_dentry_parent_queue_event(struct dentry *dentry, u32 mask, u32 cookie, const char *name) argument
[all...]
H A Dutimes.c49 struct dentry *dentry; local
67 dentry = f->f_path.dentry;
73 dentry = nd.dentry;
76 inode = dentry->d_inode;
121 error = notify_change(dentry, &newattrs);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/hfs/
H A Dhfs_fs.h191 extern int hfs_inode_setattr(struct dentry *, struct iattr *);
199 extern int hfs_setxattr(struct dentry *dentry, const char *name,
201 extern ssize_t hfs_getxattr(struct dentry *dentry, const char *name,
203 extern ssize_t hfs_listxattr(struct dentry *dentry, char *buffer, size_t size);
217 extern int hfs_hash_dentry(struct dentry *, struct qstr *);
220 extern int hfs_compare_dentry(struct dentry *, struct qstr *, struct qstr *);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/hfsplus/
H A Dioctl.c85 int hfsplus_setxattr(struct dentry *dentry, const char *name, argument
88 struct inode *inode = dentry->d_inode;
127 ssize_t hfsplus_getxattr(struct dentry *dentry, const char *name, argument
130 struct inode *inode = dentry->d_inode;
173 ssize_t hfsplus_listxattr(struct dentry *dentry, char *buffer, size_t size) argument
175 struct inode *inode = dentry->d_inode;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/hfsplus_journal/
H A Dioctl.c91 int hfsplus_setxattr(struct dentry *dentry, const char *name, argument
94 struct inode *inode = dentry->d_inode;
139 ssize_t hfsplus_getxattr(struct dentry *dentry, const char *name, argument
142 struct inode *inode = dentry->d_inode;
196 ssize_t hfsplus_listxattr(struct dentry *dentry, char *buffer, size_t size) argument
198 struct inode *inode = dentry->d_inode;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/misc/ibmasm/
H A Dibmasmfs.c89 static void ibmasmfs_create_files (struct super_block *sb, struct dentry *root);
117 struct dentry *root_dentry;
156 static struct dentry *ibmasmfs_create_file (struct super_block *sb,
157 struct dentry *parent,
163 struct dentry *dentry; local
166 dentry = d_alloc_name(parent, name);
167 if (!dentry)
172 dput(dentry);
179 d_add(dentry, inod
187 struct dentry *dentry; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/sysv/
H A Ddir.c65 struct inode *inode = filp->f_path.dentry->d_inode;
133 struct sysv_dir_entry *sysv_find_entry(struct dentry *dentry, struct page **res_page) argument
135 const char * name = dentry->d_name.name;
136 int namelen = dentry->d_name.len;
137 struct inode * dir = dentry->d_parent->d_inode;
179 int sysv_add_link(struct dentry *dentry, struct inode *inode) argument
181 struct inode *dir = dentry->d_parent->d_inode;
182 const char * name = dentry
366 sysv_inode_by_name(struct dentry *dentry) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/autofs4/
H A Dwaitq.c162 struct dentry *dentry, char **name)
164 struct dentry *root = sbi->sb->s_root;
165 struct dentry *tmp;
171 for (tmp = dentry ; tmp != root ; tmp = tmp->d_parent)
180 p = buf + len - dentry->d_name.len;
181 strncpy(p, dentry->d_name.name, dentry->d_name.len);
183 for (tmp = dentry->d_parent; tmp != root ; tmp = tmp->d_parent) {
208 int autofs4_wait(struct autofs_sb_info *sbi, struct dentry *dentr argument
161 autofs4_getpath(struct autofs_sb_info *sbi, struct dentry *dentry, char **name) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/nfsd/
H A Dnfsfh.h27 * This is the old "dentry style" Linux NFSv2 file handle.
33 __u32 fb_dcookie; /* dentry cookie - always 0xfeebbaca */
137 struct dentry * fh_dentry; /* validated dentry */
266 __be32 fh_compose(struct svc_fh *, struct svc_export *, struct dentry *, struct svc_fh *);
346 struct dentry *dentry = fhp->fh_dentry; local
352 BUG_ON(!dentry);
356 dentry->d_parent->d_name.name, dentry
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ocfs2/dlm/
H A Duserdlm.h73 struct dentry *dentry);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/9p/
H A Dv9fs_vfs.h53 void v9fs_dentry_release(struct dentry *);

Completed in 179 milliseconds

1234567891011>>