Searched refs:direntry (Results 1 - 20 of 20) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dfile.c48 direntry_t direntry; member in struct:File_t
78 return &getUnbufferedFile(Stream)->direntry;
461 *date = conv_stamp(& This->direntry.dir);
465 *type = This->direntry.dir.attr & ATTR_DIR;
477 FREE(&This->direntry.Dir);
486 direntry_t *entry = &This->direntry;
608 File->direntry = *entry;
610 File->direntry.Dir = (Stream_t *) File; /* root directory */
612 COPY(File->direntry.Dir);
H A Dmainloop.c104 mp->direntry = NULL;
204 static int handle_leaf(direntry_t *direntry, MainParam_t *mp, argument
216 lookupState->Dir = OpenFileByDirentry(direntry);
231 mp->direntry = direntry;
232 if(IS_DIR(direntry)) {
234 MyFile = mp->File = OpenFileByDirentry(direntry);
235 ret = mp->dirCallback(direntry, mp);
238 MyFile = mp->File = OpenFileByDirentry(direntry);
239 ret = mp->callback(direntry, m
[all...]
H A Dmainloop.h47 direntry_t *direntry; /* dir of this entry */ member in struct:MainParam_t
49 * file (Unix equiv of Dos direntry) */
H A Dmmove.c67 /* get old direntry. It is important that we do this
68 * on the actual direntry which is stored in the file,
117 wipeEntry(arg->mp.direntry);
H A DmtoolsDirentry.h61 direntry_t *direntry,
H A Dtexinfo.tex3836 \def\direntry{\doignore{direntry}}
H A Dvfat.c411 direntry_t *direntry,
417 int initpos = direntry->entry + 1;
426 ++direntry->entry;
427 if(!dir_read(direntry, &error)){
432 addFreeEntry(cache, initpos, direntry->entry);
433 return addEndEntry(cache, direntry->entry);
436 if (direntry->dir.name[0] == '\0'){
440 return addEndEntry(cache, direntry->entry);
442 if(direntry->dir.name[0] != DELMARK &&
443 direntry
410 vfat_lookup_loop_common(doscp_t *cp, direntry_t *direntry, dirCache_t *cache, int lookForFreeSpace, int *io_error) argument
491 vfat_lookup_loop_for_read(doscp_t *cp, direntry_t *direntry, dirCache_t *cache, int *io_error) argument
524 checkNameForMatch(struct direntry_t *direntry, dirCacheEntry_t *dce, const wchar_t *filename, int length, int flags) argument
593 vfat_lookup(direntry_t *direntry, const char *filename, int length, int flags, char *shortname, char *longname) argument
656 vfat_lookup_loop_for_insert(doscp_t *cp, direntry_t *direntry, int initpos, dirCache_t *cache) argument
716 lookupForInsert(Stream_t *Dir, struct direntry_t *direntry, dos_name_t *dosname, char *longname, struct scan_state *ssp, int ignore_entry, int source_entry, int pessimisticShortRename, int use_longname) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dbad_inode.c265 static int bad_inode_setattr(struct dentry *direntry, struct iattr *attrs) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/cifs/
H A Dcifsfs.h82 extern int cifs_readdir(struct file *file, void *direntry, filldir_t filldir);
90 extern void *cifs_follow_link(struct dentry *direntry, struct nameidata *nd);
91 extern void cifs_put_link(struct dentry *direntry, struct nameidata *nd, void *);
92 extern int cifs_readlink(struct dentry *direntry, char __user *buffer,
94 extern int cifs_symlink(struct inode *inode, struct dentry *direntry,
H A Dcifsproto.h45 extern char *build_wildcard_path_from_dentry(struct dentry *direntry);
46 /* extern void renew_parental_timestamps(struct dentry *direntry);*/
H A Ddir.c35 renew_parental_timestamps(struct dentry *direntry) argument
40 direntry->d_time = jiffies;
41 direntry = direntry->d_parent;
42 } while (!IS_ROOT(direntry));
47 build_path_from_dentry(struct dentry *direntry) argument
55 if (direntry == NULL)
60 dirsep = CIFS_DIR_SEP(CIFS_SB(direntry->d_sb));
61 pplen = CIFS_SB(direntry->d_sb)->prepathlen;
64 for (temp = direntry; !IS_ROO
127 cifs_create(struct inode *inode, struct dentry *direntry, int mode, struct nameidata *nd) argument
318 cifs_mknod(struct inode *inode, struct dentry *direntry, int mode, dev_t device_number) argument
438 cifs_lookup(struct inode *parent_dir_inode, struct dentry *direntry, struct nameidata *nd) argument
532 cifs_d_revalidate(struct dentry *direntry, struct nameidata *nd) argument
[all...]
H A Dinode.c595 int cifs_unlink(struct inode *inode, struct dentry *direntry) argument
612 cifs_sb = CIFS_SB(direntry->d_sb);
617 /* mutex_lock(&direntry->d_sb->s_vfs_rename_mutex);*/
618 full_path = build_path_from_dentry(direntry);
619 /* mutex_unlock(&direntry->d_sb->s_vfs_rename_mutex);*/
628 if (direntry->d_inode)
629 drop_nlink(direntry->d_inode);
631 d_drop(direntry);
647 if (direntry->d_inode)
648 drop_nlink(direntry
868 cifs_mkdir(struct inode *inode, struct dentry *direntry, int mode) argument
1021 cifs_rmdir(struct inode *inode, struct dentry *direntry) argument
1182 cifs_revalidate(struct dentry *direntry) argument
1389 cifs_setattr(struct dentry *direntry, struct iattr *attrs) argument
[all...]
H A Dlink.c33 struct dentry *direntry)
52 toName = build_path_from_dentry(direntry);
72 d_drop(direntry); /* force new lookup from server of target */
106 cifs_follow_link(struct dentry *direntry, struct nameidata *nd) argument
108 struct inode *inode = direntry->d_inode;
118 full_path = build_path_from_dentry(direntry);
163 cifs_symlink(struct inode *inode, struct dentry *direntry, const char *symname) argument
177 full_path = build_path_from_dentry(direntry);
207 direntry->d_op = &cifs_ci_dentry_ops;
209 direntry
32 cifs_hardlink(struct dentry *old_file, struct inode *inode, struct dentry *direntry) argument
220 cifs_readlink(struct dentry *direntry, char __user *pBuffer, int buflen) argument
338 cifs_put_link(struct dentry *direntry, struct nameidata *nd, void *cookie) argument
[all...]
H A Dreaddir.c817 filldir_t filldir, void *direntry, char *scratch_buf, int max_len)
831 if((direntry == NULL) || (file == NULL))
888 rc = filldir(direntry,qstring.name,qstring.len,file->f_pos,
966 int cifs_readdir(struct file *file, void *direntry, filldir_t filldir) argument
988 if (filldir(direntry, ".", 1, file->f_pos,
996 if (filldir(direntry, "..", 2, file->f_pos,
1068 filldir, direntry, tmp_buf, max_len);
816 cifs_filldir(char *pfindEntry, struct file *file, filldir_t filldir, void *direntry, char *scratch_buf, int max_len) argument
H A Dxattr.c43 int cifs_removexattr(struct dentry * direntry, const char * ea_name) argument
53 if(direntry == NULL)
55 if(direntry->d_inode == NULL)
57 sb = direntry->d_inode->i_sb;
65 full_path = build_path_from_dentry(direntry);
94 int cifs_setxattr(struct dentry * direntry, const char * ea_name, argument
105 if(direntry == NULL)
107 if(direntry->d_inode == NULL)
109 sb = direntry->d_inode->i_sb;
117 full_path = build_path_from_dentry(direntry);
198 cifs_getxattr(struct dentry * direntry, const char * ea_name, void * ea_value, size_t buf_size) argument
316 cifs_listxattr(struct dentry * direntry, char * data, size_t buf_size) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/runit/
H A Drunit_lib.h32 #define direntry struct dirent macro
H A Drunsvdir.c114 direntry *d;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/
H A DLPdir_unix.c67 struct dirent *direntry = NULL; local
97 direntry = readdir((*ctx)->dir);
98 if (direntry == NULL)
103 strncpy((*ctx)->entry_name, direntry->d_name, sizeof((*ctx)->entry_name) - 1);
H A DLPdir_win.c57 struct dirent *direntry = NULL; local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/build-aux/
H A Dtexinfo.tex3596 \def\direntry{\doignore{direntry}}

Completed in 173 milliseconds