Searched refs:dentry (Results 251 - 275 of 644) sorted by relevance

<<11121314151617181920>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/
H A Dpnode.h33 int propagate_mnt(struct vfsmount *, struct dentry *, struct vfsmount *,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/befs/
H A Dlinuxvfs.c37 static struct dentry *befs_lookup(struct inode *, struct dentry *, struct nameidata *);
43 static void *befs_follow_link(struct dentry *, struct nameidata *);
44 static void befs_put_link(struct dentry *, struct nameidata *, void *);
51 static int befs_statfs(struct dentry *, struct kstatfs *);
161 static struct dentry *
162 befs_lookup(struct inode *dir, struct dentry *dentry, struct nameidata *nd) argument
171 const char *name = dentry->d_name.name;
174 "name %s inode %ld", dentry
453 befs_follow_link(struct dentry *dentry, struct nameidata *nd) argument
481 befs_put_link(struct dentry *dentry, struct nameidata *nd, void *p) argument
883 befs_statfs(struct dentry *dentry, struct kstatfs *buf) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/fuse/
H A Ddir.c18 static inline void fuse_dentry_settime(struct dentry *entry, u64 time)
23 static inline u64 fuse_dentry_time(struct dentry *entry)
31 static void fuse_dentry_settime(struct dentry *entry, u64 time)
37 static u64 fuse_dentry_time(struct dentry *entry)
46 * time in jiffies until the dentry/attributes are valid is stored in
47 * dentry->d_time and fuse_inode->i_time respectively.
51 * Calculate the time in jiffies until a dentry/attributes are valid
63 * Set dentry and possibly attribute timeouts from the lookup/mk*
66 static void fuse_change_timeout(struct dentry *entry, struct fuse_entry_out *o)
88 * This is called when a dentry i
892 read_link(struct dentry *dentry) argument
931 fuse_follow_link(struct dentry *dentry, struct nameidata *nd) argument
937 fuse_put_link(struct dentry *dentry, struct nameidata *nd, void *c) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/adfs/
H A Dadfs.h69 int adfs_notify_change(struct dentry *dentry, struct iattr *attr);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/fat/
H A Dfile.c95 err = notify_change(filp->f_path.dentry, &ia);
158 int fat_notify_change(struct dentry *dentry, struct iattr *attr) argument
160 struct msdos_sb_info *sbi = MSDOS_SB(dentry->d_sb);
161 struct inode *inode = dentry->d_inode;
306 int fat_getattr(struct vfsmount *mnt, struct dentry *dentry, struct kstat *stat) argument
308 struct inode *inode = dentry->d_inode;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/net/
H A Daf_unix.h77 struct dentry *dentry; member in struct:unix_sock
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/drm/
H A Di915_ioc32.c69 return drm_ioctl(file->f_path.dentry->d_inode, file,
105 return drm_ioctl(file->f_path.dentry->d_inode, file,
128 return drm_ioctl(file->f_path.dentry->d_inode, file,
152 return drm_ioctl(file->f_path.dentry->d_inode, file,
181 return drm_ioctl(file->f_path.dentry->d_inode, file,
218 ret = drm_ioctl(filp->f_path.dentry->d_inode, filp, cmd, arg);
H A Dradeon_ioc32.c95 return drm_ioctl(file->f_path.dentry->d_inode, file,
128 return drm_ioctl(file->f_path.dentry->d_inode, file,
152 return drm_ioctl(file->f_path.dentry->d_inode, file,
207 return drm_ioctl(file->f_path.dentry->d_inode, file,
241 return drm_ioctl(file->f_path.dentry->d_inode, file,
271 return drm_ioctl(file->f_path.dentry->d_inode, file,
296 return drm_ioctl(file->f_path.dentry->d_inode, file,
325 return drm_ioctl(file->f_path.dentry->d_inode, file,
348 return drm_ioctl(file->f_path.dentry->d_inode, file,
420 ret = drm_ioctl(filp->f_path.dentry
[all...]
H A Ddrm_ioc32.c105 err = drm_ioctl(file->f_path.dentry->d_inode, file,
146 err = drm_ioctl(file->f_path.dentry->d_inode, file,
175 return drm_ioctl(file->f_path.dentry->d_inode, file,
206 err = drm_ioctl(file->f_path.dentry->d_inode, file,
247 err = drm_ioctl(file->f_path.dentry->d_inode, file,
285 return drm_ioctl(file->f_path.dentry->d_inode, file,
315 err = drm_ioctl(file->f_path.dentry->d_inode, file,
352 err = drm_ioctl(file->f_path.dentry->d_inode, file,
396 err = drm_ioctl(file->f_path.dentry->d_inode, file,
428 return drm_ioctl(file->f_path.dentry
[all...]
H A Dr128_ioc32.c98 return drm_ioctl(file->f_path.dentry->d_inode, file,
132 return drm_ioctl(file->f_path.dentry->d_inode, file,
156 return drm_ioctl(file->f_path.dentry->d_inode, file,
181 return drm_ioctl(file->f_path.dentry->d_inode, file,
217 ret = drm_ioctl(filp->f_path.dentry->d_inode, filp, cmd, arg);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dproc_fs.h102 struct dentry *proc_pid_lookup(struct inode *dir, struct dentry * dentry, struct nameidata *);
128 extern struct dentry *proc_lookup(struct inode *, struct dentry *, struct nameidata *);
250 int (*proc_get_link)(struct inode *, struct dentry **, struct vfsmount **);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/nfs/
H A Dgetroot.c1 /* getroot.c: get the root dentry for an NFS mount
46 * get an NFS2/NFS3 root dentry from the root filehandle
48 struct dentry *nfs_get_root(struct super_block *sb, struct nfs_fh *mntfh)
53 struct dentry *mntroot;
57 /* create a dummy root dentry with dummy inode for this superblock */
60 struct dentry *root;
100 * if the dentry tree reaches them; however if the dentry already
106 dprintk("nfs_get_root: get root dentry failed\n");
226 * get an NFS4 root dentry fro
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/cifs/
H A Dlink.c32 cifs_hardlink(struct dentry *old_file, struct inode *inode,
33 struct dentry *direntry)
106 cifs_follow_link(struct dentry *direntry, struct nameidata *nd)
163 cifs_symlink(struct inode *inode, struct dentry *direntry, const char *symname)
220 cifs_readlink(struct dentry *direntry, char __user *pBuffer, int buflen)
338 void cifs_put_link(struct dentry *direntry, struct nameidata *nd, void *cookie)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/unix/
H A Daf_unix.c29 * Andreas Schwab : Replace inode by dentry for proper
286 struct dentry *dentry = unix_sk(s)->dentry; local
288 if(dentry && dentry->d_inode == i)
363 struct dentry *dentry; local
375 dentry = u->dentry;
720 struct dentry *dentry; local
742 struct dentry * dentry = NULL; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/block/
H A Dblktrace.c181 static struct dentry *blk_tree_root;
193 static void blk_remove_tree(struct dentry *dir)
202 static struct dentry *blk_create_tree(const char *blk_name)
204 struct dentry *dir = NULL;
290 static int blk_remove_buf_file_callback(struct dentry *dentry) argument
292 debugfs_remove(dentry);
296 static struct dentry *blk_create_buf_file_callback(const char *filename,
297 struct dentry *parent,
320 struct dentry *di
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/smbfs/
H A Dproc.c67 smb_proc_getattr_core(struct smb_sb_info *server, struct dentry *dir,
70 smb_proc_getattr_ff(struct smb_sb_info *server, struct dentry *dentry,
73 smb_proc_setattr_core(struct smb_sb_info *server, struct dentry *dentry,
293 struct dentry *entry, struct qstr *name)
326 struct dentry *parent;
388 struct dentry *dir, struct qstr *name)
403 struct dentry * entry, struct qstr * name)
863 if (!smb_valid_socket(filp->f_path.dentry
1068 smb_proc_open(struct smb_sb_info *server, struct dentry *dentry, int wish) argument
1130 smb_open(struct dentry *dentry, int wish) argument
1258 smb_close_fileid(struct dentry *dentry, __u16 fileid) argument
1498 smb_proc_create(struct dentry *dentry, __u16 attr, time_t ctime, __u16 *fileid) argument
1566 smb_proc_generic_command(struct dentry *dentry, __u8 command) argument
1595 smb_proc_mkdir(struct dentry *dentry) argument
1601 smb_proc_rmdir(struct dentry *dentry) argument
1612 smb_set_rw(struct dentry *dentry,struct smb_sb_info *server) argument
1635 smb_proc_unlink(struct dentry *dentry) argument
2428 smb_proc_getattr_ff(struct smb_sb_info *server, struct dentry *dentry, struct smb_fattr *fattr) argument
2797 smb_proc_setattr_core(struct smb_sb_info *server, struct dentry *dentry, __u16 attr) argument
3082 smb_proc_settime(struct dentry *dentry, struct smb_fattr *fattr) argument
3123 smb_proc_dskattr(struct dentry *dentry, struct kstatfs *attr) argument
3246 smb_proc_link(struct smb_sb_info *server, struct dentry *dentry, struct dentry *new_dentry) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/minix/
H A Ddir.c87 struct inode *inode = filp->f_path.dentry->d_inode;
161 minix_dirent *minix_find_entry(struct dentry *dentry, struct page **res_page) argument
163 const char * name = dentry->d_name.name;
164 int namelen = dentry->d_name.len;
165 struct inode * dir = dentry->d_parent->d_inode;
210 int minix_add_link(struct dentry *dentry, struct inode *inode) argument
212 struct inode *dir = dentry->d_parent->d_inode;
213 const char * name = dentry
456 minix_inode_by_name(struct dentry *dentry) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/nfsd/
H A Dexport.c46 * One maps client+vfsmnt+dentry to export options - the export map
170 key.ek_dentry = nd.dentry;
469 nd.dentry = NULL;
507 exp.ex_dentry = nd.dentry;
566 err = check_export(nd.dentry->d_inode, exp.ex_flags,
585 if (nd.dentry)
807 exp_get_by_name(svc_client *clp, struct vfsmount *mnt, struct dentry *dentry, argument
817 key.ex_dentry = dentry;
839 * Find the export entry for a given dentry
842 exp_parent(svc_client *clp, struct vfsmount *mnt, struct dentry *dentry, struct cache_req *reqp) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/afs/
H A Dinode.c230 * - dentry data changed (write, truncate)
231 * - dentry metadata changed (security changes)
297 int afs_getattr(struct vfsmount *mnt, struct dentry *dentry, argument
302 inode = dentry->d_inode;
363 int afs_setattr(struct dentry *dentry, struct iattr *attr) argument
365 struct afs_vnode *vnode = AFS_FS_I(dentry->d_inode);
370 vnode->fid.vid, vnode->fid.vnode, dentry->d_name.name,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/oprofile/
H A Dbuffer_sync.c15 * transitory EIP value into a persistent dentry/offset
18 * See fs/dcookies.c for a description of the dentry/offset
193 static inline unsigned long fast_get_dcookie(struct dentry * dentry, argument
198 if (dentry->d_cookie)
199 return (unsigned long)dentry;
200 get_dcookie(dentry, vfsmnt, &cookie);
223 cookie = fast_get_dcookie(vma->vm_file->f_path.dentry,
233 /* Convert the EIP value of a sample into a persistent dentry/offset
249 cookie = fast_get_dcookie(vma->vm_file->f_path.dentry,
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/lib/
H A Dfault-inject.c156 static struct dentry *debugfs_create_ul(const char *name, mode_t mode,
157 struct dentry *parent, unsigned long *value)
165 static struct dentry *debugfs_create_ul_MAX_STACK_TRACE_DEPTH(
167 struct dentry *parent, unsigned long *value)
186 static struct dentry *debugfs_create_atomic_t(const char *name, mode_t mode,
187 struct dentry *parent, atomic_t *value)
241 struct dentry *dir;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ufs/
H A Ddir.c65 ino_t ufs_inode_by_name(struct inode *dir, struct dentry *dentry) argument
71 de = ufs_find_entry(dir, dentry, &page);
240 struct ufs_dir_entry *ufs_find_entry(struct inode *dir, struct dentry *dentry, argument
244 const char *name = dentry->d_name.name;
245 int namelen = dentry->d_name.len;
301 int ufs_add_link(struct dentry *dentry, struct inode *inode) argument
303 struct inode *dir = dentry
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/cramfs/
H A Dinode.c118 * page cache and dentry tree anyway..
322 static int cramfs_statfs(struct dentry *dentry, struct kstatfs *buf) argument
324 struct super_block *sb = dentry->d_sb;
342 struct inode *inode = filp->f_path.dentry->d_inode;
408 static struct dentry * cramfs_lookup(struct inode *dir, struct dentry *dentry, struct nameidata *nd) argument
424 if (sorted && (dentry->d_name.name[0] < name[0]))
431 if (((dentry
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ext2/
H A Ddir.c247 struct inode *inode = filp->f_path.dentry->d_inode;
324 struct dentry *dentry, struct page ** res_page)
326 const char *name = dentry->d_name.name;
327 int namelen = dentry->d_name.len;
397 ino_t ext2_inode_by_name(struct inode * dir, struct dentry *dentry) argument
403 de = ext2_find_entry (dir, dentry, &page);
434 int ext2_add_link (struct dentry *dentry, struc argument
323 ext2_find_entry(struct inode * dir, struct dentry *dentry, struct page ** res_page) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/openpromfs/
H A Dinode.c170 static struct dentry *openpromfs_lookup(struct inode *, struct dentry *, struct nameidata *);
176 static struct dentry *openpromfs_lookup(struct inode *dir, struct dentry *dentry, struct nameidata *nd) argument
192 name = dentry->d_name.name;
193 len = dentry->d_name.len;
259 d_add(dentry, inode);
265 struct inode *inode = filp->f_path.dentry->d_inode;

Completed in 405 milliseconds

<<11121314151617181920>>