Searched refs:S_IFDIR (Results 51 - 75 of 260) sorted by relevance

1234567891011

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/acorn/
H A Driscos.c57 res->st_mode |= S_IFDIR | 0700;
61 res->st_mode |= S_IFDIR | 0700;
H A Dacornzip.c192 if ((s.st_mode & S_IFDIR) == 0)
239 } /* (s.st_mode & S_IFDIR) == 0) */
465 if ((s.st_mode & S_IFDIR) != 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/amiga/
H A Damigazip.c191 if ((s.st_mode & S_IFDIR) == 0)
231 } /* (s.st_mode & S_IFDIR) == 0) */
358 if ((s.st_mode & S_IFDIR) != 0) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dnfs3proc.c22 S_IFDIR, /* NF3DIR */
234 nfserr = fh_verify(rqstp, dirfhp, S_IFDIR, NFSD_MAY_CREATE);
273 &argp->attrs, S_IFDIR, 0, &resp->fh);
348 /* Unlink. -S_IFDIR means file must not be a directory */
350 nfserr = nfsd_unlink(rqstp, &resp->fh, -S_IFDIR, argp->name, argp->len);
370 nfserr = nfsd_unlink(rqstp, &resp->fh, S_IFDIR, argp->name, argp->len);
H A Dnfsfh.c68 else if (type == S_IFDIR)
70 else if ((mode & S_IFMT) == S_IFDIR)
78 else if (type == -S_IFDIR)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Dincludes.h929 #ifndef S_IFDIR
930 #define S_IFDIR 0x4000 macro
933 #define S_ISDIR(mode) ((mode & 0xF000) == S_IFDIR)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/dlmfs/
H A Ddlmfs.c397 int mode = S_IFDIR | 0755;
458 case S_IFDIR:
500 inode = dlmfs_get_inode(dir, dentry, mode | S_IFDIR);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/atheos/
H A Datheos.c107 else if ((s.st_mode & S_IFDIR) == S_IFDIR)
150 } /* (s.st_mode & S_IFDIR) */
340 if ((s.st_mode & S_IFMT) == S_IFDIR) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/qdos/
H A Dqdos.c342 if(deflen && sts ==0 && (st.st_mode & S_IFDIR))
365 if(sts ==0 && (st.st_mode & S_IFDIR))
497 if (!(s.st_mode & S_IFDIR))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/misc/ibmasm/
H A Dibmasmfs.c126 root = ibmasmfs_make_inode (sb, S_IFDIR | 0500);
193 inode = ibmasmfs_make_inode(sb, S_IFDIR | 0500);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/omfs/
H A Ddir.c96 if (inode->i_mode & S_IFDIR) {
293 return omfs_add_node(dir, dentry, mode | S_IFDIR);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/openpromfs/
H A Dinode.c242 inode->i_mode = S_IFDIR | S_IRUGO | S_IXUGO;
363 inode->i_mode = S_IFDIR | S_IRUGO | S_IXUGO;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/squashfs/
H A Dinode.c239 inode->i_mode |= S_IFDIR;
264 inode->i_mode |= S_IFDIR;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/ad/
H A Dad_ls.c396 else if (TYPE(S_IFDIR))
434 if (MODE(S_IFDIR) && MODE(S_ISVTX)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/aosvs/
H A Daosvs.c110 if ((s.st_mode & S_IFDIR) == 0)
157 } /* (s.st_mode & S_IFDIR) == 0) */
332 if ((s.st_mode & S_IFDIR) != 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/theos/
H A D_stat.c123 st->st_mode = S_IFDIR|S_IRUSR|S_IWUSR|S_IROTH|S_IWOTH;
418 case _FDB_STAT_DIRECTORY: st->st_mode = S_IFDIR; break;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/tops20/
H A Dtops20.c226 if ((s.st_mode & S_IFDIR) == 0)
247 } /* (s.st_mode & S_IFDIR) == 0) */
462 if ((s.st_mode & S_IFDIR) != 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Dfilename.c329 if (end && !(st.st_mode & S_IFDIR)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/libncftp/
H A Dsyshdrs.h64 # define S_IFDIR _S_IFDIR macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/freevxfs/
H A Dvxfs_inode.c200 ret |= S_IFDIR;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/minix/
H A Dnamei.c118 inode = minix_new_inode(dir, S_IFDIR | mode, &err);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192e/ieee80211/
H A Dieee80211_module.c316 ieee80211_proc = create_proc_entry(DRV_NAME, S_IFDIR, init_net.proc_net);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192su/ieee80211/
H A Dieee80211_module.c267 ieee80211_proc = create_proc_entry(DRV_NAME, S_IFDIR, init_net.proc_net);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_module.c289 ieee80211_proc = create_proc_entry(DRV_NAME, S_IFDIR, init_net.proc_net);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/sysv/
H A Dnamei.c143 inode = sysv_new_inode(dir, S_IFDIR|mode);

Completed in 582 milliseconds

1234567891011