Lines Matching refs:i_mode
64 if (dir_inode->i_mode & S_ISGID) { in v9fs_get_fsgid_for_create()
77 if ((inode->i_mode & S_IFMT) != (st->st_mode & S_IFMT)) in v9fs_test_inode_dotl()
400 if (dir->i_mode & S_ISGID) in v9fs_vfs_mkdir_dotl()
582 if (S_ISREG(inode->i_mode)) in v9fs_vfs_setattr_dotl()
630 mode |= inode->i_mode & ~S_IALLUGO; in v9fs_stat2inode_dotl()
631 inode->i_mode = mode; in v9fs_stat2inode_dotl()
655 inode->i_mode = stat->st_mode; in v9fs_stat2inode_dotl()
656 if ((S_ISBLK(inode->i_mode)) || in v9fs_stat2inode_dotl()
657 (S_ISCHR(inode->i_mode))) in v9fs_stat2inode_dotl()
658 init_special_inode(inode, inode->i_mode, in v9fs_stat2inode_dotl()
937 if ((inode->i_mode & S_IFMT) != (st->st_mode & S_IFMT)) in v9fs_refresh_inode_dotl()