Searched refs:S_IFDIR (Results 26 - 50 of 179) sorted by relevance

12345678

/linux-master/fs/openpromfs/
H A Dinode.c247 inode->i_mode = S_IFDIR | S_IRUGO | S_IXUGO;
393 root_inode->i_mode = S_IFDIR | S_IRUGO | S_IXUGO;
/linux-master/fs/squashfs/
H A Dinode.c234 inode->i_mode |= S_IFDIR;
259 inode->i_mode |= S_IFDIR;
/linux-master/sound/firewire/bebob/
H A Dbebob_proc.c181 root->mode = S_IFDIR | 0555;
/linux-master/sound/firewire/fireworks/
H A Dfireworks_proc.c217 root->mode = S_IFDIR | 0555;
/linux-master/samples/vfs/
H A Dtest-statx.c93 case S_IFDIR: printf(" directory\n"); ft = 'd'; break;
/linux-master/fs/sysv/
H A Dnamei.c121 inode = sysv_new_inode(dir, S_IFDIR|mode);
/linux-master/fs/coda/
H A Dcoda_linux.c96 return S_IFDIR;
/linux-master/security/
H A Dinode.c230 return securityfs_create_file(name, S_IFDIR | 0755, parent, NULL, NULL);
/linux-master/fs/minix/
H A Dnamei.c113 inode = minix_new_inode(dir, S_IFDIR | mode);
/linux-master/fs/nfsd/
H A Dnfsproc.c268 resp->status = fh_verify(rqstp, dirfhp, S_IFDIR, NFSD_MAY_EXEC);
419 resp->status = nfsd_unlink(rqstp, &argp->fh, -S_IFDIR,
524 &attrs, S_IFDIR, 0, &resp->fh);
545 resp->status = nfsd_unlink(rqstp, &argp->fh, S_IFDIR,
H A Dvfs.c317 err = fh_verify(rqstp, fhp, S_IFDIR, NFSD_MAY_EXEC);
1497 case S_IFDIR:
1566 err = fh_verify(rqstp, fhp, S_IFDIR, NFSD_MAY_NOP);
1670 err = fh_verify(rqstp, fhp, S_IFDIR, NFSD_MAY_CREATE);
1722 err = fh_verify(rqstp, ffhp, S_IFDIR, NFSD_MAY_CREATE);
1822 err = fh_verify(rqstp, ffhp, S_IFDIR, NFSD_MAY_REMOVE);
1825 err = fh_verify(rqstp, tfhp, S_IFDIR, NFSD_MAY_CREATE);
1961 err = fh_verify(rqstp, fhp, S_IFDIR, NFSD_MAY_REMOVE);
1992 if (type != S_IFDIR) {
2185 err = nfsd_open(rqstp, fhp, S_IFDIR, may_flag
[all...]
/linux-master/fs/omfs/
H A Dinode.c56 case S_IFDIR:
241 inode->i_mode = S_IFDIR | (S_IRWXUGO & ~sbi->s_dmask);
/linux-master/fs/orangefs/
H A Dorangefs-utils.c189 return S_IFDIR;
327 case S_IFDIR:
/linux-master/drivers/android/
H A Dbinderfs.c561 new_inode = binderfs_make_inode(sb, S_IFDIR | 0755);
703 inode->i_mode = S_IFDIR | 0755;
/linux-master/fs/xfs/libxfs/
H A Dxfs_inode_fork.c261 case S_IFDIR:
716 case S_IFDIR: {
/linux-master/sound/core/
H A Dinfo.c417 entry->mode = S_IFDIR | 0555;
434 snd_proc_root->mode = S_IFDIR | 0555;
/linux-master/fs/vboxsf/
H A Dutils.c82 mode |= S_IFDIR;
301 if (iattr->ia_mode & S_IFDIR)
/linux-master/sound/firewire/dice/
H A Ddice-proc.c303 root->mode = S_IFDIR | 0555;
/linux-master/fs/hfs/
H A Ddir.c228 inode = hfs_new_inode(dir, &dentry->d_name, S_IFDIR | mode);
/linux-master/fs/ufs/
H A Dnamei.c177 inode = ufs_new_inode(dir, S_IFDIR|mode);
/linux-master/fs/efs/
H A Dinode.c146 case S_IFDIR:
/linux-master/fs/freevxfs/
H A Dvxfs_inode.c63 ret |= S_IFDIR;
/linux-master/fs/adfs/
H A Dinode.c100 return S_IFDIR | S_IXUGO | mode;
/linux-master/fs/afs/
H A Ddynroot.c81 inode->i_mode = S_IFDIR | S_IRUGO | S_IXUGO;
/linux-master/fs/proc/
H A Droot.c368 .mode = S_IFDIR | S_IRUGO | S_IXUGO,

Completed in 205 milliseconds

12345678