Lines Matching refs:i_mode
572 vi->i_mode = 0; in ntfs_read_locked_inode()
623 vi->i_mode |= S_IRWXUGO; in ntfs_read_locked_inode()
626 vi->i_mode &= ~S_IWUGO; in ntfs_read_locked_inode()
628 vi->i_mode |= S_IFDIR; in ntfs_read_locked_inode()
633 vi->i_mode &= ~vol->dmask; in ntfs_read_locked_inode()
638 vi->i_mode |= S_IFREG; in ntfs_read_locked_inode()
640 vi->i_mode &= ~vol->fmask; in ntfs_read_locked_inode()
786 if (S_ISDIR(vi->i_mode)) { in ntfs_read_locked_inode()
1180 if (S_ISREG(vi->i_mode) && (NInoCompressed(ni) || NInoSparse(ni))) in ntfs_read_locked_inode()
1253 vi->i_mode = base_vi->i_mode & ~S_IFMT; in ntfs_read_locked_attr_inode()
1519 vi->i_mode = base_vi->i_mode & ~S_IFMT; in ntfs_read_locked_index_inode()
2131 vi->i_mode = S_IFREG; in ntfs_read_inode_mount()
2379 BUG_ON(S_ISDIR(vi->i_mode)); in ntfs_truncate()