Searched refs:S_IFMT (Results 126 - 150 of 196) sorted by relevance

12345678

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A DxmlIO.c70 # ifndef S_IFMT
72 # define S_IFMT _S_IFMT macro
75 # ifdef S_IFMT
76 # define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dunix.c529 if (( st.st_mode & S_IFMT ) == S_IFREG ) {
/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) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A DxmlIO.c70 # ifndef S_IFMT
72 # define S_IFMT _S_IFMT macro
75 # ifdef S_IFMT
76 # define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/vms/
H A Dvmszip.c1406 *n = (s.st_mode & S_IFMT) == S_IFREG ? s.st_size : -1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A DxmlIO.c66 # ifndef S_IFMT
68 # define S_IFMT _S_IFMT macro
71 # ifdef S_IFMT
72 # define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dutils.c813 if ((sbuf.st_mode & S_IFMT) != S_IFCHR) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udev/
H A Dudev_rules_parse.c717 if ((stats.st_mode & S_IFMT) != S_IFDIR) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/findutils/
H A Dfind.c215 return ((statbuf->st_mode & S_IFMT) == ap->type_mask);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/loginutils/
H A Dgetty.c243 if ((st.st_mode & S_IFMT) != S_IFCHR)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ceph/
H A Ddir.c682 return ceph_mknod(dir, dentry, (mode & ~S_IFMT) | S_IFREG, 0);
831 op = ((dentry->d_inode->i_mode & S_IFMT) == S_IFDIR) ?
H A Dfile.c70 switch (inode->i_mode & S_IFMT) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jfs/
H A Dnamei.c638 filetype = ip->i_mode & S_IFMT;
706 type = ip->i_mode & S_IFMT;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/linux-2.6/
H A Dxfs_ioctl.c843 if ((ip->i_d.di_mode & S_IFMT) == S_IFDIR) {
850 } else if ((ip->i_d.di_mode & S_IFMT) == S_IFREG) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dutils.c450 if( ( sb.st_mode & S_IFMT ) != S_IFREG )
581 else if( ( sb.st_mode & S_IFMT ) != S_IFDIR )
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dnamei.c1415 switch (inode->i_mode & S_IFMT) {
1977 switch (mode & S_IFMT) {
2023 switch (mode & S_IFMT) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dauditsc.c306 unsigned index = which & ~S_IFMT;
307 mode_t mode = which & S_IFMT;
316 if ((ctx->names[index].mode ^ mode) & S_IFMT)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ubifs/
H A Dsuper.c88 if (ui->xattr && (inode->i_mode & S_IFMT) != S_IFREG)
162 switch (inode->i_mode & S_IFMT) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/9p/
H A Dvfs_inode.c302 switch (mode & S_IFMT) {
362 P9_DPRINTK(P9_DEBUG_ERROR, "BAD mode 0x%x S_IFMT 0x%x\n",
363 mode, mode & S_IFMT);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
H A Dunzpriv.h1314 # define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
1322 # define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/win32/
H A Dwin32zip.c1668 *n = (s.st_mode & S_IFMT) == S_IFREG ? s.st_size : -1L;
1751 *n = (sw.st_mode & S_IFMT) == S_IFREG ? sw.st_size : -1L;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dreaddir.c140 fattr->cf_mode &= ~S_IFMT;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/gfs2/
H A Dinode.c346 switch (ip->i_inode.i_mode & S_IFMT) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hugetlbfs/
H A Dinode.c474 switch (mode & S_IFMT) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ncpfs/
H A Dinode.c172 inode->i_mode = (inode->i_mode & ~S_IFMT) | S_IFLNK;

Completed in 662 milliseconds

12345678