Searched refs:S_IFMT (Results 76 - 100 of 108) sorted by relevance

12345

/linux-master/arch/s390/kernel/
H A Ddebug.c316 rc->mode = mode & ~S_IFMT;
/linux-master/fs/overlayfs/
H A Ddir.c186 switch (attr->mode & S_IFMT) {
H A Dcopy_up.c750 .mode = c->stat.mode & S_IFMT,
/linux-master/fs/nfsd/
H A Dnfsctl.c1140 switch (mode & S_IFMT) {
H A Dnfs4xdr.c425 iattr->ia_mode &= (S_IFMT | S_IALLUGO);
517 iattr->ia_mode = mode & (S_IFMT | S_IALLUGO);
2966 switch (args->stat.mode & S_IFMT) {
H A Dvfs.c1990 type = d_inode(rdentry)->i_mode & S_IFMT;
/linux-master/kernel/
H A Dauditfilter.c430 if (f->val & ~S_IFMT)
H A Dauditsc.c207 ((n->mode & S_IFMT) == mode))
/linux-master/mm/
H A Dnommu.c735 switch (file_inode(file)->i_mode & S_IFMT) {
/linux-master/fs/xfs/
H A Dxfs_icache.c129 switch (VFS_I(ip)->i_mode & S_IFMT) {
/linux-master/fs/nfs/
H A Dnfs3xdr.c97 * Map file type to S_IFMT bits
635 fattr->mode = (be32_to_cpup(p++) & ~S_IFMT) | fmode;
H A Ddir.c1554 switch (inode->i_mode & S_IFMT) {
3282 switch (inode->i_mode & S_IFMT) {
H A Dinode.c2230 umode_t newmode = inode->i_mode & S_IFMT;
/linux-master/fs/proc/
H A Dproc_sysctl.c846 stat->mode = (stat->mode & S_IFMT) | table->mode;
/linux-master/fs/hugetlbfs/
H A Dinode.c1017 switch (mode & S_IFMT) {
/linux-master/fs/ubifs/
H A Ddir.c110 switch (mode & S_IFMT) {
H A Djournal.c545 switch (mode & S_IFMT) {
H A Dsuper.c165 switch (inode->i_mode & S_IFMT) {
/linux-master/fs/ext4/
H A Dext4.h3622 static const unsigned char ext4_type_by_mode[(S_IFMT >> S_SHIFT) + 1] = {
3636 de->file_type = ext4_type_by_mode[(mode & S_IFMT)>>S_SHIFT];
/linux-master/include/trace/events/
H A Df2fs.h244 show_inode_type(__entry->mode & S_IFMT),
/linux-master/security/apparmor/
H A Dapparmorfs.c276 if (!(mode & S_IFMT))
/linux-master/include/linux/
H A Dfs.h2841 return (inode->i_mode ^ mode) & S_IFMT;
/linux-master/fs/bcachefs/
H A Dfs.c1468 switch (inode->v.i_mode & S_IFMT) {
/linux-master/fs/ceph/
H A Dinode.c1174 switch (inode->i_mode & S_IFMT) {
H A Dfile.c268 switch (inode->i_mode & S_IFMT) {

Completed in 444 milliseconds

12345