Searched refs:S_IFDIR (Results 176 - 200 of 260) sorted by relevance

1234567891011

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfs/
H A Ddir.c1320 attr.ia_mode = mode | S_IFDIR;
1943 case S_IFDIR:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/selinux/
H A Dselinuxfs.c1485 if (d->d_inode->i_mode & S_IFDIR)
1575 inode = sel_make_inode(dir->i_sb, S_IFDIR | S_IRUGO | S_IXUGO);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ceph/
H A Dfile.c72 case S_IFDIR:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dreaddir.c127 fattr->cf_mode = S_IFDIR | cifs_sb->mnt_dir_mode;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hfsplus/
H A Dinode.c230 mode |= S_IFDIR;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hfsplus_journal/
H A Dinode.c382 mode |= S_IFDIR;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hostfs/
H A Dhostfs_kern.c510 case S_IFDIR:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dinode.c658 if (inode->i_mode & S_IFDIR) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jffs2/
H A Ddir.c471 mode |= S_IFDIR;
H A Dfs.c292 case S_IFDIR:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/logfs/
H A Ddir.c484 inode = logfs_new_inode(dir, S_IFDIR | mode);
H A Dreadwrite.c139 case S_IFDIR: /* fall through */
176 case S_IFDIR: /* fall through */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/pohmelfs/
H A Ddir.c670 err = pohmelfs_create_entry(dir, dentry, 0, mode | S_IFDIR);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/afs/
H A Ddir.c777 mode |= S_IFDIR;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/autofs4/
H A Droot.c815 ino = autofs4_init_ino(ino, sbi, S_IFDIR | 0555);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/ad/
H A Dad_cp.c491 case S_IFDIR:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dcatsearch.c600 case S_IFDIR:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/cnid_dbd/
H A Dcmd_dbd_scanvol.c924 case S_IFDIR:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/tandem/
H A Dtandem.c618 s->st_mode = S_IFDIR; /* Its an existing template or directory */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/apparmor/
H A Dlsm.c267 S_IFDIR);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dcgroup.c880 BUG_ON(d->d_inode->i_mode & S_IFDIR);
1404 cgroup_new_inode(S_IFDIR | S_IRUGO | S_IXUGO | S_IWUSR, sb);
2211 error = cgroup_create_file(dentry, S_IFDIR | mode, cgrp->root->sb);
3402 return cgroup_create(c_parent, dentry, mode | S_IFDIR);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/os2/
H A Dos2zip.c126 if (stat(nbuf, &statb) < 0 || (statb.st_mode & S_IFMT) != S_IFDIR)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/tandem/
H A Dtandem.c618 s->st_mode = S_IFDIR; /* Its an existing template or directory */
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/
H A Deaytest.c405 if (!(sb.st_mode & S_IFDIR)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Dinode.c77 [S_IFDIR >> S_SHIFT] = BTRFS_FT_DIR,
2464 case S_IFDIR:
3845 inode->i_mode = S_IFDIR | S_IRUGO | S_IWUSR | S_IXUGO;
4261 if (mode & S_IFDIR)
4613 BTRFS_I(dir)->block_group, S_IFDIR | mode,
6000 new_dirid, alloc_hint, S_IFDIR | 0700, &index);

Completed in 725 milliseconds

1234567891011