Searched refs:isdir (Results 1 - 25 of 71) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/os/
H A Dos_tmpdir.c34 int isdir, ret; local
101 if (__os_exists(env, path, &isdir) == 0 && isdir) {
120 if (__os_exists(env, __p, &isdir) == 0 && isdir != 0) \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test_micro/source/
H A Db_util.c90 int cnt, i, isdir, ret; local
96 if (OS_EXISTS(NULL, dir, &isdir) != 0)
111 if ((ret = OS_EXISTS(NULL, buf, &isdir)) != 0)
113 if (!isdir && (ret = b_util_unlink(buf)) != 0) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/test_micro/
H A Db_util.c90 int cnt, i, isdir, ret; local
96 if (OS_EXISTS(NULL, dir, &isdir) != 0)
111 if ((ret = OS_EXISTS(NULL, buf, &isdir)) != 0)
113 if (!isdir && (ret = b_util_unlink(buf)) != 0) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dfsnotify.h44 int isdir, struct inode *target, struct inode *source)
55 if (isdir)
56 isdir = IN_ISDIR;
57 inotify_inode_queue_event(old_dir, IN_MOVED_FROM|isdir,cookie,old_name,
59 inotify_inode_queue_event(new_dir, IN_MOVED_TO|isdir, cookie, new_name,
76 static inline void fsnotify_nameremove(struct dentry *dentry, int isdir) argument
78 if (isdir)
79 isdir = IN_ISDIR;
81 inotify_dentry_parent_queue_event(dentry, IN_DELETE|isdir, 0, dentry->d_name.name);
42 fsnotify_move(struct inode *old_dir, struct inode *new_dir, const char *old_name, const char *new_name, int isdir, struct inode *target, struct inode *source) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dalloc_stats.c20 int inuse, int isdir)
29 if (isdir)
19 ext2fs_inode_alloc_stats2(ext2_filsys fs, ext2_ino_t ino, int inuse, int isdir) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Dinstall.c83 int isdir; local
181 isdir = stat(last, &statbuf) < 0 ? 0 : S_ISDIR(statbuf.st_mode);
185 if (isdir)
220 if (ENABLE_FEATURE_CLEAN_UP && isdir)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/env/
H A Denv_name.c196 int filenum, i, isdir, ret; local
203 if ((ret = __os_exists(env, path, &isdir)) != 0) {
207 if (!isdir) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/scripts/python/
H A Dmodify_samba_config.py60 if ( not os.path.isdir(sys.argv[3]) ):
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dfiledir.c334 int isdir)
356 if (!isdir) {
434 if ((!isdir && curdir == sdir) || (isdir && curdir->d_did == sdir->d_pdid)) {
453 if ( !isdir ) {
509 int isdir = 0; local
538 isdir = path_isadir(path);
541 if (isdir) {
566 rc = moveandrename(vol, sdir, -1, oldname, newname, isdir);
694 int isdir; local
329 moveandrename(const struct vol *vol, struct dir *sdir, int sdir_fd, char *oldname, char *newname, int isdir) argument
[all...]
H A Dcatsearch.c203 int isdir; local
208 isdir = S_ISDIR(path->st.st_mode);
210 if (!isdir && (of = of_findname(path))) {
217 if ( ad_metadata( path->u_name, ((isdir) ? ADFLAGS_DIR : 0), adp) < 0 ) {
433 int isdir = S_ISDIR(path->st.st_mode); local
442 *p++ = isdir ? FILDIRBIT_ISDIR : FILDIRBIT_ISFILE; /* IsDir ? */
448 if ( isdir ) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dfiledir.c339 int isdir)
361 if (!isdir) {
440 if ((!isdir && curdir == sdir) || (isdir && curdir->d_did == sdir->d_pdid)) {
459 if ( !isdir ) {
515 int isdir = 0; local
544 isdir = path_isadir(path);
547 if (isdir) {
572 rc = moveandrename(vol, sdir, -1, oldname, newname, isdir);
700 int isdir; local
334 moveandrename(const struct vol *vol, struct dir *sdir, int sdir_fd, char *oldname, char *newname, int isdir) argument
[all...]
H A Dcatsearch.c189 int isdir; local
194 isdir = S_ISDIR(path->st.st_mode);
196 if (!isdir && (of = of_findname(vol, path))) {
203 if ( ad_metadata( path->u_name, ((isdir) ? ADFLAGS_DIR : 0), adp) < 0 ) {
419 int isdir = S_ISDIR(path->st.st_mode); local
428 *p++ = isdir ? FILDIRBIT_ISDIR : FILDIRBIT_ISFILE; /* IsDir ? */
434 if ( isdir ) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/fuse/
H A Dfile.c18 static int fuse_send_open(struct inode *inode, struct file *file, int isdir, argument
32 req->in.h.opcode = isdir ? FUSE_OPENDIR : FUSE_OPEN;
78 int fuse_open_common(struct inode *inode, struct file *file, int isdir) argument
104 err = fuse_send_open(inode, file, isdir, &outarg);
108 if (isdir)
134 int fuse_release_common(struct inode *inode, struct file *file, int isdir) argument
142 isdir ? FUSE_RELEASEDIR : FUSE_RELEASE);
222 int isdir)
234 if ((!isdir && fc->no_fsync) || (isdir
221 fuse_fsync_common(struct file *file, struct dentry *de, int datasync, int isdir) argument
[all...]
H A Dfuse_i.h423 int fuse_open_common(struct inode *inode, struct file *file, int isdir);
436 int fuse_release_common(struct inode *inode, struct file *file, int isdir);
442 int isdir);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dmainloop.c100 int isdir; local
127 GET_DATA(mp->File, 0, 0, &isdir, 0);
128 if(isdir) {
152 if(isdir)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Dregressions.py239 if not os.path.isdir(f):
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/client/
H A Dclient.c1313 BOOL isdir; member in struct:file_list
1375 BOOL isdir; local
1392 isdir = False;
1398 isdir = True;
1418 entry->isdir = isdir;
1464 if (temp_list->isdir) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Ddcache.c1400 int isdir = 0; local
1406 isdir = S_ISDIR(dentry->d_inode->i_mode);
1409 fsnotify_nameremove(dentry, isdir);
1422 fsnotify_nameremove(dentry, isdir);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/afs/
H A Dvnode.c474 bool isdir)
500 ret = afs_fs_remove(server, key, vnode, name, isdir,
473 afs_vnode_remove(struct afs_vnode *vnode, struct key *key, const char *name, bool isdir) argument
H A Dfsclient.c752 bool isdir,
776 *bp++ = htonl(isdir ? FSREMOVEDIR : FSREMOVEFILE);
748 afs_fs_remove(struct afs_server *server, struct key *key, struct afs_vnode *vnode, const char *name, bool isdir, const struct afs_wait_mode *wait_mode) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/gfs2/
H A Dbmap.c125 int isdir = gfs2_is_dir(ip); local
138 if (isdir) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gdbm-1.8.3/
H A Dlibtool4293 isdir=no
4304 -d) isdir=yes ;;
4362 test -d "$dest" && isdir=yes
4363 if test "$isdir" = yes; then
H A Dltmain.sh4007 isdir=no
4018 -d) isdir=yes ;;
4076 test -d "$dest" && isdir=yes
4077 if test "$isdir" = yes; then
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c++-kde/admin/
H A Dltmain.sh4551 isdir=no
4562 -d) isdir=yes ;;
4620 test -d "$dest" && isdir=yes
4621 if test "$isdir" = yes; then
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libid3tag-0.15.0b/
H A Dltmain.sh4104 isdir=no
4115 -d) isdir=yes ;;
4173 test -d "$dest" && isdir=yes
4174 if test "$isdir" = yes; then

Completed in 394 milliseconds

123