Lines Matching refs:i_mode
41 switch (inode->i_mode & S_IFMT) {
83 init_special_inode(inode, inode->i_mode, inode->i_rdev);
173 inode->i_mode = fattr->cf_mode;
413 if (unlikely(((*pinode)->i_mode & S_IFMT) !=
860 if (unlikely(((*inode)->i_mode & S_IFMT) !=
893 if ((inode->i_mode & S_IFMT) != (fattr->cf_mode & S_IFMT))
897 if (S_ISDIR(inode->i_mode) && !hlist_empty(&inode->i_dentry))
1012 inode->i_mode |= S_IFDIR;
1366 if (parent->i_mode & S_ISGID)
1379 if (parent->i_mode & S_ISGID)
1397 inode->i_mode = (mode | S_IFDIR);
1401 if (inode->i_mode & S_ISGID)
1804 S_ISREG(inode->i_mode) && inode->i_nlink != 1)
2340 attrs->ia_mode = inode->i_mode & ~S_IWUGO;
2352 if (S_ISDIR(inode->i_mode))