Searched refs:S_IFDIR (Results 76 - 100 of 260) sorted by relevance

1234567891011

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dnfsproc.c205 nfserr = fh_verify(rqstp, dirfhp, S_IFDIR, NFSD_MAY_EXEC);
349 nfserr = nfsd_unlink(rqstp, &argp->fh, -S_IFDIR, argp->name, argp->len);
437 &argp->attrs, S_IFDIR, 0, &resp->fh);
453 nfserr = nfsd_unlink(rqstp, &argp->fh, S_IFDIR, argp->name, argp->len);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/9p/
H A Dvfs_super.c139 inode = v9fs_get_inode(sb, S_IFDIR | mode);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/ad/
H A Dad_rm.c232 case S_IFDIR:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/capi/
H A Dcapifs.c113 inode->i_mode = S_IFDIR | S_IRUGO | S_IXUGO | S_IWUSR;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/amiga/
H A Dstat.c127 buf->st_mode = (inf->fib_DirEntryType < 0 ? S_IFREG : S_IFDIR);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/cell/spufs/
H A Dinode.c268 inode = spufs_new_inode(dir->i_sb, mode | S_IFDIR);
525 inode = spufs_new_inode(dir->i_sb, mode | S_IFDIR);
694 root->i_mode = option | S_IFDIR;
748 inode = spufs_new_inode(sb, S_IFDIR | 0775);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/
H A Dinfo.c535 p = create_proc_entry("asound", S_IFDIR | S_IRUGO | S_IXUGO, NULL);
544 entry->mode = S_IFDIR | S_IRUGO | S_IXUGO;
557 entry->mode = S_IFDIR | S_IRUGO | S_IXUGO;
610 entry->mode = S_IFDIR | S_IRUGO | S_IXUGO;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lsync/source/
H A Dfsevents.c220 isdir = arg->data.mode & S_IFDIR ? 1 : 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/amiga/
H A Dstat.c127 buf->st_mode = (inf->fib_DirEntryType < 0 ? S_IFREG : S_IFDIR);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/human68k/
H A Dhuman68k.c114 if ((s.st_mode & S_IFDIR) == 0)
161 } /* (s.st_mode & S_IFDIR) == 0) */
/netgear-R7000-V1.0.7.12_1.2.5/src/router/squashfs-4.2/
H A Dsort.c223 case S_IFDIR:
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/miscutils/
H A Dmakedevs.c137 bb_make_directory(full_name, mode | S_IFDIR, FILEUTILS_RECUR);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dinode.c61 case S_IFDIR:
214 fattr->cf_mode |= S_IFDIR;
273 fattr->cf_mode = S_IFDIR | S_IXUGO | S_IRWXU;
488 fattr->cf_mode = S_IFDIR | cifs_sb->mnt_dir_mode;
840 inode->i_mode |= S_IFDIR;
1328 (mode | S_IFDIR);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/
H A De_os.h249 # ifndef S_IFDIR
250 # define S_IFDIR _S_IFDIR macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/omfs/
H A Dinode.c54 case S_IFDIR:
242 inode->i_mode = S_IFDIR | (S_IRWXUGO & ~sbi->s_dmask);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/proc/
H A Dgeneric.c670 ent = __proc_create(&parent, name, S_IFDIR | mode, 2);
685 ent = __proc_create(&parent, name, S_IFDIR | S_IRUGO | S_IXUGO, 2);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dwrite-csharp.c33 #if !defined S_ISDIR && defined S_IFDIR
34 # define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/
H A De_os.h234 # ifndef S_IFDIR
235 # define S_IFDIR _S_IFDIR macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/
H A De_os.h249 # ifndef S_IFDIR
250 # define S_IFDIR _S_IFDIR macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/qib/
H A Dqib_fs.c69 if ((mode & S_IFMT) == S_IFDIR) {
380 ret = create_file(unit, S_IFDIR|S_IRUGO|S_IXUGO, sb->s_root, &dir,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/beos/
H A Dbeos.c139 if ((s.st_mode & S_IFDIR) == 0)
186 } /* (s.st_mode & S_IFDIR) == 0) */
322 if ((s.st_mode & S_IFMT) == S_IFDIR) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/novell/
H A DNetware.c370 if ((s.st_mode & S_IFDIR) == 0)
448 if ((s.st_mode & S_IFDIR) == 0)
495 } /* (s.st_mode & S_IFDIR) == 0) */
687 //if ((s.st_mode & S_IFMT) == S_IFDIR) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/tandem/
H A Dtanzip.c429 if ((s.st_mode & S_IFDIR) == 0)
459 } /* (s.st_mode & S_IFDIR) == 0) */
566 if ((s.st_mode & S_IFMT) == S_IFDIR) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/vms/
H A Dvmszip.c770 if ((s.st_mode & S_IFDIR) == 0)
791 } /* (s.st_mode & S_IFDIR) == 0) */
1401 if ((s.st_mode & S_IFDIR) != 0) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/util-linux/
H A Dmkfs_minix.c424 inode->i_mode = S_IFDIR + 0755;
447 inode->i_mode = S_IFDIR + 0755;

Completed in 315 milliseconds

1234567891011