Searched refs:S_IFDIR (Results 126 - 150 of 260) sorted by relevance

1234567891011

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/psorder/
H A Dpsorder.c94 if ( st.st_mode & S_IFMT & S_IFDIR ) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/usr/
H A Dgen_init_cpio.c190 .mode = S_IFDIR
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/os2/
H A Dos2.c233 if ((s.st_mode & S_IFDIR) == 0)
280 } /* (s.st_mode & S_IFDIR) == 0) */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/theos/
H A Dtheos.c450 if ((s.st_mode & S_IFMT) == S_IFDIR
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/win32/
H A Dwin32zip.c1104 s.st_mode = ((attribs & FILE_ATTRIBUTE_DIRECTORY) ? S_IFDIR : S_IFREG);
1169 if ((s.st_mode & S_IFDIR) == 0)
1227 } /* (s.st_mode & S_IFDIR) == 0) */
1260 s.st_mode = ((attribs & FILE_ATTRIBUTE_DIRECTORY) ? S_IFDIR : S_IFREG);
1310 if ((s.st_mode & S_IFDIR) == 0)
1377 } /* (s.st_mode & S_IFDIR) == 0) */
/netgear-R7000-V1.0.7.12_1.2.5/src/router/squashfs-4.2/
H A Dpseudo.c429 mode |= S_IFDIR;
H A Dunsquashfs.c75 S_IFDIR,
82 S_IFDIR,
95 { S_IFMT, S_IFDIR, 0, 'd' },
475 case S_IFDIR:
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Dtest.c416 i = S_IFDIR;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/selinux/
H A Dsetfiles.c128 if ((sb.st_mode & S_IFDIR) == 0) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hfs/
H A Dinode.c26 #define HFS_VALID_MODE_BITS (S_IFREG | S_IFDIR | S_IRWXUGO)
359 inode->i_mode = S_IFDIR | (S_IRWXUGO & ~hsb->s_dir_umask);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dlibfs.c232 root->i_mode = S_IFDIR | S_IRUSR | S_IWUSR;
472 inode->i_mode = S_IFDIR | 0755;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ncpfs/
H A Dinode.c587 server->m.dir_mode = (server->m.dir_mode & S_IRWXUGO) | S_IFDIR;
877 ~(S_IFREG | S_IFDIR | S_IRWXUGO))))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ubifs/
H A Ddir.c120 case S_IFDIR:
751 inode = ubifs_new_inode(c, dir, S_IFDIR | mode);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/linux-2.6/
H A Dxfs_iops.c271 return xfs_vn_mknod(dir, dentry, mode|S_IFDIR, 0);
833 case S_IFDIR:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Docfs2_fs.h350 [ORPHAN_DIR_SYSTEM_INODE] = { "orphan_dir:%04d", 0, S_IFDIR | 0755 },
400 [S_IFDIR >> S_SHIFT] = OCFS2_FT_DIR,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dwrite-java.c34 #if !defined S_ISDIR && defined S_IFDIR
35 # define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/msdos/
H A Dmsdos.c356 s.st_mode = ((attribs & MSDOS_DIR_ATTR) ? S_IFDIR : S_IFREG);
392 if ((s.st_mode & S_IFDIR) == 0)
451 } /* (s.st_mode & S_IFDIR) == 0) */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/src/
H A Dntfs-3g.c447 stbuf->st_mode = S_IFDIR | (0777 & ~ctx->dmask);
660 st.st_mode = S_IFDIR | (0777 & ~ctx->dmask);
1291 return ntfs_fuse_create(path, S_IFDIR, 0, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Df_fs.c1128 data->root_mode = (value & 0555) | S_IFDIR;
1137 data->root_mode = (value & 0555) | S_IFDIR;
1181 .root_mode = S_IFDIR | 0500,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Dvfs.c782 (st2.st_mode & S_IFMT) == S_IFDIR) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dfilefn.h391 #define S_IFDIR _S_IFDIR macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/exofs/
H A Ddir.c226 [S_IFDIR >> S_SHIFT] = EXOFS_FT_DIR,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext2/
H A Ddir.c263 [S_IFDIR >> S_SHIFT] = EXT2_FT_DIR,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext3/
H A Dnamei.c1089 [S_IFDIR >> S_SHIFT] = EXT3_FT_DIR,
1772 inode = ext3_new_inode (handle, dir, S_IFDIR | mode);
1795 ext3_set_de_type(dir->i_sb, de, S_IFDIR);
1802 ext3_set_de_type(dir->i_sb, de, S_IFDIR);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext4/
H A Dnamei.c1090 [S_IFDIR >> S_SHIFT] = EXT4_FT_DIR,
1809 inode = ext4_new_inode(handle, dir, S_IFDIR | mode,
1829 ext4_set_de_type(dir->i_sb, de, S_IFDIR);
1836 ext4_set_de_type(dir->i_sb, de, S_IFDIR);

Completed in 401 milliseconds

1234567891011